summaryrefslogtreecommitdiffstats
path: root/system/terminology
diff options
context:
space:
mode:
Diffstat (limited to 'system/terminology')
-rw-r--r--system/terminology/README2
-rw-r--r--system/terminology/terminology.SlackBuild27
-rw-r--r--system/terminology/terminology.info6
3 files changed, 22 insertions, 13 deletions
diff --git a/system/terminology/README b/system/terminology/README
index 166860367d..57de015681 100644
--- a/system/terminology/README
+++ b/system/terminology/README
@@ -15,7 +15,7 @@ and bling thrown in.
- Works directly in the linux framebuffer (fbcon)
- Can be finger/touch controlled
- Scan scale by UI scaling factors
-- Can render using OpenGL or OpenGL-ES2 (not a requirement - just an option)
+- Can render using OpenGL/OpenGL-ES2 (not a requirement, just an option)
- Can display inlined media content (images, video, documents)
- Can do multiple "tabs"
- Can do splitting into multiple panes
diff --git a/system/terminology/terminology.SlackBuild b/system/terminology/terminology.SlackBuild
index ba6ce393f3..097bb379a5 100644
--- a/system/terminology/terminology.SlackBuild
+++ b/system/terminology/terminology.SlackBuild
@@ -1,7 +1,8 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for terminology
-# Erik Falor | Logan, UT | ewfalor@gmail.com
+# Erik Falor | Logan, UT, USA | ewfalor@gmail.com | January 2024
+# All rights reserved.
# 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
@@ -22,10 +23,13 @@
# <http://www.gnu.org/licenses/>.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=terminology
-VERSION=${VERSION:-1.8.1}
+VERSION=${VERSION:-1.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -35,7 +39,14 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
+# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
+# the name of the created package would be, and then exit. This information
+# could be useful to other scripts.
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -55,7 +66,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
@@ -79,9 +90,7 @@ meson \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
. build
-
-ninja -C build -v
-DESTDIR=$PKG ninja -C build -v install
+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
@@ -98,4 +107,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/system/terminology/terminology.info b/system/terminology/terminology.info
index 6c5301afc7..cc9296dca4 100644
--- a/system/terminology/terminology.info
+++ b/system/terminology/terminology.info
@@ -1,8 +1,8 @@
PRGNAM="terminology"
-VERSION="1.8.1"
+VERSION="1.13.0"
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.13.0.tar.xz"
+MD5SUM="81e24535c1cf0ac9a506c711c9d621f7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="efl"