From 52a2bb636fdf59ce9d03a9cf5aef71f222d69949 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 13 Dec 2014 10:44:14 +0100 Subject: [PATCH] libgnome-keyring: update to 3.12.0. --- srcpkgs/libgnome-keyring/template | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/srcpkgs/libgnome-keyring/template b/srcpkgs/libgnome-keyring/template index abef1c1b633..f8841045e3d 100644 --- a/srcpkgs/libgnome-keyring/template +++ b/srcpkgs/libgnome-keyring/template @@ -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 " 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"