vp-build/srcpkgs/GConf/template

42 lines
1.3 KiB
Plaintext
Raw Normal View History

# Template file for 'GConf'
pkgname=GConf
2011-11-01 05:44:19 +01:00
version=3.2.3
2011-09-28 16:20:11 +02:00
distfiles="${GNOME_SITE}/GConf/3.2/GConf-$version.tar.xz"
build_style=gnu-configure
2011-09-29 10:30:13 +02:00
configure_args="--without-openldap --with-gtk=3.0 --enable-defaults-service
--disable-orbit"
revision=1
short_desc="A process-transparent configuration system"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-06-29 15:44:54 +02:00
homepage="http://projects.gnome.org/gconf"
license="GPL-2"
2011-11-01 05:44:19 +01:00
checksum=9eb55dd1d009b6eba9c32e3fae87d3aa45a33629a5e2031ed9f5acb05efaa149
long_desc="
GConf is a process-transparent configuration database API used to
store user preferences. It has pluggable backends and features to
support workgroup administration."
conf_files="/etc/gconf/2/path"
subpackages="$pkgname-devel"
2010-10-24 07:39:47 +02:00
Add_dependency build pkg-config
Add_dependency build intltool
2011-07-12 00:10:07 +02:00
Add_dependency build gtk+3-devel
Add_dependency build dbus-glib-devel
Add_dependency build polkit-devel
Add_dependency build libxml2-devel
Add_dependency build gobject-introspection
post_install()
{
# Create GCONF_SCHEMAS_DIR
install -d ${DESTDIR}/usr/share/gconf/schemas
touch -f ${DESTDIR}/usr/share/gconf/schemas/.empty_on_purpose
# Create required sysconfdir dirs.
for d in defaults mandatory system; do
install -d ${DESTDIR}/etc/gconf/gconf.xml.${d}
touch -f ${DESTDIR}/etc/gconf/gconf.xml.${d}/.empty_on_purpose
done
}