wok-6.x rev 10210
Up: libgnomeprint to 2.18.8.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 23:25:00 2011 +0000 (2011-05-20) |
parents | d018c1db28ae |
children | 226e4c8c06f6 |
files | libgnomeprint-dev/receipt libgnomeprint/receipt |
line diff
1.1 --- a/libgnomeprint-dev/receipt Fri May 20 23:22:22 2011 +0000 1.2 +++ b/libgnomeprint-dev/receipt Fri May 20 23:25:00 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libgnomeprint-dev" 1.7 -VERSION="2.18.7" 1.8 +VERSION="2.18.8" 1.9 CATEGORY="development" 1.10 SHORT_DESC="GNOME print library" 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/libgnomeprint/receipt Fri May 20 23:22:22 2011 +0000 2.2 +++ b/libgnomeprint/receipt Fri May 20 23:25:00 2011 +0000 2.3 @@ -1,13 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libgnomeprint" 2.7 -VERSION="2.18.7" 2.8 +VERSION="2.18.8" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="GNOME print library" 2.11 MAINTAINER="pankso@slitaz.org" 2.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.13 WEB_SITE="http://www.gnome.org/" 2.14 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/libgnomeprint/2.18/$TARBALL" 2.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 2.16 2.17 DEPENDS="gtk+ popt libxml2 libart_lgpl" 2.18 BUILD_DEPENDS="pkg-config glib-dev pango-dev intltool flex libart_lgpl-dev" 2.19 @@ -18,7 +18,8 @@ 2.20 cd $src 2.21 ./configure \ 2.22 --with-html-dir=/usr/share/doc \ 2.23 - --without-cups && 2.24 + --without-cups \ 2.25 + $CONFIGURE_ARGS && 2.26 make && make install 2.27 } 2.28