summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-09-09 20:28:46 +0200
committerMartchus2019-09-09 20:28:46 +0200
commit1dcb1970b4c3949b484b7f4ced4e82a0b87f7d3f (patch)
treeebddfe17d23367d493f468d498996ee11b15fb1a
parent426b44da154bcaf13bc36ce926813bb211c38a88 (diff)
downloadaur-1dcb1970b4c3949b484b7f4ced4e82a0b87f7d3f.tar.gz
Update to 5.13.1
-rw-r--r--.SRCINFO8
-rw-r--r--0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch4
-rw-r--r--PKGBUILD9
3 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12319e78c895..7b7a2ff21966 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.13.0
+ pkgver = 5.13.1
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.13/5.13.0/submodules/qtlocation-everywhere-src-5.13.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.1/submodules/qtlocation-everywhere-src-5.13.1.tar.xz
source = 0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
- sha256sums = 205a47d259841b3879c59d3054d8b1098d3b0e7b45c64ad327daedefb4421414
- sha256sums = 9a6f99066138a990213565d8debfd3724c9c25110bbd65d4bb2c31db575989a7
+ sha256sums = 16bd4d64b12fc3f8276fe37985f2b0f5443317c882937ab5e0b583a3a9eed298
+ sha256sums = d9853eef3735366b1f11716023391dfb558705a41120c0bc1c22652e19493eaf
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 11defbfd2680..defbfebcc510 100644
--- a/0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
+++ b/0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
@@ -1,4 +1,4 @@
-From 714af476225bd05fda0693e9786774a7ca2aa733 Mon Sep 17 00:00:00 2001
+From 6ab74f5ec78011406d15c9676e48595673dedbd5 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Thu, 22 Dec 2016 22:30:59 +0100
Subject: [PATCH] Ensure static 3rdparty libs are linked correctly
@@ -23,5 +23,5 @@ index dec1149b..ad57a5c5 100644
plugin.json \
qmldir
--
-2.22.0
+2.23.0
diff --git a/PKGBUILD b/PKGBUILD
index b351c9423b15..4a0bc0257eab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _mapboxcfg='QT.global.disabled_features+=geoservices_mapboxgl'
_qt_module=qtlocation
pkgname=mingw-w64-qt5-location
-pkgver=5.13.0
+pkgver=5.13.1
pkgrel=1
arch=('any')
pkgdesc='Provides access to position, satellite and area monitoring classes (mingw-w64)'
@@ -27,8 +27,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=('205a47d259841b3879c59d3054d8b1098d3b0e7b45c64ad327daedefb4421414'
- '9a6f99066138a990213565d8debfd3724c9c25110bbd65d4bb2c31db575989a7')
+sha256sums=('16bd4d64b12fc3f8276fe37985f2b0f5443317c882937ab5e0b583a3a9eed298'
+ 'd9853eef3735366b1f11716023391dfb558705a41120c0bc1c22652e19493eaf')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \
@@ -92,6 +92,9 @@ package() {
done
fi
+ # remove '.static.prl' files
+ find "${pkgdir}/usr/${_arch}" -name '.static.prl' -delete
+
find "${pkgdir}/usr/${_arch}/lib" -maxdepth 1 -name '*.dll' -delete
[ "$NO_STATIC_EXECUTABLES" -a "${_config##*=}" = static -o "$NO_EXECUTABLES" ] && \
find "${pkgdir}/usr/${_arch}" -name '*.exe' -delete || \