libxkbcommon: update to 0.3.1.
This commit is contained in:
parent
2eb1f3b192
commit
6ab3296c94
1 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'libxkbcommon'.
|
||||
pkgname=libxkbcommon
|
||||
version=0.2.0
|
||||
revision=3
|
||||
version=0.3.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config flex"
|
||||
hostmakedepends="pkg-config flex xkeyboard-config"
|
||||
short_desc="Library to handle keyboard descriptions"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://xkbcommon.org/"
|
||||
license="MIT/X11"
|
||||
distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.bz2"
|
||||
checksum=74eb0a121ca3998015fd687591426bb15c524645a72cf602831b2e729172fb42
|
||||
distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.xz"
|
||||
checksum=9c973581bba0c883a301fa6474d9c3e4f3a06c34e4ae4f1f4e113692cb18b38e
|
||||
long_desc="
|
||||
xkbcommon is a library to handle keyboard descriptions, including loading
|
||||
them from disk, parsing them and handling their state. It's mainly meant
|
||||
|
@ -23,7 +23,7 @@ fi
|
|||
|
||||
libxkbcommon-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
@ -31,6 +31,7 @@ libxkbcommon-devel_package() {
|
|||
}
|
||||
|
||||
libxkbcommon_package() {
|
||||
depends="xkeyboard-config"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue