xlsatoms: update to 1.1.0.

This commit is contained in:
Juan RP 2010-06-04 13:37:15 +02:00
parent 09892116e3
commit 0b9ba58990

View file

@ -1,17 +1,17 @@
# Template build file for 'xlsatoms'. # Template build file for 'xlsatoms'.
pkgname=xlsatoms pkgname=xlsatoms
version=1.0.2 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="List interned atoms defined on the X server" short_desc="List interned atoms defined on the X server"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=d66cd7682e5ea2a52e8da8a75ea6154f40a3a69938c6c2cf5d5c1e012f5c121b checksum=4a017ada25140a71034fc0026500ebe24b81f2d185a4b2ef733de683b79dcb0d
long_desc=" long_desc="
$pkgname lists the interned atoms. By default, all atoms starting from 1 $pkgname lists the interned atoms. By default, all atoms starting from 1
(the lowest atom value defined by the protocol) are listed until unknown (the lowest atom value defined by the protocol) are listed until unknown
atom is found." atom is found."
Add_dependency run glibc
Add_dependency run libxcb
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency full glibc Add_dependency build libxcb-devel
Add_dependency full libX11
Add_dependency full libXmu