2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-30 21:40:58 -06:00

libXcursor: new package at 1.2.0

This commit is contained in:
Dylan Araps 2019-07-30 00:07:09 +03:00
parent 2702a16a87
commit d79769423c
5 changed files with 13 additions and 0 deletions

7
xorg/libXcursor/build Executable file
View File

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

View File

@ -0,0 +1 @@
3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782 libXcursor-1.2.0.tar.bz2

3
xorg/libXcursor/depends Normal file
View File

@ -0,0 +1,3 @@
xorgproto make
libXrender make
libXfixes make

1
xorg/libXcursor/sources Normal file
View File

@ -0,0 +1 @@
https://www.x.org/releases/individual/lib/libXcursor-1.2.0.tar.bz2

1
xorg/libXcursor/version Normal file
View File

@ -0,0 +1 @@
1.2.0 1