xcb-util-keysyms: update to 0.4.0.
This commit is contained in:
parent
b949395d9b
commit
51f58febe1
|
@ -1,18 +1,17 @@
|
||||||
# Template build for 'xcb-util-keysyms'.
|
# Template build for 'xcb-util-keysyms'.
|
||||||
pkgname=xcb-util-keysyms
|
pkgname=xcb-util-keysyms
|
||||||
version=0.3.9
|
version=0.4.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libxcb-devel>=1.8 xcb-util-devel>=0.3.9"
|
makedepends="libxcb-devel>=1.8 xcb-util-devel>=0.3.9"
|
||||||
replaces="xcb-util<0.3.9"
|
|
||||||
short_desc="Utility libraries for XC Binding - Standard X key constants and conversion to/from keycodes"
|
short_desc="Utility libraries for XC Binding - Standard X key constants and conversion to/from keycodes"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://xcb.freedesktop.org"
|
homepage="http://xcb.freedesktop.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
||||||
checksum=7be1acf053bd68a1910fc861b2cbcbad7637b5618590dd5484d43a96f7995c6e
|
checksum=0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9
|
||||||
|
|
||||||
xcb-util-keysyms-devel_package() {
|
xcb-util-keysyms-devel_package() {
|
||||||
depends="libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
depends="libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Reference in New Issue