Merge pull request #2815 from pullmoll/GConf
GConf: fix for libtool>=2.4.6
This commit is contained in:
commit
4baae9ab50
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'GConf'
|
# Template file for 'GConf'
|
||||||
pkgname=GConf
|
pkgname=GConf
|
||||||
version=3.2.6
|
version=3.2.6
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-openldap --enable-gtk --enable-defaults-service
|
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)"
|
$(vopt_enable gir introspection)"
|
||||||
conf_files="/etc/gconf/2/path"
|
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"
|
makedepends="gtk+3-devel dbus-glib-devel polkit-devel libxml2-devel"
|
||||||
depends="dconf"
|
depends="dconf"
|
||||||
short_desc="A process-transparent configuration system"
|
short_desc="A process-transparent configuration system"
|
||||||
|
@ -26,7 +27,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
autoreconf -if
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue