# HG changeset patch # User Christophe Lincoln # Date 1306324884 -7200 # Node ID b6d4a62f929abdeb5b8a7f0736fed6ded35c0ec1 # Parent e0492d357e6e88489c1687d9342040deedec2c09 ecore: up to fix e17 build (1.0.1) diff -r e0492d357e6e -r b6d4a62f929a ecore-dev/receipt --- a/ecore-dev/receipt Wed May 25 14:00:08 2011 +0200 +++ b/ecore-dev/receipt Wed May 25 14:01:24 2011 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ecore-dev" -VERSION="1.0.0" +VERSION="1.0.1" CATEGORY="development" SHORT_DESC="E17 core devel files." MAINTAINER="pankso@slitaz.org" diff -r e0492d357e6e -r b6d4a62f929a ecore/receipt --- a/ecore/receipt Wed May 25 14:00:08 2011 +0200 +++ b/ecore/receipt Wed May 25 14:01:24 2011 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ecore" -VERSION="1.0.0" +VERSION="1.0.1" CATEGORY="base-system" SHORT_DESC="Enlightenment's core event abstraction layer and OS abstraction layer" MAINTAINER="pankso@slitaz.org" @@ -9,17 +9,14 @@ WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/releases/$TARBALL" -DEPENDS="evas xorg-libX11 libcurl glib xorg-libXcomposite xorg-libXcursor \ -xorg-libXdamage xorg-libXtst xorg-libXinerama xorg-libXrandr xorg-libXp \ -xorg-libXss" -BUILD_DEPENDS="curl-dev eina-dev evas-dev" +DEPENDS="eina eet evas xorg-libX11 libcurl libcroco librsvg fribidi gnutls" +BUILD_DEPENDS="eina-dev evas-dev eet-dev xorg-libX11-dev curl-dev librsvg-dev \ +gnutls-dev libcroco-dev fribidi-dev" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure $CONFIGURE_ARGS && - make && make install + ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.