wok diff pango/receipt @ rev 18589

faenza-icon-theme: don't remove icons in $install
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 13 02:44:43 2015 +0200 (2015-11-13)
parents db2a14c92f8b
children 78cbae08ac81
line diff
     1.1 --- a/pango/receipt	Tue Feb 10 20:14:27 2015 +0000
     1.2 +++ b/pango/receipt	Fri Nov 13 02:44:43 2015 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="pango"
     1.5  VERSION="1.36.8"
     1.6  CATEGORY="x-window"
     1.7 -SHORT_DESC="Library for layout and rendering of text."
     1.8 +SHORT_DESC="Layout and rendering of internationalized text"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.12 @@ -41,19 +41,18 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/bin $fs/usr/lib $fs/etc/pango
    1.16 -    cp -a $install/usr/bin/* $fs/usr/bin
    1.17 -    cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.18 -    cp -a $install/usr/lib/pango $fs/usr/lib
    1.19 -    rm -rf $fs/usr/lib/pango/1.8.0/modules/*.la
    1.20 -    [ -d "$install/etc" ] && cp -a $install/etc $fs
    1.21 -    touch $fs/etc/pango/pango.modules
    1.22 +	cp -a $install/usr/bin/* $fs/usr/bin
    1.23 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.24 +	cp -a $install/usr/lib/pango $fs/usr/lib
    1.25 +	rm -rf $fs/usr/lib/pango/1.8.0/modules/*.la
    1.26 +	[ -d "$install/etc" ] && cp -a $install/etc $fs
    1.27 +	touch $fs/etc/pango/pango.modules
    1.28  }
    1.29  
    1.30  # Pre and post install commands for Tazpkg.
    1.31  post_install()
    1.32  {
    1.33 -    echo "Processing post-install commands..."
    1.34 -    # Rebuilds pango.modules when installed.
    1.35 -    chroot $1/ /usr/bin/pango-querymodules > $1/etc/pango/pango.modules
    1.36 +	echo "Processing post-install commands..."
    1.37 +	# Rebuilds pango.modules when installed.
    1.38 +	chroot $1/ /usr/bin/pango-querymodules > $1/etc/pango/pango.modules
    1.39  }
    1.40 -