29 lines
1,018 B
Text
29 lines
1,018 B
Text
# Template file for 'GConf'
|
|
pkgname=GConf
|
|
version=3.2.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--without-openldap --enable-gtk --enable-defaults-service
|
|
--disable-orbit --enable-gsettings-backend --disable-static"
|
|
makedepends="pkg-config intltool gobject-introspection gtk+3-devel
|
|
dbus-glib-devel polkit-devel libxml2-devel"
|
|
short_desc="A process-transparent configuration system"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://projects.gnome.org/gconf"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/GConf/3.2/GConf-${version}.tar.xz"
|
|
checksum=1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e0cfa51a04d784c
|
|
|
|
conf_files="/etc/gconf/2/path"
|
|
subpackages="${pkgname}-devel"
|
|
|
|
post_install() {
|
|
# Create GCONF_SCHEMAS_DIR
|
|
vmkdir 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
|
|
vmkdir etc/gconf/gconf.xml.${d}
|
|
touch -f ${DESTDIR}/etc/gconf/gconf.xml.${d}/.empty_on_purpose
|
|
done
|
|
}
|