wok rev 20648

Up zstd (1.3.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 12 12:12:27 2019 +0100 (2019-01-12)
parents f0bfaf36c53f
children dd7ea31cf94c
files boinc/receipt gadmin-proftpd/receipt openerp-client/receipt python-formalchemy/receipt zstd-dev/receipt zstd/receipt
line diff
     1.1 --- a/boinc/receipt	Fri Jan 11 16:49:32 2019 +0100
     1.2 +++ b/boinc/receipt	Sat Jan 12 12:12:27 2019 +0100
     1.3 @@ -2,14 +2,13 @@
     1.4  
     1.5  PACKAGE="boinc"
     1.6  VERSION="6.10.58"
     1.7 -SVN_TAG="6_10_58"
     1.8  CATEGORY="network"
     1.9  SHORT_DESC="Open-source software for volunteer computing and grid computing."
    1.10  MAINTAINER="pankso@slitaz.org"
    1.11  LICENSE="GPL3"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://boinc.berkeley.edu/"
    1.14 -WGET_URL="svn|http://boinc.berkeley.edu/svn/tags/boinc_core_release_${SVN_TAG}"
    1.15 +WGET_URL="svn|http://boinc.berkeley.edu/svn/tags/boinc_core_release_${VERSION//./_}"
    1.16  
    1.17  # The init script requires bash.
    1.18  DEPENDS="openssl libcurl wxWidgets28 libnotify bash"
    1.19 @@ -27,7 +26,12 @@
    1.20  		--enable-unicode \
    1.21  		--enable-optimize \
    1.22  		$CONFIGURE_ARGS &&
    1.23 -		make && make install
    1.24 +	make
    1.25 +	for i in locale/*/*.mo; do
    1.26 +		[ -s $(dirname $i)/$(basename ${i%mo})po ] &&
    1.27 +		rm $i && msgfmt -o $i $(dirname $i)/$(basename ${i%mo})po
    1.28 +	done
    1.29 +	make install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/gadmin-proftpd/receipt	Fri Jan 11 16:49:32 2019 +0100
     2.2 +++ b/gadmin-proftpd/receipt	Sat Jan 12 12:12:27 2019 +0100
     2.3 @@ -17,7 +17,6 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	cd $src
     2.8  	./configure --prefix=/usr \
     2.9  		--sysconfdir=/etc \
    2.10  		--mandir=/usr/share/man \
     3.1 --- a/openerp-client/receipt	Fri Jan 11 16:49:32 2019 +0100
     3.2 +++ b/openerp-client/receipt	Sat Jan 12 12:12:27 2019 +0100
     3.3 @@ -21,6 +21,11 @@
     3.4  	sed 's/^#.*//' < setup.py > setup2.py
     3.5  	python setup2.py build
     3.6  	python setup2.py install --root=$DESTDIR
     3.7 +	for i in $install/usr/share/locale/*; do
     3.8 +		[ -s bin/po/$(basename $i).po ] &&
     3.9 +		rm $i/LC_MESSAGES/$PACKAGE.mo &&
    3.10 +		msgfmt -o $i/LC_MESSAGES/$PACKAGE.mo bin/po/$(basename $i).po
    3.11 +	done
    3.12  }
    3.13  
    3.14  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/python-formalchemy/receipt	Fri Jan 11 16:49:32 2019 +0100
     4.2 +++ b/python-formalchemy/receipt	Sat Jan 12 12:12:27 2019 +0100
     4.3 @@ -19,6 +19,12 @@
     4.4  compile_rules()
     4.5  {
     4.6  	python setup.py install --root=$DESTDIR
     4.7 +	for i in $install/usr/lib/python*/site-packages/formalchemy/i18n_resources/*; do
     4.8 +		[ -s formalchemy/i18n_resources/$(basename $i)/LC_MESSAGES/formalchemy.po ] &&
     4.9 +		rm $i/LC_MESSAGES/formalchemy.mo &&
    4.10 +		msgfmt -o $i/LC_MESSAGES/formalchemy.mo \
    4.11 +		     formalchemy/i18n_resources/$(basename $i)/LC_MESSAGES/formalchemy.po
    4.12 +	done
    4.13  }
    4.14  
    4.15  # Rules to gen a SliTaz package suitable for Tazpkg.
     5.1 --- a/zstd-dev/receipt	Fri Jan 11 16:49:32 2019 +0100
     5.2 +++ b/zstd-dev/receipt	Sat Jan 12 12:12:27 2019 +0100
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="zstd-dev"
     5.7 -VERSION="1.3.7"
     5.8 +VERSION="1.3.8"
     5.9  CATEGORY="development"
    5.10  SHORT_DESC="Zstandard - Fast and efficient compression algorithm, development files."
    5.11  MAINTAINER="pascal.bellard@slitaz.org"
     6.1 --- a/zstd/receipt	Fri Jan 11 16:49:32 2019 +0100
     6.2 +++ b/zstd/receipt	Sat Jan 12 12:12:27 2019 +0100
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="zstd"
     6.7 -VERSION="1.3.7"
     6.8 +VERSION="1.3.8"
     6.9  CATEGORY="base-system"
    6.10  SHORT_DESC="Zstandard - Fast and efficient compression algorithm."
    6.11  MAINTAINER="pascal.bellard@slitaz.org"