diff options
author | Erik Falor <ewfalor@gmail.com> | 2022-02-23 09:23:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 20:10:21 +0700 |
commit | eed518a1fd4eac621b304c023b510b7ce5732415 (patch) | |
tree | 6ccc2024794a2320b1c43fb17e457971d4395dc1 /system/terminology | |
parent | 3af08e8057fed66cef15cc6ca41811fed3b78308 (diff) |
system/terminology: Updated for version 1.12.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/terminology')
-rw-r--r-- | system/terminology/terminology.SlackBuild | 18 | ||||
-rw-r--r-- | system/terminology/terminology.info | 6 |
2 files changed, 10 insertions, 14 deletions
diff --git a/system/terminology/terminology.SlackBuild b/system/terminology/terminology.SlackBuild index 6c052f0eafeb..cf671f9554a0 100644 --- a/system/terminology/terminology.SlackBuild +++ b/system/terminology/terminology.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for terminology -# Erik Falor | Logan, UT | ewfalor@gmail.com +# Erik Falor | Logan, UT, USA | ewfalor@gmail.com | February 2022 # 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 @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=terminology -VERSION=${VERSION:-1.8.1} +VERSION=${VERSION:-1.12.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,7 +65,7 @@ else fi -DOCS="AUTHORS COPYING ChangeLog ChangeLog.theme DESIGN.md NEWS README.md THEME.md TODO" +DOCS="AUTHORS COLORSCHEMES.md COPYING ChangeLog ChangeLog.theme DESIGN.md NEWS README.md THEMES.md TODO" set -e @@ -82,18 +82,14 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -mkdir build -cd build CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -meson .. \ +meson \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ - --mandir=/usr/man -"${NINJA:=ninja}" -$NINJA -v -DESTDIR=$PKG $NINJA -v install -cd - + --mandir=/usr/man \ + . build +DESTDIR=$PKG ${NINJA:=ninja} -C build -v install find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/system/terminology/terminology.info b/system/terminology/terminology.info index 6c5301afc714..8e418671bf77 100644 --- a/system/terminology/terminology.info +++ b/system/terminology/terminology.info @@ -1,8 +1,8 @@ PRGNAM="terminology" -VERSION="1.8.1" +VERSION="1.12.1" HOMEPAGE="https://www.enlightenment.org/about-terminology" -DOWNLOAD="https://download.enlightenment.org/rel/apps/terminology/terminology-1.8.1.tar.xz" -MD5SUM="a01667086dd35557ecbbe3836ba66740" +DOWNLOAD="https://download.enlightenment.org/rel/apps/terminology/terminology-1.12.1.tar.xz" +MD5SUM="f7c827686388e235850463b1571eb705" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="efl" |