mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
xcb-util-{cursor,image,renderutil}: add to xorg
This commit is contained in:
parent
b69281bc2e
commit
1df8222f86
8
xorg/xcb-util-cursor/build
Executable file
8
xorg/xcb-util-cursor/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
xorg/xcb-util-cursor/checksums
Normal file
1
xorg/xcb-util-cursor/checksums
Normal file
@ -0,0 +1 @@
|
||||
a322332716a384c94d3cbf98f2d8fe2ce63c2fe7e2b26664b6cea1d411723df8 xcb-util-cursor-0.1.3.tar.gz
|
5
xorg/xcb-util-cursor/depends
Normal file
5
xorg/xcb-util-cursor/depends
Normal file
@ -0,0 +1,5 @@
|
||||
libXau
|
||||
libxcb
|
||||
xcb-util
|
||||
xcb-util-image
|
||||
xcb-util-renderutil
|
1
xorg/xcb-util-cursor/sources
Normal file
1
xorg/xcb-util-cursor/sources
Normal file
@ -0,0 +1 @@
|
||||
https://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.gz
|
1
xorg/xcb-util-cursor/version
Normal file
1
xorg/xcb-util-cursor/version
Normal file
@ -0,0 +1 @@
|
||||
0.1.3 1
|
8
xorg/xcb-util-image/build
Executable file
8
xorg/xcb-util-image/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
xorg/xcb-util-image/checksums
Normal file
1
xorg/xcb-util-image/checksums
Normal file
@ -0,0 +1 @@
|
||||
cb2c86190cf6216260b7357a57d9100811bb6f78c24576a3a5bfef6ad3740a42 xcb-util-image-0.4.0.tar.gz
|
3
xorg/xcb-util-image/depends
Normal file
3
xorg/xcb-util-image/depends
Normal file
@ -0,0 +1,3 @@
|
||||
libXau
|
||||
libxcb
|
||||
xcb-util
|
1
xorg/xcb-util-image/sources
Normal file
1
xorg/xcb-util-image/sources
Normal file
@ -0,0 +1 @@
|
||||
https://xcb.freedesktop.org/dist/xcb-util-image-0.4.0.tar.gz
|
1
xorg/xcb-util-image/version
Normal file
1
xorg/xcb-util-image/version
Normal file
@ -0,0 +1 @@
|
||||
0.4.0 1
|
8
xorg/xcb-util-renderutil/build
Executable file
8
xorg/xcb-util-renderutil/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
xorg/xcb-util-renderutil/checksums
Normal file
1
xorg/xcb-util-renderutil/checksums
Normal file
@ -0,0 +1 @@
|
||||
55eee797e3214fe39d0f3f4d9448cc53cffe06706d108824ea37bb79fcedcad5 xcb-util-renderutil-0.3.9.tar.gz
|
2
xorg/xcb-util-renderutil/depends
Normal file
2
xorg/xcb-util-renderutil/depends
Normal file
@ -0,0 +1,2 @@
|
||||
libXau
|
||||
libxcb
|
1
xorg/xcb-util-renderutil/sources
Normal file
1
xorg/xcb-util-renderutil/sources
Normal file
@ -0,0 +1 @@
|
||||
https://xcb.freedesktop.org/dist/xcb-util-renderutil-0.3.9.tar.gz
|
1
xorg/xcb-util-renderutil/version
Normal file
1
xorg/xcb-util-renderutil/version
Normal file
@ -0,0 +1 @@
|
||||
0.3.9 1
|
Loading…
Reference in New Issue
Block a user