libmatekbd: update to 1.12.0.
This commit is contained in:
parent
47e4f799b3
commit
28711c461d
1 changed files with 11 additions and 6 deletions
|
@ -1,18 +1,23 @@
|
||||||
# Template file for 'libmatekbd'
|
# Template file for 'libmatekbd'
|
||||||
pkgname=libmatekbd
|
pkgname=libmatekbd
|
||||||
version=1.10.0
|
version=1.12.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gtk=2.0 --disable-static"
|
configure_args="--with-gtk=3.0 --disable-static $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="mate-common pkg-config intltool itstool glib-devel"
|
hostmakedepends="mate-common pkg-config intltool itstool glib-devel gobject-introspection"
|
||||||
makedepends="libICE-devel gtk+-devel libxklavier-devel iso-codes"
|
makedepends="libICE-devel gtk+3-devel libxklavier-devel iso-codes"
|
||||||
depends="dconf iso-codes"
|
depends="dconf iso-codes"
|
||||||
short_desc="MATE keyboard library"
|
short_desc="MATE keyboard library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="http://mate-desktop.org"
|
homepage="http://mate-desktop.org"
|
||||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=09d9bb75d784083036e24a29120f5933f0dfdfe59050858dd353fd7572d7d2d1
|
checksum=a37538a9cb73dd1db8a8eacf7f7e1141884a95c218f69c017c1282a333de8d00
|
||||||
|
|
||||||
|
build_options="gir"
|
||||||
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
build_options_default="gir"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
@ -20,7 +25,7 @@ pre_configure() {
|
||||||
|
|
||||||
libmatekbd-devel_package() {
|
libmatekbd-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="gtk+-devel libxklavier-devel ${sourcepkg}>=${version}_${revision}"
|
depends="gtk+3-devel libxklavier-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue