# HG changeset patch # User Christophe Lincoln # Date 1211110621 -7200 # Node ID 0c1ee5f041b973338d9f9cdd294ba74ed215e0b4 # Parent 215344bc0c24a51f2436df664c5037064c9e453d Up: pango (1.20.2) diff -r 215344bc0c24 -r 0c1ee5f041b9 pango-dev/receipt --- a/pango-dev/receipt Sun May 18 13:31:56 2008 +0200 +++ b/pango-dev/receipt Sun May 18 13:37:01 2008 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pango-dev" -VERSION="1.18.4" +VERSION="1.20.2" CATEGORY="development" SHORT_DESC="Library for layout and rendering of text devel files." MAINTAINER="pankso@slitaz.org" @@ -18,14 +18,3 @@ cp -a $_pkg/usr/lib/pango $fs/usr/lib rm -rf $fs/usr/lib/pango/1.6.0/modules/*.so } - -# Pre and post install commands for Tazpkg. -post_install() -{ - local root - root=$1 - echo "Processing post-install commands..." - # Rebuils pango.modules when installed. - pango-querymodules > $root/etc/pango/pango.modules -} -SELF_INSTALL=1 diff -r 215344bc0c24 -r 0c1ee5f041b9 pango/receipt --- a/pango/receipt Sun May 18 13:31:56 2008 +0200 +++ b/pango/receipt Sun May 18 13:37:01 2008 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="pango" -VERSION="1.18.4" +VERSION="1.20.2" CATEGORY="x-window" SHORT_DESC="Library for layout and rendering of text." MAINTAINER="pankso@slitaz.org" BUILD_DEPENDS="cairo-dev glib-dev expat-dev libxml2-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pango.org/" -WGET_URL="ftp://ftp.gtk.org/pub/pango/1.18/$TARBALL" +WGET_URL="ftp://ftp.gtk.org/pub/pango/1.20/$TARBALL" # Rules to configure and make the package. compile_rules()