wok diff inkscape/receipt @ rev 3909

linux: typo in patchfile
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 16 21:26:47 2009 +0200 (2009-08-16)
parents 519ee78a7bda
children dcdbb5d3a57c
line diff
     1.1 --- a/inkscape/receipt	Mon Apr 06 23:19:01 2009 +0200
     1.2 +++ b/inkscape/receipt	Sun Aug 16 21:26:47 2009 +0200
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="inkscape"
     1.7 -VERSION="0.45.1"
     1.8 +VERSION="0.47pre1"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="Vector drawing application."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="gc gtk+ libxslt libsigc++ glibmm gtkmm libxml2 libpng popt \
    1.13 -xorg-libXdamage libgiomm"
    1.14 +xorg-libXdamage libgiomm lcms gtkspell"
    1.15  BUILD_DEPENDS="gc-dev gtk+-dev libxslt-dev libsigc++-dev glibmm-dev gtkmm-dev \
    1.16 -popt-dev libgiomm-dev"
    1.17 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 +popt-dev libgiomm-dev gsl gsl-dev lcms-dev gtkspell-dev"
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.20  WEB_SITE="http://www.inkscape.org/"
    1.21  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.22  
    1.23 @@ -17,16 +17,10 @@
    1.24  compile_rules()
    1.25  {
    1.26  	cd $src
    1.27 -	grep -rl glib/gmessages . | while read file; do
    1.28 -		echo "Patching $file..."
    1.29 -		sed -i 's|glib/gmessages|glib|' $file
    1.30 -	done
    1.31 -	# gtk-clist fix
    1.32 -	sed -i s/gtkclist.h/gtk.h/ src/widgets/sp-xmlview-attr-list.h
    1.33 +	sed -i -e '\|^packaging/autopackage/default\.apspec$|d' configure.ac
    1.34  	./configure \
    1.35  		--prefix=/usr \
    1.36  		--mandir=/usr/share/man \
    1.37 -		--disable-lcms \
    1.38  		--disable-inkboard \
    1.39  		$CONFIGURE_ARGS &&
    1.40  	make &&
    1.41 @@ -47,4 +41,3 @@
    1.42  	rm -rf $fs/usr/share/inkscape/examples
    1.43  	rm -rf $fs/usr/share/inkscape/screens/keys*
    1.44  }
    1.45 -