mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-04 14:05:50 -07:00
xorg: added xprop
This commit is contained in:
parent
de88be1812
commit
78c091a617
9
xorg/xprop/build
Executable file
9
xorg/xprop/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/xprop/checksums
Normal file
1
xorg/xprop/checksums
Normal file
@ -0,0 +1 @@
|
||||
dddb6e208ffa515e68f001c22077a465f1365a4bcf91d9b37f336a6c0d15400d xprop-1.2.4.tar.gz
|
2
xorg/xprop/depends
Normal file
2
xorg/xprop/depends
Normal file
@ -0,0 +1,2 @@
|
||||
libX11
|
||||
libXmu
|
1
xorg/xprop/sources
Normal file
1
xorg/xprop/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.x.org/releases/individual/app/xprop-1.2.4.tar.gz
|
1
xorg/xprop/version
Normal file
1
xorg/xprop/version
Normal file
@ -0,0 +1 @@
|
||||
1.2.4 1
|
Loading…
Reference in New Issue
Block a user