wok-stable diff GConf/receipt @ rev 7466

Down: GConf to 2.32.0. GConf 2.32.1 doesn't compile.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 30 23:27:54 2010 +0000 (2010-11-30)
parents 82a30a532c3f
children fbb45e0b2d35
line diff
     1.1 --- a/GConf/receipt	Tue Nov 30 21:04:29 2010 +0000
     1.2 +++ b/GConf/receipt	Tue Nov 30 23:27:54 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="GConf"
     1.7 -VERSION="2.32.1"
     1.8 +VERSION="2.32.0"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="A configuration database system."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12 @@ -20,13 +20,17 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -    ./configure \
    1.17 -    	--prefix=/usr \
    1.18 -    	--sysconfdir=/etc \
    1.19 -    	--libexecdir=/usr/lib/GConf \
    1.20 +	# Patch from fedora - reloads gconf after installing schemas
    1.21 +	patch -Np1 -i ../stuff/gconf-reload.patch
    1.22 +	# http://bugzilla.gnome.org/show_bug.cgi?id=568845
    1.23 +	patch -Np1 -i ../stuff/01_xml-gettext-domain.patch
    1.24 +	./configure \
    1.25 +		--prefix=/usr \
    1.26 +		--sysconfdir=/etc \
    1.27 +		--libexecdir=/usr/lib/GConf \
    1.28  		$CONFIGURE_ARGS  &&
    1.29 -    make &&
    1.30 -    make DESTDIR=$src/_pkg install
    1.31 +	make &&
    1.32 +	make DESTDIR=$src/_pkg install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.