libraries/qtermwidget: Updated for version 0.8.0.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2018-03-16 09:25:03 +01:00 committed by Willy Sudiarto Raharjo
parent 9626c432d4
commit 90f92c3fe0
2 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for qtermwidget
# Copyright 2011-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# Copyright 2011-2018 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.7.1}
VERSION=${VERSION:-0.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -77,6 +77,7 @@ 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,10 +1,10 @@
PRGNAM="qtermwidget"
VERSION="0.7.1"
VERSION="0.8.0"
HOMEPAGE="https://github.com/lxde/qtermwidget"
DOWNLOAD="https://github.com/lxde/qtermwidget/releases/download/0.7.1/qtermwidget-0.7.1.tar.xz"
MD5SUM="df50457bb12a0e12b1f547ca644c5c22"
DOWNLOAD="https://github.com/lxde/qtermwidget/releases/download/0.8.0/qtermwidget-0.8.0.tar.xz"
MD5SUM="2593078abdfa3db0e536794807c52d67"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"
REQUIRES="lxqt-build-tools qt5"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"