From 9edbc4802ed0ba03a97fca664407ebf5e24bf9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 24 Oct 2015 17:29:06 +0200 Subject: [PATCH] GConf: fix for libtool>=2.4.6 --- srcpkgs/GConf/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/GConf/template b/srcpkgs/GConf/template index d154e25b40..255495f6ff 100644 --- a/srcpkgs/GConf/template +++ b/srcpkgs/GConf/template @@ -1,13 +1,14 @@ # Template file for 'GConf' pkgname=GConf version=3.2.6 -revision=6 +revision=7 build_style=gnu-configure configure_args="--without-openldap --enable-gtk --enable-defaults-service - --disable-orbit --enable-gsettings-backend --disable-static + --disable-orbit --enable-gsettings-backend --disable-static --disable-gtk-doc-html $(vopt_enable gir introspection)" conf_files="/etc/gconf/2/path" -hostmakedepends="libtool pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)" +hostmakedepends="automake libtool pkg-config gettext-devel intltool gtk-doc + glib-devel gobject-introspection" makedepends="gtk+3-devel dbus-glib-devel polkit-devel libxml2-devel" depends="dconf" short_desc="A process-transparent configuration system" @@ -26,7 +27,7 @@ if [ -z "$CROSS_BUILD" ]; then fi pre_configure() { - libtoolize -f + autoreconf -if } post_install() {