mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-22 22:37:40 -07:00
xsetroot/xbitmaps: new packages at 1.1.2. Closes #115
This commit is contained in:
parent
49a7f9473a
commit
5bb87f3259
10
xorg/xbitmaps/build
Executable file
10
xorg/xbitmaps/build
Executable 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
1
xorg/xbitmaps/checksums
Normal file
@ -0,0 +1 @@
|
||||
b9f0c71563125937776c8f1f25174ae9685314cbd130fb4c2efce811981e07ee xbitmaps-1.1.2.tar.bz2
|
1
xorg/xbitmaps/depends
Normal file
1
xorg/xbitmaps/depends
Normal file
@ -0,0 +1 @@
|
||||
xorg-util-macros make
|
1
xorg/xbitmaps/sources
Normal file
1
xorg/xbitmaps/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.x.org/pub/individual/data/xbitmaps-1.1.2.tar.bz2
|
1
xorg/xbitmaps/version
Normal file
1
xorg/xbitmaps/version
Normal file
@ -0,0 +1 @@
|
||||
1.1.2 1
|
9
xorg/xsetroot/build
Executable file
9
xorg/xsetroot/build
Executable 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
1
xorg/xsetroot/checksums
Normal file
@ -0,0 +1 @@
|
||||
9d007f5119be09924ac3a5d2bd506f32e6c164b82633c88d2aff26311e1a2a2b xsetroot-1.1.2.tar.gz
|
5
xorg/xsetroot/depends
Normal file
5
xorg/xsetroot/depends
Normal file
@ -0,0 +1,5 @@
|
||||
libXmu
|
||||
libXrender
|
||||
libXfixes
|
||||
libXcursor
|
||||
xbitmaps
|
1
xorg/xsetroot/sources
Normal file
1
xorg/xsetroot/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.x.org/archive//individual/app/xsetroot-1.1.2.tar.gz
|
1
xorg/xsetroot/version
Normal file
1
xorg/xsetroot/version
Normal file
@ -0,0 +1 @@
|
||||
1.1.2 1
|
Loading…
Reference in New Issue
Block a user