wok rev 2527
w*: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 16 22:43:30 2009 +0000 (2009-03-16) |
parents | ca1eb34ac82d |
children | 422f5813b998 |
files | webkit-r/receipt wireshark/receipt wordwarvi/receipt wxWidgets-dev/receipt wxWidgets/receipt wxdfast/receipt |
line diff
1.1 --- a/webkit-r/receipt Mon Mar 16 22:40:30 2009 +0000 1.2 +++ b/webkit-r/receipt Mon Mar 16 22:43:30 2009 +0000 1.3 @@ -7,7 +7,8 @@ 1.4 DEPENDS="libxslt expat gtk+ icu jpeg libcurl libxml2 openssl sqlite 1.5 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite 1.6 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes 1.7 - xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXt" 1.8 + xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXt 1.9 + xorg-libXdamage" 1.10 BUILD_DEPENDS="icu icu-dev gperf libxslt-dev glib-dev autoconf automake 1.11 sqlite-dev libtool m4 bison flex" 1.12 MAINTAINER="pankso@slitaz.org"
2.1 --- a/wireshark/receipt Mon Mar 16 22:40:30 2009 +0000 2.2 +++ b/wireshark/receipt Mon Mar 16 22:43:30 2009 +0000 2.3 @@ -5,7 +5,7 @@ 2.4 CATEGORY="network" 2.5 SHORT_DESC="Wireshark is an award-winning network protocol analyzer." 2.6 MAINTAINER="pankso@slitaz.org" 2.7 -DEPENDS="gnutls libgpg-error libcap gtk+ portaudio pcre" 2.8 +DEPENDS="gnutls libgpg-error libcap gtk+ portaudio pcre xorg-libXdamage" 2.9 BUILD_DEPENDS="gnutls-dev libgpg-error-dev libcap-dev libpcap gtk+-dev 2.10 libgcrypt-dev" 2.11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
3.1 --- a/wordwarvi/receipt Mon Mar 16 22:40:30 2009 +0000 3.2 +++ b/wordwarvi/receipt Mon Mar 16 22:43:30 2009 +0000 3.3 @@ -7,7 +7,8 @@ 3.4 MAINTAINER="paul@slitaz.org" 3.5 DEPENDS="portaudio expat gtk+ libvorbis xorg-libX11 xorg-libXau 3.6 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext 3.7 - xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender" 3.8 + xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender 3.9 + xorg-libXdamage" 3.10 BUILD_DEPENDS="libvorbis-dev libogg-dev portaudio-dev gtk+-dev 3.11 xorg-libXrender-dev xorg-xproto xorg-renderproto 3.12 xorg-kbproto pixman-dev libgio-dev"
4.1 --- a/wxWidgets-dev/receipt Mon Mar 16 22:40:30 2009 +0000 4.2 +++ b/wxWidgets-dev/receipt Mon Mar 16 22:43:30 2009 +0000 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="Cross-platform GUI Library devel files." 4.5 MAINTAINER="pankso@slitaz.org" 4.6 DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev \ 4.7 -xorg-libICE-dev expat wxWidgets zlib" 4.8 +xorg-libICE-dev expat wxWidgets zlib libiconv" 4.9 WANTED="wxWidgets" 4.10 WEB_SITE="http://www.wxwidgets.org/" 4.11
5.1 --- a/wxWidgets/receipt Mon Mar 16 22:40:30 2009 +0000 5.2 +++ b/wxWidgets/receipt Mon Mar 16 22:43:30 2009 +0000 5.3 @@ -5,7 +5,8 @@ 5.4 CATEGORY="x-window" 5.5 SHORT_DESC="Cross-platform GUI Library" 5.6 MAINTAINER="pankso@slitaz.org" 5.7 -DEPENDS="pkg-config gtk+ xorg-libXinerama xorg-libSM xorg-libICE tiff" 5.8 +DEPENDS="pkg-config gtk+ xorg-libXinerama xorg-libSM xorg-libICE tiff \ 5.9 +libiconv xorg-libXdamage" 5.10 BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-dev" 5.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.12 WEB_SITE="http://www.wxwidgets.org/"
6.1 --- a/wxdfast/receipt Mon Mar 16 22:40:30 2009 +0000 6.2 +++ b/wxdfast/receipt Mon Mar 16 22:43:30 2009 +0000 6.3 @@ -5,7 +5,7 @@ 6.4 CATEGORY="network" 6.5 SHORT_DESC="Download Manager." 6.6 MAINTAINER="erjo@slitaz.org" 6.7 -DEPENDS="wxWidgets" 6.8 +DEPENDS="wxWidgets libiconv xorg-libXdamage" 6.9 BUILD_DEPENDS="wxWidgets-dev" 6.10 TARBALL="${PACKAGE}_${VERSION}.tar.gz" 6.11 WEB_SITE="http://dfast.sourceforge.net/index.html" 6.12 @@ -17,8 +17,8 @@ 6.13 6.14 cd $src 6.15 ./configure --prefix=/usr --infodir=/usr/share/info \ 6.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 6.17 - make 6.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 6.19 + make && 6.20 make DESTDIR=$PWD/_pkg install 6.21 } 6.22