# HG changeset patch # User Pascal Bellard # Date 1241791971 -7200 # Node ID 8a540c20b723f973d963cd578ad11403b5fb26c5 # Parent 46b53ce424914e2c016d18cec2e53d9bef6d31f7 ecore: fix compile_rules (again) diff -r 46b53ce42491 -r 8a540c20b723 ecore/receipt --- a/ecore/receipt Fri May 08 13:46:20 2009 +0200 +++ b/ecore/receipt Fri May 08 16:12:51 2009 +0200 @@ -16,14 +16,13 @@ # Rules to configure and make the package. compile_rules() { - # Edje dont cook if ecore link with libiconv. - #[ -d /var/lib/tazpkg/installed/libiconv-dev ] && tazpkg remove libiconv-dev cd $src ./configure \ --enable-ecore-config \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ + --with-iconv-link=-liconv \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install diff -r 46b53ce42491 -r 8a540c20b723 edbus/receipt --- a/edbus/receipt Fri May 08 13:46:20 2009 +0200 +++ b/edbus/receipt Fri May 08 16:12:51 2009 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="E17 wrappers around dbus." MAINTAINER="pankso@slitaz.org" DEPENDS="dbus ecore" -BUILD_DEPENDS="dbus-dev ecore-dev" +BUILD_DEPENDS="dbus-dev ecore-dev ecore" SOURCE="e_dbus" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" diff -r 46b53ce42491 -r 8a540c20b723 edje/receipt --- a/edje/receipt Fri May 08 13:46:20 2009 +0200 +++ b/edje/receipt Fri May 08 16:12:51 2009 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" DEPENDS="eet evas ecore embryo libcurl openssl" BUILD_DEPENDS="pkg-config eet evas ecore embryo eet-dev embryo-dev \ -evas-dev ecore-dev" +evas-dev ecore-dev ecore" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/snapshots/2009-04-22/$TARBALL" diff -r 46b53ce42491 -r 8a540c20b723 efreet/receipt --- a/efreet/receipt Fri May 08 13:46:20 2009 +0200 +++ b/efreet/receipt Fri May 08 16:12:51 2009 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="E17 implementation of several specifications from freedesktop.org." MAINTAINER="pankso@slitaz.org" DEPENDS="eet evas ecore embryo edje libcurl openssl" -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev" +BUILD_DEPENDS="eet-dev evas-dev ecore-dev ecore embryo-dev edje-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/snapshots/2009-04-22/$TARBALL" diff -r 46b53ce42491 -r 8a540c20b723 enlightenment-pam/receipt --- a/enlightenment-pam/receipt Fri May 08 13:46:20 2009 +0200 +++ b/enlightenment-pam/receipt Fri May 08 16:12:51 2009 +0200 @@ -10,7 +10,7 @@ xorg-libXcomposite libcrypto openssl alsa-lib xorg-libX11 xorg-libXau \ xorg-libXdmcp xorg-libXext" BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev \ -edbus-dev curl-dev libcrypto-dev openssl-dev pam-dev" +edbus-dev edbus curl-dev libcrypto-dev openssl-dev pam-dev" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/snapshots/2009-04-22/$TARBALL" diff -r 46b53ce42491 -r 8a540c20b723 enlightenment/receipt --- a/enlightenment/receipt Fri May 08 13:46:20 2009 +0200 +++ b/enlightenment/receipt Fri May 08 16:12:51 2009 +0200 @@ -9,7 +9,7 @@ xorg-libXcomposite libcrypto openssl alsa-lib xorg-libX11 xorg-libXau \ xorg-libXdmcp xorg-libXext" BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev \ -edbus-dev curl-dev libcrypto-dev openssl-dev " +edbus-dev edbus curl-dev libcrypto-dev openssl-dev " TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/snapshots/2009-04-22/$TARBALL"