From af7d08507a79742e9439c2f78a0bfd362a0402af Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 12 Sep 2014 12:33:17 +0200 Subject: [PATCH] telepathy-logger: update to 0.8.1. --- srcpkgs/telepathy-logger/template | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/srcpkgs/telepathy-logger/template b/srcpkgs/telepathy-logger/template index e612d77fc8..b6ee550063 100644 --- a/srcpkgs/telepathy-logger/template +++ b/srcpkgs/telepathy-logger/template @@ -1,17 +1,17 @@ # Template file for 'telepathy-logger' pkgname=telepathy-logger -version=0.8.0 -revision=2 +version=0.8.1 +revision=1 build_style=gnu-configure -configure_args="--disable-static --disable-schemas-compile" -hostmakedepends="pkg-config intltool libxslt glib-devel" +configure_args="--disable-static --disable-schemas-compile $(vopt_enable gir introspection)" +hostmakedepends="pkg-config intltool libxslt glib-devel $(vopt_if gir gobject-introspection)" makedepends="dbus-glib-devel libxml2-devel sqlite-devel telepathy-glib-devel" short_desc="Telepathy framework logging daemon" maintainer="Juan RP " homepage="http://telepathy.freedesktop.org/wiki/Logger" license="LGPL-2.1" distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.bz2" -checksum=d476f3c16fa25988ced2c0771de70542091d81b5fdd657317cad5c4b110520a2 +checksum=359528f5fa1539b250fead8d68c7a0eaef11ed4284dfb3761fff2b6dd688da39 # Package build options build_options="gir" @@ -20,13 +20,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 - telepathy-logger-devel_package() { depends="libxml2-devel telepathy-glib-devel ${sourcepkg}-${version}_${revision}" short_desc+=" - development files"