xcb-util-keysyms 0.4.1-1
This commit is contained in:
commit
e1e687ac20
34
PKGBUILD
Normal file
34
PKGBUILD
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# This is an example PKGBUILD file. Use this as a start to creating your own,
|
||||||
|
# and remove these comments. For more information, see 'man PKGBUILD'.
|
||||||
|
# NOTE: Please fill out the license field for your package! If it is unknown,
|
||||||
|
# then please put 'unknown'.
|
||||||
|
|
||||||
|
# Maintainer: Future Linux Team <future_linux@163.com>
|
||||||
|
pkgname=xcb-util-keysyms
|
||||||
|
pkgver=0.4.1
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Utility libraries for XC Binding - Standard X key constants and conversion to/from keycodes"
|
||||||
|
arch=('x86_64')
|
||||||
|
url="https://xcb.freedesktop.org"
|
||||||
|
license=('custom')
|
||||||
|
depends=('libxcb')
|
||||||
|
makedepends=('util-macros' 'xorgproto')
|
||||||
|
source=(https://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.xz)
|
||||||
|
sha256sums=(7c260a5294412aed429df1da2f8afd3bd07b7cba3fec772fba15a613a6d5c638)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd ${pkgname}-${pkgver}
|
||||||
|
|
||||||
|
${CONFIGURE} \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--localstatedir=/var \
|
||||||
|
--disable-static
|
||||||
|
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd ${pkgname}-${pkgver}
|
||||||
|
|
||||||
|
make DESTDIR=${pkgdir} install
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user