wok-stable diff evas/receipt @ rev 4866

Add: xfce4-taskmanager
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 04 22:33:22 2010 +0100 (2010-02-04)
parents 2c110965aa8b
children 6e90579538d6
line diff
     1.1 --- a/evas/receipt	Thu Sep 17 11:53:23 2009 +0200
     1.2 +++ b/evas/receipt	Thu Feb 04 22:33:22 2010 +0100
     1.3 @@ -1,16 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="evas"
     1.7 -VERSION="0.9.9.062"
     1.8 +VERSION="0.9.9.063"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="E17 libs."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="expat fontconfig freetype jpeg libpng tiff xorg-libX11 \
    1.13 -xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender eet openssl fribidi"
    1.14 -BUILD_DEPENDS="xorg-libX11-dev eet-dev"
    1.15 +xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender eet openssl \
    1.16 +fribidi libgsf libcroco"
    1.17 +BUILD_DEPENDS="xorg-libX11-dev eet-dev libgsf-dev libcroco-dev"
    1.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19  WEB_SITE="http://www.enlightenment.org/"
    1.20 -WGET_URL="http://download.enlightenment.org/snapshots/2009-07-29/$TARBALL"
    1.21 +WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -20,6 +21,7 @@
    1.26  		--prefix=/usr \
    1.27  		--infodir=/usr/share/info \
    1.28  		--mandir=/usr/share/man \
    1.29 +		--disable-gnutls \
    1.30  		$CONFIGURE_ARGS &&
    1.31  	make &&
    1.32  	make DESTDIR=$PWD/_pkg install