wl-clipboard: 2.0.0

This commit is contained in:
Dylan Araps 2021-07-09 00:59:27 +03:00
parent 2eaed3280c
commit 89bb709843
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
5 changed files with 20 additions and 0 deletions

14
wayland/wl-clipboard/build Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh -e
sed "/subdir('completions')/d" meson.build > _
mv -f _ meson.build
export DESTDIR="$1"
meson \
--prefix=/usr \
--buildtype=release \
. output
ninja -C output
ninja -C output install

View File

@ -0,0 +1 @@
b87d5bc11a7a375cdebd549c9576926bbd7db144fded3875029be65137848260

View File

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

View File

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

View File

@ -0,0 +1 @@
2.0.0 1