wok-next diff pango/receipt @ rev 21093

garcon, libacpi, mypaint: make shared libs executables to correct determine architecture (no "noarch")
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 29 17:03:13 2018 +0200 (2018-12-29)
parents 5669e8b3be70
children 82b613cfd1e0
line diff
     1.1 --- a/pango/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/pango/receipt	Sat Dec 29 17:03:13 2018 +0200
     1.3 @@ -1,20 +1,32 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="pango"
     1.7 -VERSION="1.42.2"
     1.8 +VERSION="1.42.4"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Layout and rendering of internationalized text"
    1.11  MAINTAINER="devel@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="https://www.pango.org/"
    1.14 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/pango.html"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.18 +TARBALL_SHA1="240942b1307eaa3819e6e534596271c57cd75457"
    1.19  
    1.20 -BUILD_DEPENDS="harfbuzz-dev libxft-dev cairo-dev \
    1.21 -gobject-introspection-dev meson ninja fribidi-dev"
    1.22 +BUILD_DEPENDS="harfbuzz-dev libxft-dev cairo-dev gobject-introspection-dev \
    1.23 +meson ninja fribidi-dev"
    1.24  SPLIT="$PACKAGE-typelib $PACKAGE-dev"
    1.25  
    1.26 +COPY_typelib="*.typelib"
    1.27 +
    1.28 +DEPENDS_std="cairo fontconfig freetype fribidi glib libharfbuzz libx11 libxft \
    1.29 +libxrender"
    1.30 +DEPENDS_typelib="pango"
    1.31 +DEPENDS_dev="$PACKAGE $PACKAGE-typelib cairo-dev fontconfig-dev freetype-dev \
    1.32 +fribidi-dev glib-dev harfbuzz-dev libxft-dev"
    1.33 +
    1.34 +CAT_typelib="development|typelib files"
    1.35 +
    1.36  compile_rules() {
    1.37  	mkdir build
    1.38  	cd    build
    1.39 @@ -26,26 +38,4 @@
    1.40  	rm -rf \
    1.41  		$install/usr/lib/installed-tests \
    1.42  		$install/usr/share/installed-tests
    1.43 -	find $install -type f -perm 664 -exec chmod 644 '{}' \;
    1.44  }
    1.45 -
    1.46 -genpkg_rules() {
    1.47 -	case $PACKAGE in
    1.48 -		pango)
    1.49 -			copy @std
    1.50 -			DEPENDS="cairo fontconfig freetype fribidi glib libharfbuzz \
    1.51 -			libx11 libxft libxrender"
    1.52 -			;;
    1.53 -		pango-typelib)
    1.54 -			copy *.typelib
    1.55 -			CAT="development|typelib files"
    1.56 -			DEPENDS="pango"
    1.57 -			;;
    1.58 -		*-dev)
    1.59 -			copy @dev @rm
    1.60 -			DEPENDS="pango pango-typelib \
    1.61 -			cairo-dev fontconfig-dev freetype-dev fribidi-dev glib-dev \
    1.62 -			harfbuzz-dev libxft-dev"
    1.63 -			;;
    1.64 -	esac
    1.65 -}