wok-next rev 19959

hdf5: tiny patch, libedit, pinentry-gtk: no -linfo, telegram: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 17 09:49:31 2017 +0200 (2017-10-17)
parents 157397cd0805
children 466bca9334ef
files hdf5/receipt libedit/receipt libjson-c/receipt pinentry-gtk/receipt telegram/receipt
line diff
     1.1 --- a/hdf5/receipt	Mon Oct 16 22:36:37 2017 +0300
     1.2 +++ b/hdf5/receipt	Tue Oct 17 09:49:31 2017 +0200
     1.3 @@ -16,6 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|// .*|/* & */|' test/th5s.c
     1.8  	sed -i 's/Using_CMake.txt/USING_CMake.txt/' src/CMakeLists.txt
     1.9  	./configure $CONFIGURE_ARGS &&
    1.10  	make all && make DESTDIR=$DESTDIR install
     2.1 --- a/libedit/receipt	Mon Oct 16 22:36:37 2017 +0300
     2.2 +++ b/libedit/receipt	Tue Oct 17 09:49:31 2017 +0200
     2.3 @@ -17,7 +17,6 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	export LDFLAGS="$LDFLAGS -ltinfo"
     2.8  	./configure \
     2.9  		--prefix=/usr \
    2.10  		--mandir=/usr/share/man \
     3.1 --- a/libjson-c/receipt	Mon Oct 16 22:36:37 2017 +0300
     3.2 +++ b/libjson-c/receipt	Tue Oct 17 09:49:31 2017 +0200
     3.3 @@ -21,7 +21,7 @@
     3.4  	./configure --prefix=/usr \
     3.5  		$CONFIGURE_ARGS &&
     3.6  	make &&
     3.7 -	make DESTDIR=$DESTDIR install
     3.8 +	make -j 1 DESTDIR=$DESTDIR install
     3.9  }
    3.10  
    3.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/pinentry-gtk/receipt	Mon Oct 16 22:36:37 2017 +0300
     4.2 +++ b/pinentry-gtk/receipt	Tue Oct 17 09:49:31 2017 +0200
     4.3 @@ -22,7 +22,6 @@
     4.4  	# Integrity check: https://www.gnupg.org/download/integrity_check.html
     4.5  	echo "9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd  $SRC/$TARBALL" | sha1sum -c || exit 1
     4.6  
     4.7 -	export LDFLAGS="$LDFLAGS -ltinfo"
     4.8  	./configure \
     4.9  		--enable-pinentry-gtk2 \
    4.10  		--enable-fallback-curses \
     5.1 --- a/telegram/receipt	Mon Oct 16 22:36:37 2017 +0300
     5.2 +++ b/telegram/receipt	Tue Oct 17 09:49:31 2017 +0200
     5.3 @@ -12,7 +12,8 @@
     5.4  WGET_URL="$WEB_SITE/archive/$GITHASH.tar.gz"
     5.5  
     5.6  DEPENDS="libconfig libedit ncurses libcrypto"
     5.7 -BUILD_DEPENDS="wget libconfig-dev lua-dev readline-dev openssl-dev libedit"
     5.8 +BUILD_DEPENDS="wget libconfig-dev lua-dev readline-dev openssl-dev libedit \
     5.9 +zlib-dev"
    5.10  
    5.11  # Rules to configure and make the package.
    5.12  compile_rules()