diff options
Diffstat (limited to 'libraries/qmltermwidget/qmltermwidget.SlackBuild')
-rw-r--r-- | libraries/qmltermwidget/qmltermwidget.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/qmltermwidget/qmltermwidget.SlackBuild b/libraries/qmltermwidget/qmltermwidget.SlackBuild index 62659617e9e8..3f50259b07b9 100644 --- a/libraries/qmltermwidget/qmltermwidget.SlackBuild +++ b/libraries/qmltermwidget/qmltermwidget.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for qmltermwidget -# Copyright 2015-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2015-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qmltermwidget -VERSION=${VERSION:-0.2.0} +VERSION=${VERSION:-20220109_6322802} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -81,8 +81,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/gcc-10.patch - qmake-qt5 make make INSTALL_ROOT=$PKG install |