summaryrefslogtreecommitdiffstats
path: root/deps/qt5
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-12-09 15:30:31 +0100
committer Eric Hameleers <alien@slackware.com>2018-12-09 15:30:31 +0100
commit429f902919d0b659f4a7556661280cbe95165765 (patch)
tree3fe25df94f0593b3113c609d2d1d1e763024e23b /deps/qt5
parent80fac0aceb0b778938a14224faeb2172d3d946bc (diff)
downloadktown-429f902919d0b659f4a7556661280cbe95165765.tar.gz
ktown-429f902919d0b659f4a7556661280cbe95165765.tar.xz
Update qt5 and libdbusmenu-gtk, rebuild qt5-webkit
I decided to stick with Qt 5.11.3 and wait with updating to 5.12.0 until after Applications 18.12.0.
Diffstat (limited to 'deps/qt5')
-rw-r--r--deps/qt5/.url2
-rwxr-xr-xdeps/qt5/qt5.SlackBuild7
2 files changed, 5 insertions, 4 deletions
diff --git a/deps/qt5/.url b/deps/qt5/.url
index 82f9c72..2aea31e 100644
--- a/deps/qt5/.url
+++ b/deps/qt5/.url
@@ -1 +1 @@
-http://download.qt.io/official_releases/qt/5.11/5.11.2/single/qt-everywhere-src-5.11.2.tar.xz
+https://download.qt.io/official_releases/qt/5.11/5.11.3/single/qt-everywhere-src-5.11.3.tar.xz
diff --git a/deps/qt5/qt5.SlackBuild b/deps/qt5/qt5.SlackBuild
index 0eee250..cfe76ad 100755
--- a/deps/qt5/qt5.SlackBuild
+++ b/deps/qt5/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 - _)