system/terminator: Updated for version 2.1.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alan Alberghini 2023-07-28 20:47:56 +07:00 committed by Willy Sudiarto Raharjo
parent fd4627f991
commit 2def294ea0
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 3 additions and 5 deletions

View file

@ -3,5 +3,3 @@ terminals. It is inspired by programs such as gnome-multi-term,
quadkonsole, etc. in that the main focus is arranging terminals in
grids (tabs is the most common default method, which Terminator also
supports).
Optionally requires python-keybinder

View file

@ -36,7 +36,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=terminator
VERSION=${VERSION:-2.1.3}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -60,7 +60,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCS="INSTALL.md COPYING RELEASE.md README.md CHANGELOG.md CHANGELOG.legacy.txt TRANSLATION.md"
DOCS="INSTALL.md AUTHORS COPYING RELEASE.md README.md CHANGELOG.md CHANGELOG.legacy.txt TRANSLATION.md"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
@ -98,7 +98,7 @@ sed -i "s|'share', 'doc', 'terminator'|'doc', '$PRGNAM-$VERSION'|g" terminatorli
sed -i "s|share/man|man|g" setup.py
CFLAGS=$SLKCFLAGS \
python3 setup.py --no-user-cfg install-documentation install --prefix=/usr --root=$PKG
python3 setup.py --no-user-cfg install --prefix=/usr --root=$PKG
rm -f $PKG/usr/doc/$PRGNAM-$VERSION/apidoc/.buildinfo
rm -f $PKG/usr/doc/$PRGNAM-$VERSION/html/.buildinfo