GConf: update to 3.2.6.

This commit is contained in:
Juan RP 2013-01-25 10:35:53 +01:00
parent 15c0119216
commit fb8982b1e1
2 changed files with 4 additions and 11 deletions

View file

@ -3,9 +3,6 @@
noarch=yes
depends="glib-devel dbus-devel GConf>=${version}"
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install() {
vmove usr/include usr

View file

@ -1,10 +1,10 @@
# Template file for 'GConf'
pkgname=GConf
version=3.2.5
revision=2
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"
--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"
@ -12,11 +12,7 @@ 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=4ddea9503a212ee126c5b46a0a958fd5484574c3cb6ef2baf38db02e819e58c6
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."
checksum=1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e0cfa51a04d784c
conf_files="/etc/gconf/2/path"
subpackages="${pkgname}-devel"