xsetroot/xbitmaps: new packages at 1.1.2. Closes #115

This commit is contained in:
Dylan Araps 2019-11-06 15:16:45 +00:00
parent 49a7f9473a
commit 5bb87f3259
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
10 changed files with 31 additions and 0 deletions

10
xorg/xbitmaps/build Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var
make
make DESTDIR="$1" install

1
xorg/xbitmaps/checksums Normal file
View File

@ -0,0 +1 @@
b9f0c71563125937776c8f1f25174ae9685314cbd130fb4c2efce811981e07ee xbitmaps-1.1.2.tar.bz2

1
xorg/xbitmaps/depends Normal file
View File

@ -0,0 +1 @@
xorg-util-macros make

1
xorg/xbitmaps/sources Normal file
View File

@ -0,0 +1 @@
https://www.x.org/pub/individual/data/xbitmaps-1.1.2.tar.bz2

1
xorg/xbitmaps/version Normal file
View File

@ -0,0 +1 @@
1.1.2 1

9
xorg/xsetroot/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--localstatedir=/var
make
make DESTDIR="$1" install

1
xorg/xsetroot/checksums Normal file
View File

@ -0,0 +1 @@
9d007f5119be09924ac3a5d2bd506f32e6c164b82633c88d2aff26311e1a2a2b xsetroot-1.1.2.tar.gz

5
xorg/xsetroot/depends Normal file
View File

@ -0,0 +1,5 @@
libXmu
libXrender
libXfixes
libXcursor
xbitmaps

1
xorg/xsetroot/sources Normal file
View File

@ -0,0 +1 @@
https://www.x.org/archive//individual/app/xsetroot-1.1.2.tar.gz

1
xorg/xsetroot/version Normal file
View File

@ -0,0 +1 @@
1.1.2 1