diff --git a/wayland/wl-clipboard/README b/wayland/wayclip/README similarity index 78% rename from wayland/wl-clipboard/README rename to wayland/wayclip/README index 870ecae8..07b2c814 100644 --- a/wayland/wl-clipboard/README +++ b/wayland/wayclip/README @@ -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 diff --git a/wayland/wayclip/build b/wayland/wayclip/build new file mode 100755 index 00000000..21cd2e73 --- /dev/null +++ b/wayland/wayclip/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make PREFIX=/usr +make PREFIX=/usr install diff --git a/wayland/wayclip/checksums b/wayland/wayclip/checksums new file mode 100644 index 00000000..e4909ec6 --- /dev/null +++ b/wayland/wayclip/checksums @@ -0,0 +1 @@ +52c057526e1fc9b45e3787ee4c04695370df2fde0f5cafbbd89875af883df1be diff --git a/wayland/wl-clipboard/depends b/wayland/wayclip/depends similarity index 73% rename from wayland/wl-clipboard/depends rename to wayland/wayclip/depends index 7441aaac..78a5efe7 100644 --- a/wayland/wl-clipboard/depends +++ b/wayland/wayclip/depends @@ -1,3 +1,2 @@ -meson make wayland wayland-protocols make diff --git a/wayland/wayclip/sources b/wayland/wayclip/sources new file mode 100644 index 00000000..f1b284f1 --- /dev/null +++ b/wayland/wayclip/sources @@ -0,0 +1 @@ +https://github.com/noocsharp/wayclip/archive/VERSION.tar.gz diff --git a/wayland/wayclip/version b/wayland/wayclip/version new file mode 100644 index 00000000..084a74c2 --- /dev/null +++ b/wayland/wayclip/version @@ -0,0 +1 @@ +0.1 1 diff --git a/wayland/wl-clipboard/build b/wayland/wl-clipboard/build deleted file mode 100755 index 87d589cc..00000000 --- a/wayland/wl-clipboard/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -e - -: > completions/meson.build - -meson \ - --prefix=/usr \ - --buildtype=release \ - . output - -ninja -C output -ninja -C output install diff --git a/wayland/wl-clipboard/checksums b/wayland/wl-clipboard/checksums deleted file mode 100644 index 920ee70c..00000000 --- a/wayland/wl-clipboard/checksums +++ /dev/null @@ -1 +0,0 @@ -72dab9a7d3835c76d6ff2089f15ffec9e064a321e5f3cbbe961a8fa81aff5573 diff --git a/wayland/wl-clipboard/sources b/wayland/wl-clipboard/sources deleted file mode 100644 index 67bed476..00000000 --- a/wayland/wl-clipboard/sources +++ /dev/null @@ -1 +0,0 @@ -https://github.com/bugaevc/wl-clipboard/archive/vVERSION.tar.gz diff --git a/wayland/wl-clipboard/version b/wayland/wl-clipboard/version deleted file mode 100644 index ef862396..00000000 --- a/wayland/wl-clipboard/version +++ /dev/null @@ -1 +0,0 @@ -2.1.0 1