wok diff libgnomeprintui/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 4904e3d374a9
children 86790a278e70
line diff
     1.1 --- a/libgnomeprintui/receipt	Tue Jun 11 10:41:23 2013 +0200
     1.2 +++ b/libgnomeprintui/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://www.gnome.org/"
     1.7 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/2.18/$TARBALL"
     1.8 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.9  
    1.10  DEPENDS="gtk+ libgnomeprint libgnomecanvas libart_lgpl"
    1.11  BUILD_DEPENDS="pkg-config gnome-icon-theme flex libgnomeprint-dev \
    1.12 @@ -17,7 +17,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure \
    1.18  		--with-html-dir=/usr/share/doc \
    1.19  		$CONFIGURE_ARGS &&