diff --git a/srcpkgs/GConf/template b/srcpkgs/GConf/template index d154e25b40e..255495f6ff1 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() {