summaryrefslogtreecommitdiffstats
path: root/libraries/efl
diff options
context:
space:
mode:
author Erik Falor <ewfalor@gmail.com>2019-03-29 12:45:49 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-29 12:46:45 +0700
commita572def07f3a596a5fa12c60a0e1cf4e488003a5 (patch)
tree004b25f30db6be28f8c6f9c0d269b11af5b79cb5 /libraries/efl
parent4055676995e622e93e0475c37ed6969fda0b5c6d (diff)
downloadslackbuilds-a572def07f3a596a5fa12c60a0e1cf4e488003a5.tar.gz
slackbuilds-a572def07f3a596a5fa12c60a0e1cf4e488003a5.tar.xz
libraries/efl: Updated for version 1.21.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/efl')
-rw-r--r--libraries/efl/README7
-rw-r--r--libraries/efl/efl.SlackBuild47
-rw-r--r--libraries/efl/efl.info6
3 files changed, 35 insertions, 25 deletions
diff --git a/libraries/efl/README b/libraries/efl/README
index d48d5849d6..723af18d3b 100644
--- a/libraries/efl/README
+++ b/libraries/efl/README
@@ -2,7 +2,10 @@ Enlightenment Foundation Library
It provides the basic building blocks for creating applications and
user interfaces.
-This package supersedes the following packages:
- e_dbus ecore edje eet efreet eina eio elementary embryo emotion ethumb evas
+This package supersedes the following obsolete packages:
+ e_dbus ecore edje eet efreet eina eio elementary embryo emotion ethumb evas
Please remove the above packages before installing this one.
+
+NOTE: You must remove any previous installation of efl before running this
+script, otherwise the build will fail.
diff --git a/libraries/efl/efl.SlackBuild b/libraries/efl/efl.SlackBuild
index f9abd58c69..356c593ad0 100644
--- a/libraries/efl/efl.SlackBuild
+++ b/libraries/efl/efl.SlackBuild
@@ -1,27 +1,28 @@
#!/bin/sh
-# Copyright 2018 Erik Falor <ewfalor@gmail.com>, Logan, Utah, USA
-# All rights reserved.
-#
-# Redistribution and use of this script, with or without modification, is
-# permitted provided that the following conditions are met:
-#
-# 1. Redistributions of this script must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
-# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# Slackware build script for efl
+# Erik Falor | Logan, UT | ewfalor@gmail.com
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version, with the following exception:
+# the text of the GPL license may be omitted.
+
+# This program is distributed in the hope that it will be useful, but
+# without any warranty; without even the implied warranty of
+# merchantability or fitness for a particular purpose. Compiling,
+# interpreting, executing or merely reading the text of the program
+# may result in lapses of consciousness and/or very being, up to and
+# including the end of all existence and the Universe as we know it.
+# See the GNU General Public License for more details.
+
+# You may have received a copy of the GNU General Public License along
+# with this program (most likely, a file named COPYING). If not, see
+# <http://www.gnu.org/licenses/>.
PRGNAM=efl
-VERSION=${VERSION:-1.20.7}
+VERSION=${VERSION:-1.21.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -52,6 +53,12 @@ else
LIBDIRSUFFIX=""
fi
+if [ -e /usr/bin/elementary_run ]; then
+ echo "A previous installation of efl has been detected."
+ echo "Please uninstall it before running this script."
+ exit 1
+fi
+
DOCS="ABOUT-NLS AUTHORS COMPLIANCE COPYING ChangeLog NEWS README"
set -e
diff --git a/libraries/efl/efl.info b/libraries/efl/efl.info
index a4d998bc9b..6ecc703b39 100644
--- a/libraries/efl/efl.info
+++ b/libraries/efl/efl.info
@@ -1,8 +1,8 @@
PRGNAM="efl"
-VERSION="1.20.7"
+VERSION="1.21.1"
HOMEPAGE="https://www.enlightenment.org/"
-DOWNLOAD="http://download.enlightenment.org/rel/libs/efl/efl-1.20.7.tar.xz"
-MD5SUM="3f0294cdfc805b931b94223c37a1015b"
+DOWNLOAD="https://download.enlightenment.org/rel/libs/efl/efl-1.21.1.tar.xz"
+MD5SUM="275ae48d6fdd1ebd47c1f2d0426d5dfc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="luajit bullet"