Browse Source
system/terminator: Updated for version 2.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/226/head
Alan Alberghini
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
8 additions and
4 deletions
-
system/terminator/terminator.SlackBuild
-
system/terminator/terminator.info
|
|
@ -31,11 +31,12 @@ |
|
|
|
# 20160625 - Updated for version 0.98 (thanks to Andrzej Telszewski) |
|
|
|
# 20161126 - Updated for version 1.0 |
|
|
|
# 20230507 - Updated for version 2.1.3 |
|
|
|
# 20240629 - Updated for version 2.1.4 |
|
|
|
|
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=terminator |
|
|
|
VERSION=${VERSION:-2.1.3} |
|
|
|
VERSION=${VERSION:-2.1.4} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -71,6 +72,9 @@ elif [ "$ARCH" = "i686" ]; then |
|
|
|
elif [ "$ARCH" = "x86_64" ]; then |
|
|
|
SLKCFLAGS="-O2 -fPIC" |
|
|
|
LIBDIRSUFFIX="64" |
|
|
|
elif [ "$ARCH" = "aarch64" ]; then |
|
|
|
SLKCFLAGS="-O2 -fPIC" |
|
|
|
LIBDIRSUFFIX="64" |
|
|
|
else |
|
|
|
SLKCFLAGS="-O2" |
|
|
|
LIBDIRSUFFIX="" |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="terminator" |
|
|
|
VERSION="2.1.3" |
|
|
|
VERSION="2.1.4" |
|
|
|
HOMEPAGE="https://github.com/gnome-terminator/terminator" |
|
|
|
DOWNLOAD="https://github.com/gnome-terminator/terminator/releases/download/v2.1.3/terminator-2.1.3.tar.gz" |
|
|
|
MD5SUM="c15ed0329bd324fb3f0c59a88650780f" |
|
|
|
DOWNLOAD="https://github.com/gnome-terminator/terminator/releases/download/v2.1.4/terminator-2.1.4.tar.gz" |
|
|
|
MD5SUM="43d8f806dae2f6f4d9e1eef309d62791" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-pytest-runner python3-psutil configobj" |
|
|
|