2009-05-14 16:09:17 +02:00
|
|
|
# Template file for 'GConf'
|
|
|
|
pkgname=GConf
|
2009-11-30 06:26:58 +01:00
|
|
|
version=2.28.0
|
|
|
|
distfiles="${GNOME_SITE}/GConf/2.28/GConf-$version.tar.bz2"
|
2009-05-14 16:09:17 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
configure_args="--without-openldap --enable-gtk"
|
|
|
|
short_desc="A process-transparent configuration system"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-11-30 06:26:58 +01:00
|
|
|
checksum=d057dcfe2bfb2a80e592349c2a78d7dce12d19542aeced466c64fb701c806ac8
|
2009-05-14 16:09:17 +02:00
|
|
|
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 16:31:31 +02:00
|
|
|
conf_files="/etc/dbus-1/system.d/org.gnome.GConf.Defaults.conf
|
|
|
|
/etc/gconf/2/path"
|
|
|
|
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2009-05-14 16:09:17 +02:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full gtk+
|
2009-05-14 16:31:31 +02:00
|
|
|
Add_dependency full dbus-glib
|
2009-05-14 16:09:17 +02:00
|
|
|
Add_dependency full ORBit2
|
2009-11-30 06:26:58 +01:00
|
|
|
Add_dependency full polkit
|
2009-05-14 16:31:31 +02:00
|
|
|
Add_dependency full libxml2
|