void-packages/srcpkgs/GConf/template
2010-10-28 07:19:11 +02:00

58 lines
1.8 KiB
Plaintext

# Template file for 'GConf'
pkgname=GConf
version=2.32.0
revision=1
distfiles="${GNOME_SITE}/GConf/2.32/GConf-$version.tar.bz2"
build_style=gnu_configure
configure_args="--without-openldap --enable-gtk"
short_desc="A process-transparent configuration system"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=54dd1dd7f49928a9cc42574bef6ef0481753770fc19986dc2004bbb7fac977a0
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."
triggers="gio-modules"
conf_files="/etc/gconf/2/path"
subpackages="gir-gconf $pkgname-devel"
Add_dependency run glibc
Add_dependency run glib
Add_dependency run dbus-libs
Add_dependency run gtk+
Add_dependency run dbus-glib
Add_dependency run ORBit2
Add_dependency run polkit
Add_dependency run libxml2
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build glib-devel
Add_dependency build dbus-devel
Add_dependency build atk-devel
Add_dependency build pango-devel
Add_dependency build cairo-devel
Add_dependency build freetype-devel
Add_dependency build fontconfig-devel
Add_dependency build gdk-pixbuf-devel
Add_dependency build libpng-devel
Add_dependency build gtk+-devel ">=2.22.0_1"
Add_dependency build dbus-glib-devel
Add_dependency build ORBit2-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
}