xsetroot: update to 1.1.0.
This commit is contained in:
parent
269bd42cf6
commit
d4d6130a93
|
@ -1,19 +1,23 @@
|
||||||
# Template build file for 'xsetroot'.
|
# Template build file for 'xsetroot'.
|
||||||
pkgname=xsetroot
|
pkgname=xsetroot
|
||||||
version=1.0.3
|
version=1.1.0
|
||||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
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=d7e512cc686de3ab5fcd3c9f9e605d7cae68a4b50f2c0786f0f09ce08c728f48
|
checksum=88f13e949e7aea126239e5c9b3fe7bb7c2ecf70c70774ae41218789d9cfe5fad
|
||||||
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.
|
window of the X server.
|
||||||
|
|
||||||
This is from the modular X.org X11 project."
|
This is from the modular X.org X11 project."
|
||||||
|
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run libXmu
|
||||||
|
Add_dependency run libX11
|
||||||
|
Add_dependency run libXcursor
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build xbitmaps
|
Add_dependency build xbitmaps
|
||||||
Add_dependency full glibc
|
Add_dependency build libXmu-devel
|
||||||
Add_dependency full libX11
|
Add_dependency build libX11-devel
|
||||||
Add_dependency full libXmu
|
Add_dependency build libXcursor-devel
|
||||||
|
|
Loading…
Reference in New Issue