1 # Maintainer: Andreas Radke <andyrtr@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="XKB utility demos"
9 url="https://xorg.freedesktop.org/"
11 depends=('libxaw' 'libxt' 'libx11')
12 makedepends=('xorg-util-macros' 'xorgproto')
13 groups=('xorg-apps' 'xorg')
14 source=(https://xorg.freedesktop.org/archive/individual/app/xkbutils-${pkgver}.tar.xz{,.sig})
15 sha512sums=('0d8d460f5e015e9034292688437511068dab61216c2493f2981cfb63aaa012976ac9435c1586a22c0940fbfcb779b48dce9b85832303fe2b854aa945b814ac77'
17 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith@oracle.com>
21 ./configure --prefix=/usr
27 make DESTDIR="${pkgdir}" install
28 install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"