# HG changeset patch # User Christopher Rogers # Date 1291159674 0 # Node ID 6f6b86816a099f677f0673e5fb10764930f2e240 # Parent b63b71b8187f623390fcd69fe1538433653a8612 Down: GConf to 2.32.0. GConf 2.32.1 doesn't compile. diff -r b63b71b8187f -r 6f6b86816a09 GConf-dev/receipt --- a/GConf-dev/receipt Tue Nov 30 22:55:48 2010 +0000 +++ b/GConf-dev/receipt Tue Nov 30 23:27:54 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="GConf-dev" -VERSION="2.32.1" +VERSION="2.32.0" CATEGORY="development" SHORT_DESC="GConf devel files." MAINTAINER="rcx@zoominternet.net" diff -r b63b71b8187f -r 6f6b86816a09 GConf/receipt --- a/GConf/receipt Tue Nov 30 22:55:48 2010 +0000 +++ b/GConf/receipt Tue Nov 30 23:27:54 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="GConf" -VERSION="2.32.1" +VERSION="2.32.0" CATEGORY="utilities" SHORT_DESC="A configuration database system." MAINTAINER="rcx@zoominternet.net" @@ -20,13 +20,17 @@ compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/GConf \ + # Patch from fedora - reloads gconf after installing schemas + patch -Np1 -i ../stuff/gconf-reload.patch + # http://bugzilla.gnome.org/show_bug.cgi?id=568845 + patch -Np1 -i ../stuff/01_xml-gettext-domain.patch + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/GConf \ $CONFIGURE_ARGS && - make && - make DESTDIR=$src/_pkg install + make && + make DESTDIR=$src/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.