libraries/efl: Updated for version 1.21.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4055676995
commit
a572def07f
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue