wok-next rev 20014

Up leptonica (1.74.4). abiword, emacs: up bdeps. marble: fix build.
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 21 21:21:28 2017 +0200 (2017-10-21)
parents 8d090f5aece0
children 1cfe6fd269ef
files abiword/receipt avidemux/receipt emacs/receipt leptonica/receipt marble/receipt
line diff
     1.1 --- a/abiword/receipt	Sat Oct 21 20:39:09 2017 +0200
     1.2 +++ b/abiword/receipt	Sat Oct 21 21:21:28 2017 +0200
     1.3 @@ -13,12 +13,13 @@
     1.4  TAGS="word doc office"
     1.5  LOCALES="cs da de es fr hu id it pt ru sl sv zh"
     1.6  
     1.7 -DEPENDS="gtk+ libgnomeprint libgnomeprintui libgnomecanvas fribidi libglade \
     1.8 +DEPENDS="gtk+3 fribidi libglade \
     1.9  popt libxml2 libart_lgpl libgsf glib enchant wv xorg-libXdamage gcc-lib-base \
    1.10  librsvg goffice glibc-locale libffi"
    1.11  BUILD_DEPENDS="$DEPENDS gtk+3-dev pygobject-dev gobject-introspection-dev \
    1.12  pygobject3 fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev \
    1.13 -libgsf-dev enchant-dev wv-dev libcroco-dev libboost-dev librsvg-dev "
    1.14 +libgsf-dev enchant-dev wv-dev libcroco-dev libboost-dev librsvg-dev gtk-doc \
    1.15 +bison goffice-dev  intltool gettext xorg-dev zlib-dev "
    1.16  # libgnomeprint-dev libgnomeprintui-dev  libgnomecanvas-dev
    1.17  SUGGESTED="abiword-plugins"
    1.18  
     2.1 --- a/avidemux/receipt	Sat Oct 21 20:39:09 2017 +0200
     2.2 +++ b/avidemux/receipt	Sat Oct 21 21:21:28 2017 +0200
     2.3 @@ -25,7 +25,7 @@
     2.4  	sed -i 's|../avidemux/qt4|../avidemux/qt4 -DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5|' bootStrap.bash
     2.5  	sed -ri 's|(Name=).*|\1avidemux (Qt)|' avidemux2.desktop
     2.6  	sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux2.desktop
     2.7 -	bash bootStrap.bash --with-core --with-cli --with-plugins
     2.8 +	bash bootStrap.bash --with-core --with-cli --with-plugins 2>/dev/null
     2.9  	for i in Cli Core PluginsCLI PluginsCommon Qt5 PluginsQt5; do
    2.10  		( make -C build${i} DESTDIR="$DESTDIR" install 2>/dev/null) | \
    2.11  			egrep -v 'No package|ld returned 1 exit status'
     3.1 --- a/emacs/receipt	Sat Oct 21 20:39:09 2017 +0200
     3.2 +++ b/emacs/receipt	Sat Oct 21 21:21:28 2017 +0200
     3.3 @@ -16,9 +16,9 @@
     3.4  libpng librsvg util-linux-uuid ncurses pango tiff xorg-server zlib \
     3.5  librsvg libgsf libgnutls harfbuzz"
     3.6  BUILD_DEPENDS="atk-dev cairo-dev expat-dev dbus-dev freetype-dev \
     3.7 -fontconfig-dev giflib-dev glib-dev gnutls-dev gtk+-dev jpeg-dev \
     3.8 +fontconfig-dev glib-dev gnutls-dev gtk+-dev jpeg-dev \
     3.9  libpng-dev librsvg-dev ncurses-dev pango-dev pkg-config tiff-dev xorg-dev \
    3.10 -xorg-dev-proto"
    3.11 +xorg-dev-proto" # giflib-dev: version 4 needed, add --with-gif=no)
    3.12  
    3.13  # Rules to configure and make the package.
    3.14  compile_rules()
    3.15 @@ -32,6 +32,7 @@
    3.16  		--mandir=/usr/share/man \
    3.17  		--without-makeinfo \
    3.18  		--without-gconf \
    3.19 +		--with-gif=no \
    3.20  		--with-sound \
    3.21  		--with-x \
    3.22  		--with-toolkit-scroll-bars \
     4.1 --- a/leptonica/receipt	Sat Oct 21 20:39:09 2017 +0200
     4.2 +++ b/leptonica/receipt	Sat Oct 21 21:21:28 2017 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="leptonica"
     4.7 -VERSION="1.70"
     4.8 +VERSION="1.74.4"
     4.9  CATEGORY="graphics"
    4.10  SHORT_DESC="Software for image processing and image analysis applications."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
     5.1 --- a/marble/receipt	Sat Oct 21 20:39:09 2017 +0200
     5.2 +++ b/marble/receipt	Sat Oct 21 21:21:28 2017 +0200
     5.3 @@ -25,12 +25,12 @@
     5.4  	make install
     5.5  
     5.6  	# remove unwanted files
     5.7 -	cd $DESTDIR/usr/share/applications
     5.8 -	mv marble_osm.desktop marble.desktop
     5.9 -	for i in $(sed '/MimeType/!d;s/.*=//' marble_*); do
    5.10 -		sed -i "s|MimeType.*|&$i|" marble.desktop
    5.11 -	done
    5.12 -	rm -f marble_*.desktop marble-*.desktop
    5.13 +#	cd $DESTDIR/usr/share/applications
    5.14 +#	mv marble_osm.desktop marble.desktop
    5.15 +#	for i in $(sed '/MimeType/!d;s/.*=//' marble_*); do
    5.16 +#		sed -i "s|MimeType.*|&$i|" marble.desktop
    5.17 +#	done
    5.18 +#	rm -f marble_*.desktop marble-*.desktop
    5.19  }
    5.20  
    5.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.22 @@ -41,5 +41,5 @@
    5.23  	# remove unwanted files
    5.24  	rm -rf $fs/usr/include
    5.25  	rm -rf $fs/usr/share/marble/cmake
    5.26 -	rm $fs/usr/bin/marble-mobile $fs/usr/bin/marble-touch
    5.27 +#	rm $fs/usr/bin/marble-mobile $fs/usr/bin/marble-touch
    5.28  }