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:
parent
7936674854
commit
0ef24bdbe5
8
xorg/xcb-util-wm/build
Executable file
8
xorg/xcb-util-wm/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
xorg/xcb-util-wm/checksums
Normal file
1
xorg/xcb-util-wm/checksums
Normal file
@ -0,0 +1 @@
|
||||
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 xcb-util-wm-0.4.1.tar.bz2
|
2
xorg/xcb-util-wm/depends
Normal file
2
xorg/xcb-util-wm/depends
Normal file
@ -0,0 +1,2 @@
|
||||
libxcb
|
||||
xcb-util make
|
1
xorg/xcb-util-wm/sources
Normal file
1
xorg/xcb-util-wm/sources
Normal 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
1
xorg/xcb-util-wm/version
Normal file
@ -0,0 +1 @@
|
||||
0.4.1 1
|
Loading…
Reference in New Issue
Block a user