# HG changeset patch # User Pascal Bellard # Date 1236871936 0 # Node ID d0b4a9f7bd04551ca90788d082e96cbf6b2f0a11 # Parent b1cb87e36ed43242b440cfa9f11f25278c2f8401 wormux, wv, wxWidgets-dev, wxWidgets: update depends diff -r b1cb87e36ed4 -r d0b4a9f7bd04 wormux/receipt --- a/wormux/receipt Thu Mar 12 14:54:13 2009 +0000 +++ b/wormux/receipt Thu Mar 12 15:32:16 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="games" SHORT_DESC="Wormux game." DEPENDS="xorg libsdl-gfx libsdl-image libsdl-mixer - libsdl-net libsdl-ttf curl libiconv" + libsdl-net libsdl-ttf curl libiconv freetype libxml2" BUILD_DEPENDS="xorg-dev libsdl-gfx-dev libsdl-image-dev libsdl-mixer-dev libsdl-net-dev libsdl-ttf libsdl-ttf-dev curl-dev" MAINTAINER="pankso@slitaz.org" diff -r b1cb87e36ed4 -r d0b4a9f7bd04 wv/receipt --- a/wv/receipt Thu Mar 12 14:54:13 2009 +0000 +++ b/wv/receipt Thu Mar 12 15:32:16 2009 +0000 @@ -4,7 +4,7 @@ VERSION="1.2.5" CATEGORY="x-window" SHORT_DESC="MS document manipulation library." -BUILD_DEPENDS="libgsf" +DEPENDS="glib libgsf libpng libxml2 zlib" BUILD_DEPENDS="libgsf libgsf-dev" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" @@ -18,8 +18,8 @@ ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r b1cb87e36ed4 -r d0b4a9f7bd04 wxWidgets-dev/receipt --- a/wxWidgets-dev/receipt Thu Mar 12 14:54:13 2009 +0000 +++ b/wxWidgets-dev/receipt Thu Mar 12 15:32:16 2009 +0000 @@ -5,7 +5,8 @@ CATEGORY="development" SHORT_DESC="Cross-platform GUI Library devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev xorg-libICE-dev" +DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev \ +xorg-libICE-dev expat wxWidgets zlib" WANTED="wxWidgets" WEB_SITE="http://www.wxwidgets.org/" diff -r b1cb87e36ed4 -r d0b4a9f7bd04 wxWidgets/receipt --- a/wxWidgets/receipt Thu Mar 12 14:54:13 2009 +0000 +++ b/wxWidgets/receipt Thu Mar 12 15:32:16 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Cross-platform GUI Library" MAINTAINER="pankso@slitaz.org" -DEPENDS="pkg-config gtk+ xorg-libXinerama xorg-libSM xorg-libICE" +DEPENDS="pkg-config gtk+ xorg-libXinerama xorg-libSM xorg-libICE tiff" BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.wxwidgets.org/"