wok-next rev 20047

Up zile (2.4.14)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 23 10:04:45 2017 +0200 (2017-10-23)
parents 377e22b724b4
children 05e178121827
files yad-gtk3/receipt yarock/receipt zile/receipt znotes/receipt zsnes/receipt
line diff
     1.1 --- a/yad-gtk3/receipt	Mon Oct 23 08:40:19 2017 +0200
     1.2 +++ b/yad-gtk3/receipt	Mon Oct 23 10:04:45 2017 +0200
     1.3 @@ -20,6 +20,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	export CFLAGS="$CFLAGS -fgnu89-inline"
     1.8  	patch -p1 -i $WOK/yad-gtk2/stuff/patches/ru.patch
     1.9  
    1.10  	./configure \
     2.1 --- a/yarock/receipt	Mon Oct 23 08:40:19 2017 +0200
     2.2 +++ b/yarock/receipt	Mon Oct 23 10:04:45 2017 +0200
     2.3 @@ -24,6 +24,8 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 +	sed -i 's/TAGLIB_VERSION STRLESS/TAGLIB_VERSION VERSION_LESS/' \
     2.8 +		cmake/FindTaglib.cmake
     2.9  	cp -f $stuff/yarock_ru.ts $src/translation
    2.10  	patch -p0 < $stuff/yarock.patch
    2.11  
     3.1 --- a/zile/receipt	Mon Oct 23 08:40:19 2017 +0200
     3.2 +++ b/zile/receipt	Mon Oct 23 10:04:45 2017 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="zile"
     3.7 -VERSION="2.3.24"
     3.8 +VERSION="2.4.14"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="GNU Zile is a lightweight Emacs clone."
    3.11  MAINTAINER="domcox@slitaz.org"
    3.12 @@ -13,7 +13,7 @@
    3.13  HOST_ARCH="i486 arm"
    3.14  
    3.15  DEPENDS="ncurses"
    3.16 -BUILD_DEPENDS="ncurses-dev"
    3.17 +BUILD_DEPENDS="ncurses-dev gc-dev perl help2man"
    3.18  
    3.19  # Rules to configure and make the package.
    3.20  compile_rules()
    3.21 @@ -28,4 +28,3 @@
    3.22  	mkdir -p $fs/usr
    3.23  	cp -a $install/usr/bin $fs/usr
    3.24  }
    3.25 -
     4.1 --- a/znotes/receipt	Mon Oct 23 08:40:19 2017 +0200
     4.2 +++ b/znotes/receipt	Mon Oct 23 10:04:45 2017 +0200
     4.3 @@ -18,6 +18,8 @@
     4.4  # Rules to configure and make the package.
     4.5  compile_rules()
     4.6  {
     4.7 +	sed -i 's/qtlocalpeer.h.*/&\n#include <unistd.h>/' \
     4.8 +		single_inst/qtlocalpeer.cpp
     4.9  	lrelease znotes.pro
    4.10  	qmake
    4.11  	make
     5.1 --- a/zsnes/receipt	Mon Oct 23 08:40:19 2017 +0200
     5.2 +++ b/zsnes/receipt	Mon Oct 23 10:04:45 2017 +0200
     5.3 @@ -19,6 +19,7 @@
     5.4  
     5.5  compile_rules()
     5.6  {
     5.7 +	sed -i 's/cstdio.*/&\n#include <unistd.h>/' src/tools/depbuild.cpp
     5.8  	patch -p1 -i $stuff/zsnes.patch 
     5.9  	cd $src/src
    5.10  	sed -i 's|/usr/man/|/usr/share/man/|' Makefile*