17 lines
619 B
Text
17 lines
619 B
Text
# Template build file for 'xlsatoms'.
|
|
pkgname=xlsatoms
|
|
version=1.1.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libxcb-devel"
|
|
short_desc="List interned atoms defined on the X server"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=4a017ada25140a71034fc0026500ebe24b81f2d185a4b2ef733de683b79dcb0d
|
|
long_desc="
|
|
$pkgname lists the interned atoms. By default, all atoms starting from 1
|
|
(the lowest atom value defined by the protocol) are listed until unknown
|
|
atom is found."
|