diff --git a/wayland/wl-clipboard/README b/wayland/wl-clipboard/README deleted file mode 100644 index 870ecae8..00000000 --- a/wayland/wl-clipboard/README +++ /dev/null @@ -1,39 +0,0 @@ -wl-clipboard -________________________________________________________________________________ - -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 -pipes, sockets, files and so on. [0] - -Upstream: https://github.com/bugaevc/wl-clipboard - - -[000] Index -________________________________________________________________________________ - -* Installation ........................................................... [001] -* Usage .................................................................. [002] -* References ............................................................. [003] - - -[001] Installation -________________________________________________________________________________ - -+------------------------------------------------------------------------------+ -| | -| $ kiss b wl-clipboard | -| | -+------------------------------------------------------------------------------+ - - -[002] Usage -________________________________________________________________________________ - -Refer to the manual pages and command help output. - - -[003] References -________________________________________________________________________________ - -[0] https://github.com/bugaevc/wl-clipboard - 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/depends b/wayland/wl-clipboard/depends deleted file mode 100644 index 7441aaac..00000000 --- a/wayland/wl-clipboard/depends +++ /dev/null @@ -1,3 +0,0 @@ -meson make -wayland -wayland-protocols make 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