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."
|
|
|
|
|
2010-02-28 06:30:13 +01:00
|
|
|
conf_files="
|
|
|
|
/etc/dbus-1/system.d/org.gnome.GConf.Defaults.conf
|
|
|
|
/etc/gconf/2/path"
|
2009-05-14 16:31:31 +02:00
|
|
|
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2010-02-28 06:30:13 +01:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run glib
|
|
|
|
Add_dependency run dbus-libs
|
|
|
|
Add_dependency run atk
|
|
|
|
Add_dependency run pango
|
|
|
|
Add_dependency run cairo
|
|
|
|
Add_dependency run freetype
|
|
|
|
Add_dependency run fontconfig
|
|
|
|
Add_dependency run gtk+
|
|
|
|
Add_dependency run dbus-glib
|
|
|
|
Add_dependency run ORBit2
|
|
|
|
Add_dependency run polkit
|
|
|
|
Add_dependency run libxml2
|
2009-05-14 16:09:17 +02:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
2010-02-28 06:30:13 +01:00
|
|
|
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 gtk+-devel
|
|
|
|
Add_dependency build dbus-glib-devel
|
|
|
|
Add_dependency build ORBit2-devel
|
|
|
|
Add_dependency build polkit-devel
|
|
|
|
Add_dependency build libxml2-devel
|