mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
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'.
|
# Template file for 'libxkbcommon'.
|
||||||
pkgname=libxkbcommon
|
pkgname=libxkbcommon
|
||||||
version=0.2.0
|
version=0.3.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config flex"
|
hostmakedepends="pkg-config flex xkeyboard-config"
|
||||||
short_desc="Library to handle keyboard descriptions"
|
short_desc="Library to handle keyboard descriptions"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://xkbcommon.org/"
|
homepage="http://xkbcommon.org/"
|
||||||
license="MIT/X11"
|
license="MIT/X11"
|
||||||
distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.bz2"
|
distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.xz"
|
||||||
checksum=74eb0a121ca3998015fd687591426bb15c524645a72cf602831b2e729172fb42
|
checksum=9c973581bba0c883a301fa6474d9c3e4f3a06c34e4ae4f1f4e113692cb18b38e
|
||||||
long_desc="
|
long_desc="
|
||||||
xkbcommon is a library to handle keyboard descriptions, including loading
|
xkbcommon is a library to handle keyboard descriptions, including loading
|
||||||
them from disk, parsing them and handling their state. It's mainly meant
|
them from disk, parsing them and handling their state. It's mainly meant
|
||||||
|
@ -23,7 +23,7 @@ fi
|
||||||
|
|
||||||
libxkbcommon-devel_package() {
|
libxkbcommon-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
@ -31,6 +31,7 @@ libxkbcommon-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libxkbcommon_package() {
|
libxkbcommon_package() {
|
||||||
|
depends="xkeyboard-config"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue