libgnome-keyring: update to 3.12.0.

This commit is contained in:
Juan RP 2014-12-13 10:44:14 +01:00
parent 7331968385
commit 52a2bb636f

View file

@ -1,17 +1,17 @@
# Template file for 'libgnome-keyring'
pkgname=libgnome-keyring
version=3.10.1
revision=3
version=3.12.0
revision=1
build_style=gnu-configure
configure_args="--with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr"
hostmakedepends="pkg-config intltool"
configure_args="$(vopt_enable gir introspection)"
hostmakedepends="pkg-config intltool $(vopt_if gir gobject-introspection)"
makedepends="dbus-devel libglib-devel libgcrypt-devel"
short_desc="GNOME keyring client library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2, LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=052cf1121ba823359afe534c425f7e216c6a2b1a2b316dee279dcf9032423772
checksum=c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783
# Package build options
build_options="gir"
@ -21,13 +21,6 @@ if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
if [ "$build_option_gir" ]; then
configure_args+=" --enable-introspection"
makedepends+=" gobject-introspection"
else
configure_args+=" --disable-introspection"
fi
libgnome-keyring-devel_package() {
depends="libglib-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"