summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dave Woodfall2020-04-12 17:27:10 +0200
committer Willy Sudiarto Raharjo2020-04-19 05:52:30 +0200
commit0b5efe358e28d8a7924ab034baa3585893bd8263 (patch)
treeaab6b3b7f556c64f7a441a6afcfd3c2995a12a7e
parentfe368516fc823ae316b363272f74ab8467fa0cfa (diff)
downloadslackbuilds-0b5efe358e28d8a7924ab034baa3585893bd8263.tar.gz
libraries/qt5: Updated for version 5.12.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/qt5/README2
-rw-r--r--libraries/qt5/qt5.SlackBuild4
-rw-r--r--libraries/qt5/qt5.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/libraries/qt5/README b/libraries/qt5/README
index 8ad0aa4a80..dc4dc6e430 100644
--- a/libraries/qt5/README
+++ b/libraries/qt5/README
@@ -85,7 +85,7 @@ Building without webengine can speed up compilation.
If you have no intention of using the browser code, which
includes a chunk of 3rd party Google Chromium source, then
it may make sense to skip it and save yourself about 2/3 of
-the build time.
+the build time, and knocks about 3G off the needed space.
The package version has _nowebengine appended to it for
clarity.
diff --git a/libraries/qt5/qt5.SlackBuild b/libraries/qt5/qt5.SlackBuild
index f1533bbc28..a7327f1104 100644
--- a/libraries/qt5/qt5.SlackBuild
+++ b/libraries/qt5/qt5.SlackBuild
@@ -50,7 +50,7 @@
PRGNAM=qt5
SRCNAM=${PRGNAM%%[[:digit:]]*}
-VERSION=${VERSION:-5.12.7}
+VERSION=${VERSION:-5.12.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,7 +81,7 @@ LDGOLD=${LDGOLD:-no}
[ "$LDGOLD" = "no" ] && USE_LDGOLD="-no-use-gold-linker"
if [ "$WEBENGINE" = "no" ]; then
- EXCLUDE="--exclude=qtweb*"
+ EXCLUDE="--exclude=qtwebengine"
PKGVERSION="${VERSION}_nowebengine"
else
PKGVERSION="${VERSION}"
diff --git a/libraries/qt5/qt5.info b/libraries/qt5/qt5.info
index 2f2ad611d0..280af26135 100644
--- a/libraries/qt5/qt5.info
+++ b/libraries/qt5/qt5.info
@@ -1,8 +1,8 @@
PRGNAM="qt5"
-VERSION="5.12.7"
+VERSION="5.12.8"
HOMEPAGE="http://qt-project.org/"
-DOWNLOAD="https://download.qt.io/official_releases/qt/5.12/5.12.7/single/qt-everywhere-src-5.12.7.tar.xz"
-MD5SUM="ce2c5661c028b9de6183245982d7c120"
+DOWNLOAD="https://download.qt.io/official_releases/qt/5.12/5.12.8/single/qt-everywhere-src-5.12.8.tar.xz"
+MD5SUM="8ec2a0458f3b8e9c995b03df05e006e4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libxkbcommon"