mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/terminator: Updated for version 2.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fd4627f991
commit
2def294ea0
2 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue