diff options
author | Erik Falor <ewfalor@gmail.com> | 2019-03-29 13:02:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-29 13:02:32 +0700 |
commit | 61bbdc0ede1a88538dca5819778ff7b6fbacd095 (patch) | |
tree | 99356ea68358c10d7e9917169329e5e32bac0146 /system | |
parent | 48ece25c31d594bc37e256733ffa18a14f15fe7d (diff) |
system/terminology: Updated for version 1.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/terminology/terminology.SlackBuild | 48 | ||||
-rw-r--r-- | system/terminology/terminology.info | 8 |
2 files changed, 29 insertions, 27 deletions
diff --git a/system/terminology/terminology.SlackBuild b/system/terminology/terminology.SlackBuild index 75fc18ae75cd..fed8189f2c3f 100644 --- a/system/terminology/terminology.SlackBuild +++ b/system/terminology/terminology.SlackBuild @@ -1,33 +1,35 @@ #!/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 terminology +# 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=terminology -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -38,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/system/terminology/terminology.info b/system/terminology/terminology.info index 6870051e960a..b29f33b5f85a 100644 --- a/system/terminology/terminology.info +++ b/system/terminology/terminology.info @@ -1,10 +1,10 @@ PRGNAM="terminology" -VERSION="1.2.1" +VERSION="1.3.2" HOMEPAGE="https://www.enlightenment.org/about-terminology" -DOWNLOAD="https://download.enlightenment.org/rel/apps/terminology/terminology-1.2.1.tar.xz" -MD5SUM="fd3970b3f5383ac34f7f7105d92e74ea" +DOWNLOAD="https://download.enlightenment.org/rel/apps/terminology/terminology-1.3.2.tar.xz" +MD5SUM="ab125bd9b4b183cffa1ca61143d5888b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="efl meson ninja" +REQUIRES="efl meson" MAINTAINER="Erik Falor" EMAIL="ewfalor@gmail.com" |