xsetroot: new deps style.
--HG-- extra : convert_revision : 21af04c7ef1b1943887d7167b82bcd0771b2297d
This commit is contained in:
parent
72d2abe175
commit
36f0b586b3
1 changed files with 11 additions and 5 deletions
|
@ -1,13 +1,19 @@
|
||||||
# Template build file for 'xsetroot'.
|
# Template build file for 'xsetroot'.
|
||||||
pkgname=xsetroot
|
pkgname=xsetroot
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
distfiles="
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
http://xorg.freedesktop.org/releases/individual/app/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
|
||||||
short_desc="X root window parameter setting program"
|
short_desc="X root window parameter setting program"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=0e51c905bf2cf2aeafceb52b41a64134a5bd7fa1
|
checksum=4f9a751f4830d479fae8ccb68ed04896dc99612789310b7917bd15c04aa3351d
|
||||||
long_desc="
|
long_desc="
|
||||||
The xsetroot program is used to tailor the appearance of the background
|
The xsetroot program is used to tailor the appearance of the background
|
||||||
window of the X server. This is from the modular X.org X11 project."
|
window of the X server.
|
||||||
|
|
||||||
|
This is from the modular X.org X11 project."
|
||||||
|
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build xbitmaps
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full libX11
|
||||||
|
Add_dependency full libXmu
|
||||||
|
|
Loading…
Reference in a new issue