# Description: configuration database system # URL: http://www.gnome.org/projects/gconf/ # Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: orbit2, libxml2, gtk, dbus-glib, policykit name=gconf version=2.26.2 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/GConf/2.26/GConf-$version.tar.bz2) build() { cd GConf-$version rm po/*.po sed -i -e "s/USE_NLS=yes/USE_NLS=no/" \ -e "s/ENABLE_NLS 1/ENABLE_NLS 0/" configure ./configure --prefix=/usr \ --mandir=/usr/man \ --libexecdir=/usr/lib/GConf \ --disable-gtk-doc make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc }