2012-11-20 13:00:26 +00:00
|
|
|
# Template file for 'libxkbcommon'.
|
|
|
|
pkgname=libxkbcommon
|
2014-10-26 07:58:39 +00:00
|
|
|
version=0.5.0
|
2014-07-27 17:41:03 +00:00
|
|
|
revision=1
|
2012-11-20 13:00:26 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-static"
|
2014-02-21 10:27:48 +00:00
|
|
|
hostmakedepends="pkg-config flex"
|
2014-07-27 17:41:03 +00:00
|
|
|
makedepends="xkeyboard-config libxcb-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="xkeyboard-config"
|
2012-11-20 13:00:26 +00:00
|
|
|
short_desc="Library to handle keyboard descriptions"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://xkbcommon.org/"
|
2012-11-20 13:06:33 +00:00
|
|
|
license="MIT/X11"
|
2013-06-13 04:49:41 +00:00
|
|
|
distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.xz"
|
2014-10-26 07:58:39 +00:00
|
|
|
checksum=90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c
|
2014-07-27 17:41:03 +00:00
|
|
|
|
|
|
|
libxkbcommon-x11_package() {
|
|
|
|
short_desc+=" - X11 support"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/lib/*x11*.so.*
|
|
|
|
}
|
|
|
|
}
|
2013-04-13 08:15:49 +00:00
|
|
|
|
|
|
|
libxkbcommon-devel_package() {
|
2014-07-27 17:41:03 +00:00
|
|
|
depends="libxcb-devel ${sourcepkg}-x11>=${version}_${revision} ${sourcepkg}>=${version}_${revision}"
|
2013-06-13 04:49:41 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 08:15:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-02-21 10:27:48 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 08:15:49 +00:00
|
|
|
}
|
|
|
|
}
|