# HG changeset patch # User Christopher Rogers # Date 1305933900 0 # Node ID 15b53401a938587395d6f0ba7d5715243b6fce04 # Parent d018c1db28ae2e7ab7f815c0cdac01248ed6d83f Up: libgnomeprint to 2.18.8. diff -r d018c1db28ae -r 15b53401a938 libgnomeprint-dev/receipt --- a/libgnomeprint-dev/receipt Fri May 20 23:22:22 2011 +0000 +++ b/libgnomeprint-dev/receipt Fri May 20 23:25:00 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libgnomeprint-dev" -VERSION="2.18.7" +VERSION="2.18.8" CATEGORY="development" SHORT_DESC="GNOME print library" MAINTAINER="pankso@slitaz.org" diff -r d018c1db28ae -r 15b53401a938 libgnomeprint/receipt --- a/libgnomeprint/receipt Fri May 20 23:22:22 2011 +0000 +++ b/libgnomeprint/receipt Fri May 20 23:25:00 2011 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="libgnomeprint" -VERSION="2.18.7" +VERSION="2.18.8" CATEGORY="x-window" SHORT_DESC="GNOME print library" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/libgnomeprint/2.18/$TARBALL" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="gtk+ popt libxml2 libart_lgpl" BUILD_DEPENDS="pkg-config glib-dev pango-dev intltool flex libart_lgpl-dev" @@ -18,7 +18,8 @@ cd $src ./configure \ --with-html-dir=/usr/share/doc \ - --without-cups && + --without-cups \ + $CONFIGURE_ARGS && make && make install }