wok rev 1524

Update BUILD_DEPENDS for abiword-plugins alsaplayer apr-util gnumeric libgnomeprintui qt-x11-opensource-src
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 08 17:10:58 2008 +0000 (2008-10-08)
parents ef616884d9ee
children a980b20d21ec
files abiword-plugins/receipt alsaplayer/receipt apr-util/receipt gnumeric/receipt libgnomeprintui/receipt qt-x11-opensource-src/receipt
line diff
     1.1 --- a/abiword-plugins/receipt	Wed Oct 08 17:05:29 2008 +0000
     1.2 +++ b/abiword-plugins/receipt	Wed Oct 08 17:10:58 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Extra plugins for Abiword (OpenDocument, Wikidepia, etc)."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="abiword"
     1.7 -BUILD_DEPENDS="abiword-dev"
     1.8 +BUILD_DEPENDS="abiword-dev fribidi"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.abisource.com/"
    1.11  WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL"
    1.12 @@ -26,8 +26,8 @@
    1.13  		--disable-OpenXML \
    1.14  		--disable-wordperfect \
    1.15  		--disable-xhtml \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$src/_pkg install
    1.21  }
    1.22  
     2.1 --- a/alsaplayer/receipt	Wed Oct 08 17:05:29 2008 +0000
     2.2 +++ b/alsaplayer/receipt	Wed Oct 08 17:10:58 2008 +0000
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="Alsa GTK+ PCM player."
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  DEPENDS="gtk+ alsa-lib libmad"
     2.7 -BUILD_DEPENDS="gtk+-dev alsa-lib-dev libmad-dev"
     2.8 +BUILD_DEPENDS="gtk+-dev alsa-lib-dev libmad-dev flac-dev"
     2.9  SUGGESTED="alsaplayer-scopes"
    2.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.11  WEB_SITE="http://www.alsaplayer.org/"
    2.12 @@ -21,10 +21,10 @@
    2.13  		--prefix=/usr \
    2.14  		--infodir=/usr/share/info \
    2.15  		--mandir=/usr/share/man \
    2.16 -		$CONFIGURE_ARGS
    2.17 -	make
    2.18 +		$CONFIGURE_ARGS &&
    2.19 +	make &&
    2.20  	# Chmod install-sh to avoid install error.
    2.21 -	chmod 755 install-sh
    2.22 +	chmod 755 install-sh &&
    2.23  	make DESTDIR=$PWD/_pkg install
    2.24  }
    2.25  
     3.1 --- a/apr-util/receipt	Wed Oct 08 17:05:29 2008 +0000
     3.2 +++ b/apr-util/receipt	Wed Oct 08 17:10:58 2008 +0000
     3.3 @@ -6,7 +6,7 @@
     3.4  SHORT_DESC="Apache Portable Runtime Library Utilities"
     3.5  MAINTAINER="lehswe@gmail.com"
     3.6  DEPENDS="apr"
     3.7 -BUILD_DEPENDS="apr"
     3.8 +BUILD_DEPENDS="apr unixODBC-dev"
     3.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.10  WEB_SITE="http://apr.apache.org"
    3.11  WGET_URL="http://apache.jumper.nu/apr/$TARBALL"
     4.1 --- a/gnumeric/receipt	Wed Oct 08 17:05:29 2008 +0000
     4.2 +++ b/gnumeric/receipt	Wed Oct 08 17:10:58 2008 +0000
     4.3 @@ -6,7 +6,7 @@
     4.4  SHORT_DESC="Office Spreadsheet application."
     4.5  MAINTAINER="pankso@slitaz.org"
     4.6  DEPENDS="gtk+ libgsf goffice libart_lgpl"
     4.7 -BUILD_DEPENDS="gtk+-dev libgsf-dev goffice-dev"
     4.8 +BUILD_DEPENDS="gtk+-dev libgsf-dev goffice goffice-dev"
     4.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.10  WEB_SITE="http://www.gnome.org/projects/gnumeric/"
    4.11  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.8/$TARBALL"
    4.12 @@ -18,8 +18,8 @@
    4.13  	./configure \
    4.14  		--prefix=/usr \
    4.15  		--mandir=/usr/share/man \
    4.16 -		$CONFIGURE_ARGS
    4.17 -	make
    4.18 +		$CONFIGURE_ARGS &&
    4.19 +	make &&
    4.20  	make DESTDIR=$PWD/_pkg install
    4.21  }
    4.22  
     5.1 --- a/libgnomeprintui/receipt	Wed Oct 08 17:05:29 2008 +0000
     5.2 +++ b/libgnomeprintui/receipt	Wed Oct 08 17:10:58 2008 +0000
     5.3 @@ -6,7 +6,7 @@
     5.4  SHORT_DESC="GNOME print user interface library"
     5.5  MAINTAINER="pankso@slitaz.org"
     5.6  DEPENDS="gtk+ libgnomeprint libgnomecanvas"
     5.7 -BUILD_DEPENDS="perl-xml-parser pkg-config gtk+ gnome-icon-theme libgnomecanvas libgnomeprint"
     5.8 +BUILD_DEPENDS="perl-xml-parser pkg-config gtk+ gnome-icon-theme libgnomecanvas libgnomeprint libgnomeprint-dev"
     5.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    5.10  WEB_SITE="http://www.gnome.org/"
    5.11  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/2.18/$TARBALL"
     6.1 --- a/qt-x11-opensource-src/receipt	Wed Oct 08 17:05:29 2008 +0000
     6.2 +++ b/qt-x11-opensource-src/receipt	Wed Oct 08 17:10:58 2008 +0000
     6.3 @@ -6,7 +6,7 @@
     6.4  SHORT_DESC="qt x11 toolkit"
     6.5  MAINTAINER="allan316@gmail.com"
     6.6  DEPENDS="slitaz-dev-pkgs"
     6.7 -BUILD_DEPENDS="xorg-libX11-dev"
     6.8 +BUILD_DEPENDS="xorg-libX11-dev dbus-dev"
     6.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.10  WEB_SITE="http://www.trolltech.com"
    6.11  WGET_URL="ftp://ftp.tu-chemnitz.de/pub/Qt/qt/source/$TARBALL"