summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-04-04 13:36:21 +0200
committerMartchus2020-04-04 13:36:21 +0200
commit4ae499811b77a723584410166f9d96541e1d1209 (patch)
treef29a52fe9e10e6190a83c60452cfe66fc8e18e84
parentd64aba7f74a4c90a10c54c31acd2986882c39203 (diff)
downloadaur-4ae499811b77a723584410166f9d96541e1d1209.tar.gz
Update to 5.14.2
-rw-r--r--.SRCINFO8
-rw-r--r--0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch2
-rw-r--r--PKGBUILD14
-rw-r--r--PKGBUILD.sh.ep10
-rw-r--r--qtlocation-sha256.txt2
5 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4558784de3ea..e59252065b9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-location
pkgdesc = Provides access to position, satellite and area monitoring classes (mingw-w64)
- pkgver = 5.14.1
+ pkgver = 5.14.2
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -18,10 +18,10 @@ pkgbase = mingw-w64-qt5-location
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.14/5.14.1/submodules/qtlocation-everywhere-src-5.14.1.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.14/5.14.2/submodules/qtlocation-everywhere-src-5.14.2.tar.xz
source = 0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
- sha256sums = a0dd1712a5b7a0425b57d17318294b6f7e968c4b81d52048696d029b04d2f12f
- sha256sums = 5180fad65717eca47134e8019ada8f8f5e755df59c854568af35d0d5395d11b0
+ sha256sums = c37708bc396f6dac397b49a6a268d5edb39e1c8296ca2337ce9e80bde04775cc
+ sha256sums = 3bd42653817aa67bc4202848628e9b01cd03356d588745734da6c54dad61ccd2
pkgname = mingw-w64-qt5-location
diff --git a/0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch b/0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
index cbe90c57c701..0c0e9a599bab 100644
--- a/0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
+++ b/0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
@@ -23,5 +23,5 @@ index 40605806..fa82a012 100644
plugin.json \
qmldir
--
-2.25.0
+2.26.0
diff --git a/PKGBUILD b/PKGBUILD
index 7f2483146cf1..3b03e9dc4175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,14 +13,14 @@
# Includes dynamic and static versions; if only one version is requried, just
# set $NO_STATIC_LIBS or $NO_SHARED_LIBS.
-# Skip building mapboxgl as it increases compile time significantly and
-# likely not a lot of people actually using it; if you need it, just remove the
-# following line:
-_additional_qmake_args+='QT.global.disabled_features+=geoservices_mapboxgl'
+# Skip building mapbox and mapboxgl; that decreases the compile time significantly and
+# likely not a lot of people actually using it; if you need it, just remove the corresponding
+# qmake flags:
+_additional_qmake_args+='-- -no-feature-geoservices_mapbox -no-feature-geoservices_mapboxgl'
_qt_module=qtlocation
pkgname=mingw-w64-qt5-location
-pkgver=5.14.1
+pkgver=5.14.2
pkgrel=1
arch=('any')
pkgdesc='Provides access to position, satellite and area monitoring classes (mingw-w64)'
@@ -33,8 +33,8 @@ url='https://www.qt.io/'
_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
'0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch')
-sha256sums=('a0dd1712a5b7a0425b57d17318294b6f7e968c4b81d52048696d029b04d2f12f'
- '5180fad65717eca47134e8019ada8f8f5e755df59c854568af35d0d5395d11b0')
+sha256sums=('c37708bc396f6dac397b49a6a268d5edb39e1c8296ca2337ce9e80bde04775cc'
+ '3bd42653817aa67bc4202848628e9b01cd03356d588745734da6c54dad61ccd2')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index e929358a005b..52eb15ddbc79 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -5,14 +5,14 @@
% end
\
% content_for comment_header => begin
-# Skip building mapboxgl as it increases compile time significantly and
-# likely not a lot of people actually using it; if you need it, just remove the
-# following line:
-_additional_qmake_args+='QT.global.disabled_features+=geoservices_mapboxgl'
+# Skip building mapbox and mapboxgl; that decreases the compile time significantly and
+# likely not a lot of people actually using it; if you need it, just remove the corresponding
+# qmake flags:
+_additional_qmake_args+='-- -no-feature-geoservices_mapbox -no-feature-geoservices_mapboxgl'
% end
\
-pkgver=5.14.1
+pkgver=5.14.2
pkgrel=1
arch=('any')
pkgdesc='Provides access to position, satellite and area monitoring classes (mingw-w64)'
diff --git a/qtlocation-sha256.txt b/qtlocation-sha256.txt
index d181d816f410..b7b7b65bc6a3 100644
--- a/qtlocation-sha256.txt
+++ b/qtlocation-sha256.txt
@@ -1 +1 @@
-a0dd1712a5b7a0425b57d17318294b6f7e968c4b81d52048696d029b04d2f12f
+c37708bc396f6dac397b49a6a268d5edb39e1c8296ca2337ce9e80bde04775cc