mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
libxklavier: update to 5.4
This commit is contained in:
parent
2d8e3d2e2d
commit
a1ce83798d
1 changed files with 13 additions and 19 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template build file for 'libxklavier'.
|
# Template file for 'libxklavier'
|
||||||
pkgname=libxklavier
|
pkgname=libxklavier
|
||||||
version=5.3
|
version=5.4
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="pkg-config glib-devel"
|
hostmakedepends="pkg-config glib-devel $(vopt_if gir gobject-introspection)"
|
||||||
makedepends="libglib-devel libxkbfile-devel libxml2-devel libXi-devel xkeyboard-config iso-codes"
|
makedepends="libglib-devel libxkbfile-devel libxml2-devel libXi-devel
|
||||||
|
xkeyboard-config iso-codes"
|
||||||
depends="xkeyboard-config iso-codes"
|
depends="xkeyboard-config iso-codes"
|
||||||
short_desc="Library providing high-level API for X Keyboard Extension"
|
short_desc="Library providing high-level API for X Keyboard Extension"
|
||||||
homepage="http://freedesktop.org/wiki/Software/LibXklavier"
|
homepage="https://freedesktop.org/wiki/Software/LibXklavier/"
|
||||||
license="LGPL-2"
|
license="LGPL-2.0-or-later"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/5.3/$pkgname-$version.tar.xz"
|
distfiles="https://people.freedesktop.org/~svu/libxklavier-${version}.tar.bz2"
|
||||||
checksum=ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404
|
checksum=17a34194df5cbcd3b7bfd0f561d95d1f723aa1c87fca56bc2c209514460a9320
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -21,16 +22,9 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_gir" ]; then
|
|
||||||
configure_args+=" --enable-introspection"
|
|
||||||
makedepends+=" gobject-introspection"
|
|
||||||
else
|
|
||||||
configure_args+=" --disable-introspection"
|
|
||||||
fi
|
|
||||||
|
|
||||||
libxklavier-devel_package() {
|
libxklavier-devel_package() {
|
||||||
depends="libglib-devel libxml2-devel>=2.7.8 ${sourcepkg}>=${version}_${revision}"
|
depends="libglib-devel libxml2-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
|
|
Loading…
Add table
Reference in a new issue