summaryrefslogtreecommitdiffstats
path: root/qt5/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-12-17 00:52:34 +0000
committer Eric Hameleers <alien@slackware.com>2018-12-17 00:52:34 +0000
commit0d7bcbb37a6cf800c77db6a2419904078c82e278 (patch)
tree139402154210db30ad800680bfb2c8b8631cf129 /qt5/build
parent81eda719bf08f9c359ae465de5ce21935b7f16de (diff)
downloadasb-0d7bcbb37a6cf800c77db6a2419904078c82e278.tar.gz
asb-0d7bcbb37a6cf800c77db6a2419904078c82e278.tar.xz
qt5: update to 5.11.3
Diffstat (limited to 'qt5/build')
-rwxr-xr-xqt5/build/qt5.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/qt5/build/qt5.SlackBuild b/qt5/build/qt5.SlackBuild
index 533c4e7d..cfe76ad2 100755
--- a/qt5/build/qt5.SlackBuild
+++ b/qt5/build/qt5.SlackBuild
@@ -36,7 +36,7 @@
# Alternate method (we don't use this):
# wget http://qt.gitorious.org/qt/kde-qt/archive-tarball/4.6.2-patched
#
-# Modifications 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Eric Hameleers, Eindhoven, NL
+# Modifications 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Eric Hameleers, Eindhoven, NL
# qt 4.7.3, 4.7.4, 4.8.0, 4.8.1, 4.8.2, 4.8.4, are built from original nokia sources.
#
# Modifications for qt 5.2.0 2013 by Michael James, AU
@@ -59,12 +59,13 @@
# Modifications for qt 5.11.0 2018 by Eric Hameleers, Eindhoven, NL
# Modifications for qt 5.11.1 2018 by Eric Hameleers, Eindhoven, NL
# Modifications for qt 5.11.2 2018 by Eric Hameleers, Eindhoven, NL
+# Modifications for qt 5.11.3 2018 by Eric Hameleers, Eindhoven, NL
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=qt5
-VERSION=${VERSION:-5.11.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-5.11.3}
+BUILD=${BUILD:-1}
PKGSRC=$(echo $VERSION |cut -d- -f1)
PKGVER=$(echo $VERSION |tr - _)
@@ -215,7 +216,7 @@ export QT_PLUGIN_PATH="${QTDIR}/qtbase/plugins"
-glib \
-icu \
-opengl \
- -openssl \
+ -openssl-linked \
-optimized-qmake \
-qpa xcb \
-qt-harfbuzz \