xwininfo: sanitize deps, bumprev.
--HG-- extra : convert_revision : 09683a4d596445e8c40037491a3f9f2f5e655863
This commit is contained in:
parent
4bab81c78c
commit
4633105b8e
1 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'xwininfo'.
|
# Template build file for 'xwininfo'.
|
||||||
pkgname=xwininfo
|
pkgname=xwininfo
|
||||||
version=1.0.5
|
version=1.0.5
|
||||||
|
revision=1
|
||||||
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="Query information about X windows"
|
short_desc="Query information about X windows"
|
||||||
|
@ -12,7 +13,9 @@ long_desc="
|
||||||
|
|
||||||
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 libXext
|
||||||
|
Add_dependency run libX11
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency full glibc
|
Add_dependency build libXext-devel
|
||||||
Add_dependency full libXext
|
Add_dependency build libX11-devel
|
||||||
Add_dependency full libXmu
|
|
||||||
|
|
Loading…
Reference in a new issue