wok-stable diff ecore/receipt @ rev 2917

Up: enlightenment wm, tools and lib to the last snapshot or svn
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 06 23:15:28 2009 +0200 (2009-05-06)
parents c2e62b65e0fa
children 46b53ce42491
line diff
     1.1 --- a/ecore/receipt	Mon Mar 16 21:42:10 2009 +0000
     1.2 +++ b/ecore/receipt	Wed May 06 23:15:28 2009 +0200
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ecore"
     1.7 -VERSION="0.9.9.050"
     1.8 +VERSION="0.9.9.060"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="E17 core libs."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="eet evas libcurl openssl xorg-libX11 xorg-libXau xorg-libXcomposite \
    1.13  xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \
    1.14  xorg-libXrandr xorg-libXrender xorg-libXdamage xorg-libXtst"
    1.15 -BUILD_DEPENDS="xorg-dev eet-dev evas-dev evas xorg-libXtst"
    1.16 +BUILD_DEPENDS="xorg-dev eet-dev evas-dev xorg-libXtst-dev"
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WEB_SITE="http://www.enlightenment.org/"
    1.19 -WGET_URL="http://download.enlightenment.org/snapshots/2008-09-25/$TARBALL"
    1.20 +WGET_URL="http://download.enlightenment.org/snapshots/2009-04-22/$TARBALL"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 +	# Edje dont cook if ecore link with libiconv.
    1.26 +	[ -d /var/lib/tazpkg/installed/libiconv-dev ] && tazpkg remove libiconv-dev
    1.27  	cd $src
    1.28  	./configure \
    1.29  		--enable-ecore-config \