wok diff pango/receipt @ rev 547

Up: GTK+ (2.12.6) and deps (glib,pango, + clearlooks for 2.10 engines)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 17:37:29 2008 +0200 (2008-04-12)
parents d103e8bbb768
children 671f4018b0b7
line diff
     1.1 --- a/pango/receipt	Sat Jan 05 00:17:11 2008 +0100
     1.2 +++ b/pango/receipt	Sat Apr 12 17:37:29 2008 +0200
     1.3 @@ -1,22 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pango"
     1.7 -VERSION="1.14.8"
     1.8 +VERSION="1.18.4"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Library for layout and rendering of text."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  BUILD_DEPENDS="cairo-dev glib-dev"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://www.pango.org/"
    1.15 -WGET_URL="ftp://ftp.gtk.org/pub/pango/1.14/$TARBALL"
    1.16 +WGET_URL="ftp://ftp.gtk.org/pub/pango/1.18/$TARBALL"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21      cd $src
    1.22 -    ./configure --prefix=/usr --sysconfdir=/etc \
    1.23 -    --mandir=/usr/share/man --with-html-dir=/usr/share/doc \
    1.24 -    $CONFIGURE_ARGS
    1.25 +    ./configure \
    1.26 +    	--prefix=/usr \
    1.27 +    	--sysconfdir=/etc \
    1.28 +    	--mandir=/usr/share/man \
    1.29 +    	--with-html-dir=/usr/share/doc \
    1.30 +    	$CONFIGURE_ARGS
    1.31      make
    1.32      make DESTDIR=$PWD/_pkg install
    1.33  }
    1.34 @@ -31,10 +34,6 @@
    1.35      rm -rf $fs/usr/lib/pango/1.5.0/modules/*.la
    1.36      cp -a $_pkg/etc $fs
    1.37      pango-querymodules > $fs/etc/pango/pango.modules
    1.38 -    # Strip.
    1.39 -    strip --strip-unneeded $fs/usr/bin/*
    1.40 -    strip --strip-unneeded $fs/usr/lib/*.so*
    1.41 -    strip --strip-unneeded $fs/usr/lib/pango/1.5.0/modules/*
    1.42  }
    1.43  
    1.44  # Pre and post install commands for Tazpkg.