From c3073185f6c367a51e22547ad617321ae84e9428 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 30 Jan 2015 11:32:44 +0100 Subject: [PATCH] libnotify: rebuild to generate 32bit pkgs (required by pcsx2-32bit). --- srcpkgs/libnotify/template | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/srcpkgs/libnotify/template b/srcpkgs/libnotify/template index b4b66f724eb..3b0a6fad390 100644 --- a/srcpkgs/libnotify/template +++ b/srcpkgs/libnotify/template @@ -1,10 +1,10 @@ # Template file for 'libnotify' pkgname=libnotify version=0.7.6 -revision=2 +revision=3 build_style=gnu-configure -configure_args="--disable-static" -hostmakedepends="pkg-config glib-devel" +configure_args="--disable-static $(vopt_enable gir introspection)" +hostmakedepends="pkg-config glib-devel $(vopt_if gir gobject-introspection)" makedepends="libglib-devel libpng-devel gdk-pixbuf-devel" short_desc="Desktop notification library" maintainer="Juan RP " @@ -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 - pre_configure() { # Avoid gtk+3 dependency, it's only required for tests. sed -e 's,^tests_modules.*,tests_modules="glib-2.0",g' -i configure @@ -35,7 +28,7 @@ pre_configure() { } libnotify-devel_package() { - depends="gdk-pixbuf-devel libglib-devel ${sourcepkg}>=${version}_${revision}" + depends="${makedepends} ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include