wok diff gettext/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents 71360a13cd94
children d79ed38ace18
line diff
     1.1 --- a/gettext/receipt	Fri Jan 28 18:19:21 2022 +0000
     1.2 +++ b/gettext/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gettext"
     1.7 -VERSION="0.19.8.1"
     1.8 +VERSION="0.21"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Utilities for the GNU Translation Project."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,7 +13,7 @@
    1.13  
    1.14  DEPENDS="acl-dev attr-dev gettext-base gettext-tools glib-dev libcroco 
    1.15  	libcroco-dev liblzma libxml2 libxml2-dev m4 ncurses pcre-dev"
    1.16 -BUILD_DEPENDS="acl-dev glib-dev libcroco-dev libxml2-dev"
    1.17 +BUILD_DEPENDS="acl-dev coreutils glib-dev libcroco-dev libxml2-dev"
    1.18  SPLIT="gettext-base gettext-tools"
    1.19  
    1.20  HOST_ARCH="i486 arm"
    1.21 @@ -34,6 +34,9 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 +	# 0.21	for textstyle.h to be found:
    1.26 +	export	CFLAGS="$CFLAGS -I../../libtextstyle/lib" &&
    1.27 +
    1.28  	./configure		\
    1.29  		$CONFIGURE_ARGS	\
    1.30  		$ARCH_ARGS &&
    1.31 @@ -46,12 +49,12 @@
    1.32  {
    1.33  	mkdir -p $fs/usr/share
    1.34  
    1.35 -	cp -a $install/usr/bin			$fs/usr
    1.36 -	cp -a $install/usr/lib			$fs/usr
    1.37 -	cp -a $install/usr/include		$fs/usr
    1.38 -	cp -a $install/usr/share/aclocal	$fs/usr/share
    1.39 -	cp -a $install/usr/share/gettext	$fs/usr/share
    1.40 -	cp -a $install/usr/share/gettext-0.19.8	$fs/usr/share
    1.41 +	cp -a $install/usr/bin				$fs/usr
    1.42 +	cp -a $install/usr/lib				$fs/usr
    1.43 +	cp -a $install/usr/include			$fs/usr
    1.44 +	cp -a $install/usr/share/aclocal		$fs/usr/share
    1.45 +	cp -a $install/usr/share/gettext		$fs/usr/share
    1.46 +	cp -a $install/usr/share/gettext-$VERSION	$fs/usr/share
    1.47  
    1.48  	# Remove "gettext-base" and "gettext-tools" files.
    1.49  	for bin in gettext gettext.sh envsubst ngettext msgcat msgfmt msgmerge xgettext