xkbcomp: update to 1.2.3.
This commit is contained in:
parent
d9e46888d6
commit
c144e95539
1 changed files with 9 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
||||||
# Template build file for 'xkbcomp'.
|
# Template build file for 'xkbcomp'.
|
||||||
pkgname=xkbcomp
|
pkgname=xkbcomp
|
||||||
version=1.2.1
|
version=1.2.3
|
||||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="XKBD keymap compiler"
|
short_desc="XKBD keymap compiler"
|
||||||
checksum=b7612527914402d091424a93bc16f0d4d8778b4a874171f3f3dc681c690e65eb
|
homepage="http://xorg.freedesktop.org/"
|
||||||
|
license="MIT"
|
||||||
|
checksum=7598e8f44e2643c96d2e37aa44f344f6c48f1a262fc9207154353195b760cb16
|
||||||
long_desc="
|
long_desc="
|
||||||
The xkbcomp tool converts descriptions of an XKB keymap into other formats,
|
The xkbcomp tool converts descriptions of an XKB keymap into other formats,
|
||||||
most importantly the compiled keymaps used by XKB-capable X servers."
|
most importantly the compiled keymaps used by XKB-capable X servers."
|
||||||
|
@ -17,3 +19,8 @@ Add_dependency build pkg-config
|
||||||
Add_dependency build bison
|
Add_dependency build bison
|
||||||
Add_dependency build libX11-devel
|
Add_dependency build libX11-devel
|
||||||
Add_dependency build libxkbfile
|
Add_dependency build libxkbfile
|
||||||
|
|
||||||
|
post_install()
|
||||||
|
{
|
||||||
|
install -Dm644 COPYING ${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue