libraries/qtermwidget: Updated for version 0.14.1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2019-08-19 16:54:59 +02:00 committed by Willy Sudiarto Raharjo
parent 3968337ffc
commit 6370eed43b
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for qtermwidget
# 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=qtermwidget
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

View File

@ -1,8 +1,8 @@
PRGNAM="qtermwidget"
VERSION="0.9.0"
VERSION="0.14.1"
HOMEPAGE="https://github.com/lxde/qtermwidget"
DOWNLOAD="https://github.com/lxde/qtermwidget/releases/download/0.9.0/qtermwidget-0.9.0.tar.xz"
MD5SUM="07b7aeaf6069f4a685751d9f02590cba"
DOWNLOAD="https://github.com/lxde/qtermwidget/releases/download/0.14.1/qtermwidget-0.14.1.tar.xz"
MD5SUM="63c389982f995a89755f4b81855fb879"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxqt-build-tools"