diff options
author | Aleksandar Samardzic <asamardzic@gmail.com> | 2012-10-16 15:59:23 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-11-04 09:52:37 -0500 |
commit | dcd5e474bf202ca4d5581df8a1bc412c6205aa88 (patch) | |
tree | a6bd6d6fb2fab071072253491cb358489b405251 /libraries/ecore | |
parent | 34984da135ad612c3efa4a19a2ce14ac149f877f (diff) |
libraries/ecore: Updated for version 1.7.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/ecore')
-rw-r--r-- | libraries/ecore/ecore.SlackBuild | 3 | ||||
-rw-r--r-- | libraries/ecore/ecore.info | 6 | ||||
-rw-r--r-- | libraries/ecore/slack-desc | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/libraries/ecore/ecore.SlackBuild b/libraries/ecore/ecore.SlackBuild index 217efe0285d0..45257cd871ce 100644 --- a/libraries/ecore/ecore.SlackBuild +++ b/libraries/ecore/ecore.SlackBuild @@ -5,7 +5,7 @@ # Written by Aleksandar Samardzic <asamardzic@gmail.com> PRGNAM=ecore -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,6 +53,7 @@ find . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ +LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ diff --git a/libraries/ecore/ecore.info b/libraries/ecore/ecore.info index 45fa6ce00e34..1a446264c76a 100644 --- a/libraries/ecore/ecore.info +++ b/libraries/ecore/ecore.info @@ -1,8 +1,8 @@ PRGNAM="ecore" -VERSION="1.2.1" +VERSION="1.7.0" HOMEPAGE="http://www.enlightenment.org/" -DOWNLOAD="http://download.enlightenment.org/releases/ecore-1.2.1.tar.bz2" -MD5SUM="1c5ad8db97f5cc902959cc52b06e3e71" +DOWNLOAD="http://download.enlightenment.org/releases/ecore-1.7.0.tar.bz2" +MD5SUM="9072b65366fe42612812001075e29789" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="evas" diff --git a/libraries/ecore/slack-desc b/libraries/ecore/slack-desc index 50e2210446ac..b5bbed157262 100644 --- a/libraries/ecore/slack-desc +++ b/libraries/ecore/slack-desc @@ -8,9 +8,9 @@ |-----handy-ruler------------------------------------------------------| ecore: Ecore (one of the Enlightenment DR17 foundation libraries) ecore: -ecore: Ecore is is the core event abstraction layer and X abstraction -ecore: layer that makes doing selections, Xdnd, general X stuff, and -ecore: event loops, timeouts and idle handlers fast, optimized, and +ecore: Ecore is the core event abstraction layer and X abstraction layer +ecore: that makes doing selections, Xdnd, general X stuff, and event +ecore: loops, timeouts and idle handlers fast, optimized, and ecore: convenient. ecore: ecore: Ecore home page is: http://www.enlightenment.org/ |