From bdf4bd6f33082443ab2980a5ec2406d23aeb95d7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 13 Jan 2015 11:19:49 +0100 Subject: [PATCH] geocode-glib: update to 3.14.0. --- srcpkgs/geocode-glib/template | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/srcpkgs/geocode-glib/template b/srcpkgs/geocode-glib/template index 2ea73a4b004..589feafd7aa 100644 --- a/srcpkgs/geocode-glib/template +++ b/srcpkgs/geocode-glib/template @@ -1,17 +1,17 @@ # Template file for 'geocode-glib' pkgname=geocode-glib -version=3.12.2 +version=3.14.0 revision=1 build_style=gnu-configure -configure_args="--disable-static" -hostmakedepends="pkg-config intltool glib-devel" +configure_args="--disable-static $(vopt_enable gir introspection)" +hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)" makedepends="json-glib-devel>=1.0 libsoup-gnome-devel>=2.46" short_desc="GLib library for geocoding and reverse geocoding" homepage="http://www.gnome.org" license="LGPL-2.1" maintainer="Juan RP " distfiles="${GNOME_SITE}/$pkgname/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=5ca581a927cac3025adc2afadfdaf9a493ca887537a548aa47296bc77bcfa49e +checksum=a19b21a92b8cbfa29a5ae6616c2fdca8567e97480f7bb5c955905f6ae1c72010 # 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 - geocode-glib-devel_package() { depends="libglib-devel ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files"