2009-05-14 14:09:17 +00:00
|
|
|
# Template file for 'GConf'
|
|
|
|
pkgname=GConf
|
2009-05-14 14:31:31 +00:00
|
|
|
sourcepkg=$pkgname
|
2009-05-14 14:09:17 +00:00
|
|
|
version=2.26.1
|
|
|
|
distfiles="${GNOME_SITE}/GConf/2.26/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=d557da05cc2f3a45e711b9ca097db7f6214dfe6b1c8f5ee63145fc6100e703fd
|
|
|
|
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."
|
|
|
|
|
2009-05-14 14:31:31 +00:00
|
|
|
conf_files="/etc/dbus-1/system.d/org.gnome.GConf.Defaults.conf
|
|
|
|
/etc/gconf/2/path"
|
|
|
|
|
|
|
|
subpackages="devel"
|
2009-05-14 14:09:17 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full gtk+
|
2009-05-14 14:31:31 +00:00
|
|
|
Add_dependency full dbus-glib
|
2009-05-14 14:09:17 +00:00
|
|
|
Add_dependency full ORBit2
|
|
|
|
Add_dependency full PolicyKit
|
2009-05-14 14:31:31 +00:00
|
|
|
Add_dependency full libxml2
|