wok rev 2438

urxvt, usbutils, vte: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 13 08:12:01 2009 +0000 (2009-03-13)
parents 4b295d830ae7
children 1d043f8c9982
files urxvt-full/receipt urxvt/receipt usbutils/receipt vte-terminal/receipt vte/receipt
line diff
     1.1 --- a/urxvt-full/receipt	Thu Mar 12 16:49:44 2009 +0000
     1.2 +++ b/urxvt-full/receipt	Fri Mar 13 08:12:01 2009 +0000
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="terminal with unicode support"
     1.6  MAINTAINER="sygne@ombres.eu"
     1.7 -DEPENDS="fontconfig xorg"
     1.8 +DEPENDS="fontconfig xorg expat freetype xorg-libXft zlib"
     1.9  BUILD_DEPENDS="xorg-dev xorg-libXft-dev xorg-libX11-dev"
    1.10  SOURCE="rxvt-unicode"
    1.11  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://software.schmorp.de/pkg/rxvt-unicode.html"
    1.13  WGET_URL="http://dist.schmorp.de/rxvt-unicode/$TARBALL"
    1.14 +PROVIDE="urxvt"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
     2.1 --- a/urxvt/receipt	Thu Mar 12 16:49:44 2009 +0000
     2.2 +++ b/urxvt/receipt	Fri Mar 13 08:12:01 2009 +0000
     2.3 @@ -5,7 +5,7 @@
     2.4  CATEGORY="utilities"
     2.5  SHORT_DESC="terminal with unicode support"
     2.6  MAINTAINER="sygne@ombres.eu"
     2.7 -DEPENDS="fontconfig xorg"
     2.8 +DEPENDS="fontconfig xorg expat freetype xorg-libXft zlib"
     2.9  BUILD_DEPENDS="xorg-dev xorg-libXft-dev xorg-libX11-dev"
    2.10  SOURCE="rxvt-unicode"
    2.11  TARBALL="$SOURCE-$VERSION.tar.bz2"
     3.1 --- a/usbutils/receipt	Thu Mar 12 16:49:44 2009 +0000
     3.2 +++ b/usbutils/receipt	Fri Mar 13 08:12:01 2009 +0000
     3.3 @@ -5,7 +5,7 @@
     3.4  CATEGORY="system-tools"
     3.5  SHORT_DESC="Displaying information about USB."
     3.6  MAINTAINER="erjo@slitaz.org"
     3.7 -DEPENDS="libusb"
     3.8 +DEPENDS="libusb zlib"
     3.9  BUILD_DEPENDS="libusb-dev"
    3.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.11  WEB_SITE="http://linux-usb.sourceforge.net/"
     4.1 --- a/vte-terminal/receipt	Thu Mar 12 16:49:44 2009 +0000
     4.2 +++ b/vte-terminal/receipt	Fri Mar 13 08:12:01 2009 +0000
     4.3 @@ -5,6 +5,7 @@
     4.4  CATEGORY="development"
     4.5  SHORT_DESC="X Terminal from the vte package."
     4.6  WANTED="vte"
     4.7 +DEPENDS="expat vte"
     4.8  MAINTAINER="pankso@slitaz.org"
     4.9  WEB_SITE="http://www.gnome.org/"
    4.10  
     5.1 --- a/vte/receipt	Thu Mar 12 16:49:44 2009 +0000
     5.2 +++ b/vte/receipt	Fri Mar 13 08:12:01 2009 +0000
     5.3 @@ -4,7 +4,7 @@
     5.4  VERSION="0.19.4"
     5.5  CATEGORY="utilities"
     5.6  SHORT_DESC="Terminal capabilities for GTK+ widgets."
     5.7 -DEPENDS="gtk+"
     5.8 +DEPENDS="gtk+ ncurses"
     5.9  BUILD_DEPENDS="gtk+-dev perl perl-xml-parser"
    5.10  MAINTAINER="pankso@slitaz.org"
    5.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.12 @@ -23,8 +23,8 @@
    5.13  		--mandir=/usr/share/man \
    5.14  		--with-html-dir=/usr/share/doc \
    5.15  		--with-pcre \
    5.16 -		$CONFIGURE_ARGS
    5.17 -	make
    5.18 +		$CONFIGURE_ARGS &&
    5.19 +	make &&
    5.20  	make DESTDIR=$PWD/_pkg install
    5.21  }
    5.22