summaryrefslogtreecommitdiff
path: root/system/qterminal/qterminal.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2019-08-19 16:57:33 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-24 08:24:03 +0700
commit6d80438a13f7e5464f5753ef291ada4d264ed66e (patch)
treed85ed5bcf7b16e8dae4fc3f6e5638774ba4fc145 /system/qterminal/qterminal.SlackBuild
parent6370eed43b6ce8759516a0a67de3076a9bcccff6 (diff)
downloadslackbuilds-6d80438a13f7e5464f5753ef291ada4d264ed66e.tar.gz
system/qterminal: Updated for version 0.14.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/qterminal/qterminal.SlackBuild')
-rw-r--r--system/qterminal/qterminal.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/system/qterminal/qterminal.SlackBuild b/system/qterminal/qterminal.SlackBuild
index db92e6261c..f939c03e7a 100644
--- a/system/qterminal/qterminal.SlackBuild
+++ b/system/qterminal/qterminal.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for qterminal
-# Copyright 2011-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2011-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qterminal
-VERSION=${VERSION:-0.9.0}
+VERSION=${VERSION:-0.14.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,7 +77,6 @@ cd build
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DPULL_TRANSLATIONS=No \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG