From a572def07f3a596a5fa12c60a0e1cf4e488003a5 Mon Sep 17 00:00:00 2001 From: Erik Falor Date: Fri, 29 Mar 2019 12:45:49 +0700 Subject: libraries/efl: Updated for version 1.21.1. Signed-off-by: Willy Sudiarto Raharjo --- libraries/efl/README | 7 +++++-- libraries/efl/efl.SlackBuild | 47 +++++++++++++++++++++++++------------------- libraries/efl/efl.info | 6 +++--- 3 files changed, 35 insertions(+), 25 deletions(-) (limited to 'libraries') 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 , 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 +# . 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" -- cgit v1.2.3