wok-next rev 20013

Up abiword (3.0.2), avidemux, marble: update bdeps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 21 20:39:09 2017 +0200 (2017-10-21)
parents acef91f07edd
children 0a1321c0d5e5
files abiword/receipt avidemux/receipt marble/receipt
line diff
     1.1 --- a/abiword/receipt	Sat Oct 21 19:49:51 2017 +0200
     1.2 +++ b/abiword/receipt	Sat Oct 21 20:39:09 2017 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="abiword"
     1.7 -VERSION="2.8.6"
     1.8 +VERSION="3.0.2"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Light and speed word processing application."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,9 +16,10 @@
    1.13  DEPENDS="gtk+ libgnomeprint libgnomeprintui libgnomecanvas fribidi libglade \
    1.14  popt libxml2 libart_lgpl libgsf glib enchant wv xorg-libXdamage gcc-lib-base \
    1.15  librsvg goffice glibc-locale libffi"
    1.16 -BUILD_DEPENDS="$DEPENDS gtk+-dev libgnomeprint-dev libgnomeprintui-dev \
    1.17 -fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev libgsf-dev \
    1.18 -enchant-dev wv-dev libgnomecanvas-dev libcroco-dev libboost-dev librsvg-dev"
    1.19 +BUILD_DEPENDS="$DEPENDS gtk+3-dev pygobject-dev gobject-introspection-dev \
    1.20 +pygobject3 fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev \
    1.21 +libgsf-dev enchant-dev wv-dev libcroco-dev libboost-dev librsvg-dev "
    1.22 +# libgnomeprint-dev libgnomeprintui-dev  libgnomecanvas-dev
    1.23  SUGGESTED="abiword-plugins"
    1.24  
    1.25  # Rules to configure and make the package.
     2.1 --- a/avidemux/receipt	Sat Oct 21 19:49:51 2017 +0200
     2.2 +++ b/avidemux/receipt	Sat Oct 21 20:39:09 2017 +0200
     2.3 @@ -27,7 +27,8 @@
     2.4  	sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux2.desktop
     2.5  	bash bootStrap.bash --with-core --with-cli --with-plugins
     2.6  	for i in Cli Core PluginsCLI PluginsCommon Qt5 PluginsQt5; do
     2.7 -		make -C build${i} DESTDIR="$DESTDIR" install
     2.8 +		( make -C build${i} DESTDIR="$DESTDIR" install 2>/dev/null) | \
     2.9 +			egrep -v 'No package|ld returned 1 exit status'
    2.10  	done
    2.11  	mkdir -p $DESTDIR/usr/share/pixmaps $DESTDIR/usr/share/applications
    2.12  	cp $src/avidemux_icon.png $DESTDIR/usr/share/pixmaps/avidemux.png
     3.1 --- a/marble/receipt	Sat Oct 21 19:49:51 2017 +0200
     3.2 +++ b/marble/receipt	Sat Oct 21 20:39:09 2017 +0200
     3.3 @@ -13,7 +13,7 @@
     3.4  TAGS="globe atlas"
     3.5  
     3.6  DEPENDS="qt5-base "
     3.7 -BUILD_DEPENDS="git qt5-dev cmake xorg-dev zlib-dev "
     3.8 +BUILD_DEPENDS="git qt5-dev cmake xorg-dev mesa17-dev zlib-dev "
     3.9  
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()