forked from kiss-community/repo
wl-clipboard: 2.0.0
This commit is contained in:
parent
2eaed3280c
commit
89bb709843
14
wayland/wl-clipboard/build
Executable file
14
wayland/wl-clipboard/build
Executable 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
|
1
wayland/wl-clipboard/checksums
Normal file
1
wayland/wl-clipboard/checksums
Normal file
@ -0,0 +1 @@
|
||||
b87d5bc11a7a375cdebd549c9576926bbd7db144fded3875029be65137848260
|
3
wayland/wl-clipboard/depends
Normal file
3
wayland/wl-clipboard/depends
Normal file
@ -0,0 +1,3 @@
|
||||
meson make
|
||||
wayland
|
||||
wayland-protocols make
|
1
wayland/wl-clipboard/sources
Normal file
1
wayland/wl-clipboard/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/bugaevc/wl-clipboard/archive/d2c32f2b4d469f53070e8c4052dea6f412de3916.tar.gz
|
1
wayland/wl-clipboard/version
Normal file
1
wayland/wl-clipboard/version
Normal file
@ -0,0 +1 @@
|
||||
2.0.0 1
|
Loading…
Reference in New Issue
Block a user