wok-4.x rev 2432
wormux, wv, wxWidgets-dev, wxWidgets: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 12 15:32:16 2009 +0000 (2009-03-12) |
parents | b1cb87e36ed4 |
children | a4af2b62bb67 |
files | wormux/receipt wv/receipt wxWidgets-dev/receipt wxWidgets/receipt |
line diff
1.1 --- a/wormux/receipt Thu Mar 12 14:54:13 2009 +0000 1.2 +++ b/wormux/receipt Thu Mar 12 15:32:16 2009 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="Wormux game." 1.6 DEPENDS="xorg libsdl-gfx libsdl-image libsdl-mixer 1.7 - libsdl-net libsdl-ttf curl libiconv" 1.8 + libsdl-net libsdl-ttf curl libiconv freetype libxml2" 1.9 BUILD_DEPENDS="xorg-dev libsdl-gfx-dev libsdl-image-dev 1.10 libsdl-mixer-dev libsdl-net-dev libsdl-ttf libsdl-ttf-dev curl-dev" 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/wv/receipt Thu Mar 12 14:54:13 2009 +0000 2.2 +++ b/wv/receipt Thu Mar 12 15:32:16 2009 +0000 2.3 @@ -4,7 +4,7 @@ 2.4 VERSION="1.2.5" 2.5 CATEGORY="x-window" 2.6 SHORT_DESC="MS document manipulation library." 2.7 -BUILD_DEPENDS="libgsf" 2.8 +DEPENDS="glib libgsf libpng libxml2 zlib" 2.9 BUILD_DEPENDS="libgsf libgsf-dev" 2.10 MAINTAINER="pankso@slitaz.org" 2.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.12 @@ -18,8 +18,8 @@ 2.13 ./configure \ 2.14 --prefix=/usr \ 2.15 --mandir=/usr/share/man \ 2.16 - $CONFIGURE_ARGS 2.17 - make 2.18 + $CONFIGURE_ARGS && 2.19 + make && 2.20 make DESTDIR=$PWD/_pkg install 2.21 } 2.22
3.1 --- a/wxWidgets-dev/receipt Thu Mar 12 14:54:13 2009 +0000 3.2 +++ b/wxWidgets-dev/receipt Thu Mar 12 15:32:16 2009 +0000 3.3 @@ -5,7 +5,8 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="Cross-platform GUI Library devel files." 3.6 MAINTAINER="pankso@slitaz.org" 3.7 -DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev xorg-libICE-dev" 3.8 +DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev \ 3.9 +xorg-libICE-dev expat wxWidgets zlib" 3.10 WANTED="wxWidgets" 3.11 WEB_SITE="http://www.wxwidgets.org/" 3.12
4.1 --- a/wxWidgets/receipt Thu Mar 12 14:54:13 2009 +0000 4.2 +++ b/wxWidgets/receipt Thu Mar 12 15:32:16 2009 +0000 4.3 @@ -5,7 +5,7 @@ 4.4 CATEGORY="x-window" 4.5 SHORT_DESC="Cross-platform GUI Library" 4.6 MAINTAINER="pankso@slitaz.org" 4.7 -DEPENDS="pkg-config gtk+ xorg-libXinerama xorg-libSM xorg-libICE" 4.8 +DEPENDS="pkg-config gtk+ xorg-libXinerama xorg-libSM xorg-libICE tiff" 4.9 BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-dev" 4.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.11 WEB_SITE="http://www.wxwidgets.org/"