2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00

xcb-util-wm: add package

This commit is contained in:
Muhammad Herdiansyah 2019-07-10 14:14:59 +07:00
parent 7936674854
commit 0ef24bdbe5
5 changed files with 13 additions and 0 deletions

8
xorg/xcb-util-wm/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 xcb-util-wm-0.4.1.tar.bz2

2
xorg/xcb-util-wm/depends Normal file
View File

@ -0,0 +1,2 @@
libxcb
xcb-util make

1
xorg/xcb-util-wm/sources Normal file
View File

@ -0,0 +1 @@
https://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.bz2

1
xorg/xcb-util-wm/version Normal file
View File

@ -0,0 +1 @@
0.4.1 1