wok-current diff pango-dev/receipt @ rev 25650

Fix libwebkit gtk+ twice in dep, thanks Ceel
author Stanislas Leduc <shann@slitaz.org>
date Fri Feb 02 17:58:11 2024 +0000 (4 months ago)
parents a23978bfa665
children
line diff
     1.1 --- a/pango-dev/receipt	Wed Oct 11 18:45:46 2023 +0000
     1.2 +++ b/pango-dev/receipt	Fri Feb 02 17:58:11 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pango-dev"
     1.7 -VERSION="1.36.8"
     1.8 +VERSION="1.48.11"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Library for layout and rendering of text devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -10,7 +10,7 @@
    1.13  WEB_SITE="https://www.pango.org/"
    1.14  HOST_ARCH="i486 arm"
    1.15  
    1.16 -DEPENDS="pango cairo-dev pkg-config harfbuzz-dev"
    1.17 +DEPENDS="pango cairo-dev pkg-config fribidi-dev harfbuzz-dev"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21 @@ -22,6 +22,4 @@
    1.22  	[ -d "$install/usr/share/gir-1.0" ] && \
    1.23  		cp -a $install/usr/share/gir-1.0 $fs/usr/share
    1.24  	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/lib/pango $fs/usr/lib
    1.26 -	rm -rf $fs/usr/lib/pango/1.8.0/modules/*.so
    1.27  }