summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2019-08-19 16:57:33 +0200
committer Willy Sudiarto Raharjo2019-08-24 03:24:03 +0200
commit6d80438a13f7e5464f5753ef291ada4d264ed66e (patch)
treed85ed5bcf7b16e8dae4fc3f6e5638774ba4fc145
parent6370eed43b6ce8759516a0a67de3076a9bcccff6 (diff)
downloadslackbuilds-6d80438a13f7e5464f5753ef291ada4d264ed66e.tar.gz
system/qterminal: Updated for version 0.14.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--system/qterminal/qterminal.SlackBuild5
-rw-r--r--system/qterminal/qterminal.info6
2 files changed, 5 insertions, 6 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
diff --git a/system/qterminal/qterminal.info b/system/qterminal/qterminal.info
index d70937ea6d..cf48e2f5a5 100644
--- a/system/qterminal/qterminal.info
+++ b/system/qterminal/qterminal.info
@@ -1,8 +1,8 @@
PRGNAM="qterminal"
-VERSION="0.9.0"
+VERSION="0.14.1"
HOMEPAGE="https://github.com/lxde/qterminal"
-DOWNLOAD="https://github.com/lxde/qterminal/releases/download/0.9.0/qterminal-0.9.0.tar.xz"
-MD5SUM="e31af75d375e72c298a4130cdd6d012c"
+DOWNLOAD="https://github.com/lxde/qterminal/releases/download/0.14.1/qterminal-0.14.1.tar.xz"
+MD5SUM="8b2e83a5a0daf8cd9a1b770f9e719a7d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qtermwidget"