Merge pull request #62 from illiliti/wayclip

Replace wl-clipboard with wayclip
This commit is contained in:
Owen Rafferty 2022-04-26 19:57:33 -07:00 committed by GitHub
commit f9d5d0f0c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 15 additions and 22 deletions

View File

@ -1,11 +1,11 @@
wl-clipboard
wayclip
________________________________________________________________________________
This project implements two command-line Wayland clipboard utilities, wl-copy
and wl-paste, that let you easily copy data between the clipboard and Unix
This project implements two command-line Wayland clipboard utilities, waycopy
and waypaste, that let you easily copy data between the clipboard and Unix
pipes, sockets, files and so on. [0]
Upstream: https://github.com/bugaevc/wl-clipboard
Upstream: https://github.com/noocsharp/wayclip
[000] Index
@ -21,7 +21,7 @@ ________________________________________________________________________________
+------------------------------------------------------------------------------+
| |
| $ kiss b wl-clipboard |
| $ kiss b wayclip |
| |
+------------------------------------------------------------------------------+
@ -29,11 +29,12 @@ ________________________________________________________________________________
[002] Usage
________________________________________________________________________________
Refer to the manual pages and command help output.
Refer to the command help output. Refer to the project's upstream for more
information.
[003] References
________________________________________________________________________________
[0] https://github.com/bugaevc/wl-clipboard
[0] https://github.com/noocsharp/wayclip

4
wayland/wayclip/build Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh -e
make PREFIX=/usr
make PREFIX=/usr install

View File

@ -0,0 +1 @@
52c057526e1fc9b45e3787ee4c04695370df2fde0f5cafbbd89875af883df1be

View File

@ -1,3 +1,2 @@
meson make
wayland
wayland-protocols make

1
wayland/wayclip/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/noocsharp/wayclip/archive/VERSION.tar.gz

1
wayland/wayclip/version Normal file
View File

@ -0,0 +1 @@
0.1 1

View File

@ -1,11 +0,0 @@
#!/bin/sh -e
: > completions/meson.build
meson \
--prefix=/usr \
--buildtype=release \
. output
ninja -C output
ninja -C output install

View File

@ -1 +0,0 @@
72dab9a7d3835c76d6ff2089f15ffec9e064a321e5f3cbbe961a8fa81aff5573

View File

@ -1 +0,0 @@
https://github.com/bugaevc/wl-clipboard/archive/vVERSION.tar.gz

View File

@ -1 +0,0 @@
2.1.0 1