# HG changeset patch # User Christopher Rogers # Date 1302218347 0 # Node ID c07b7792db135b9d15945af5c629386bfd22f71f # Parent d970d5e4ca74cbe23e79cbd397c6f2c6fee34bd0 Up: pangomm to 2.28.1. diff -r d970d5e4ca74 -r c07b7792db13 pangomm-dev/receipt --- a/pangomm-dev/receipt Thu Apr 07 23:17:08 2011 +0000 +++ b/pangomm-dev/receipt Thu Apr 07 23:19:07 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pangomm-dev" -VERSION="2.26.3" +VERSION="2.28.1" CATEGORY="development" SHORT_DESC="Pangomm library devel files." MAINTAINER="pankso@slitaz.org" diff -r d970d5e4ca74 -r c07b7792db13 pangomm/receipt --- a/pangomm/receipt Thu Apr 07 23:17:08 2011 +0000 +++ b/pangomm/receipt Thu Apr 07 23:19:07 2011 +0000 @@ -1,27 +1,23 @@ # SliTaz package receipt. PACKAGE="pangomm" -VERSION="2.26.3" +VERSION="2.28.1" CATEGORY="x-window" SHORT_DESC="Pango binding for GTKmm." MAINTAINER="pankso@slitaz.org" DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base" -BUILD_DEPENDS="pixman-dev cairomm-dev glibmm-dev libgiomm-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --disable-documentation \ - $CONFIGURE_ARGS && + --disable-documentation && make && - make DESTDIR=$PWD/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg.