GConf: depend on dconf at run-time; to save gsettings on disk.

This commit is contained in:
Juan RP 2014-10-12 10:40:02 +02:00
parent aba50757dd
commit 6b5ec16a95

View file

@ -1,13 +1,15 @@
# Template file for 'GConf' # Template file for 'GConf'
pkgname=GConf pkgname=GConf
version=3.2.6 version=3.2.6
revision=5 revision=6
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
$(vopt_enable gir introspection)"
conf_files="/etc/gconf/2/path" conf_files="/etc/gconf/2/path"
hostmakedepends="libtool pkg-config intltool glib-devel" hostmakedepends="libtool pkg-config intltool glib-devel $(vopt_if gir 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"
short_desc="A process-transparent configuration system" short_desc="A process-transparent configuration system"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://projects.gnome.org/gconf" homepage="http://projects.gnome.org/gconf"
@ -23,13 +25,6 @@ if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir" build_options_default="gir"
fi fi
if [ "$build_option_gir" ]; then
configure_args+=" --enable-introspection"
makedepends+=" gobject-introspection"
else
configure_args+=" --disable-introspection"
fi
pre_configure() { pre_configure() {
libtoolize -f libtoolize -f
} }
@ -59,6 +54,6 @@ GConf-devel_package() {
vmove usr/share/aclocal vmove usr/share/aclocal
vmove usr/share/gtk-doc vmove usr/share/gtk-doc
# Install gconf-merge-schema # Install gconf-merge-schema
vinstall ${FILESDIR}/gconf-merge-schema.sh 755 usr/bin gconf-merge-schema vbin ${FILESDIR}/gconf-merge-schema.sh gconf-merge-schema
} }
} }