wok-next diff libgnomeprintui/receipt @ rev 18189

openssl: security update to 1.0.1p - http://openssl.org/news/secadv_20150709.txt
author Nathan Neulinger <nneul@neulinger.org>
date Thu Jul 09 14:04:33 2015 +0000 (2015-07-09)
parents 4904e3d374a9
children c94ecb8ba3c5
line diff
     1.1 --- a/libgnomeprintui/receipt	Tue Jun 11 10:41:23 2013 +0200
     1.2 +++ b/libgnomeprintui/receipt	Thu Jul 09 14:04:33 2015 +0000
     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 &&