summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-07-06 23:13:10 +0200
committerMartchus2017-07-06 23:13:10 +0200
commit049883271c998688a76a18b58876b39556af90bc (patch)
tree0cbf7bb7e4194213b1d5b1a0b99e3054d9751a9f
parentbac356d2da2ac82c8afbc6305b5c47c7595df167 (diff)
downloadaur-049883271c998688a76a18b58876b39556af90bc.tar.gz
Update to 5.9.1
-rw-r--r--.SRCINFO12
-rw-r--r--0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch4
-rw-r--r--0002-Enforce-use-of-ANGLE-in-Mapbox-GL-plugin.patch4
-rw-r--r--PKGBUILD10
4 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64a41c9c803c..9395d02ce60a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 8 19:42:43 UTC 2017
+# Thu Jul 6 21:13:10 UTC 2017
pkgbase = mingw-w64-qt5-location
pkgdesc = Provides access to position, satellite and area monitoring classes (mingw-w64)
- pkgver = 5.9.0
+ pkgver = 5.9.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -22,12 +22,12 @@ pkgbase = mingw-w64-qt5-location
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtlocation-opensource-src-5.9.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.9/5.9.1/submodules/qtlocation-opensource-src-5.9.1.tar.xz
source = 0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch
source = 0002-Enforce-use-of-ANGLE-in-Mapbox-GL-plugin.patch
- sha256sums = e3ee0ba44b1d3df4a958cdf9c9b70d8f41fd05d5f56580504d944679830f2af6
- sha256sums = 1e006906a649177edae0a9e4d712d90940771f929997a9ceeec920b497ffae49
- sha256sums = ff67ff7c940268b31abe0b3fadc71a50aa02821134ce440e13a4a6086e86ceac
+ sha256sums = 4bc43c1df69c5322f982588711d4a65f8408b71a36e43ba19b39d1aae87e1515
+ sha256sums = a25cb16e76921eb7f5a6d36f420d797716516036338bc3df8773fdd8525e0baa
+ sha256sums = ee4c4d8ede233cfe470dad61523b4474baafb234fe498e5e5a92d4fee7c4247b
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 5b17a2f03860..83b53be1872f 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 67ab2da0410246551b8972a7920ebea7595bf9e7 Mon Sep 17 00:00:00 2001
+From 57e160c2fd51d95d58d8841a5837e8fa340b81ec Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Thu, 22 Dec 2016 22:30:59 +0100
Subject: [PATCH 1/2] Ensure static 3rdparty libs are linked correctly
@@ -23,5 +23,5 @@ index dec1149b..ad57a5c5 100644
plugin.json \
qmldir
--
-2.13.0
+2.13.2
diff --git a/0002-Enforce-use-of-ANGLE-in-Mapbox-GL-plugin.patch b/0002-Enforce-use-of-ANGLE-in-Mapbox-GL-plugin.patch
index d7ac1ab4ca1d..e76fce8165a1 100644
--- a/0002-Enforce-use-of-ANGLE-in-Mapbox-GL-plugin.patch
+++ b/0002-Enforce-use-of-ANGLE-in-Mapbox-GL-plugin.patch
@@ -1,4 +1,4 @@
-From e3adbcbab4927d061607bdca92a93551a27605fe Mon Sep 17 00:00:00 2001
+From 1aaa451470d40b51317c2f3d889cfa19bad68747 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 4 Jun 2017 00:37:16 +0200
Subject: [PATCH 2/2] Enforce use of ANGLE in Mapbox GL plugin
@@ -30,5 +30,5 @@ index f35f26dc..2ff41608 100644
else: LIBS_PRIVATE += -l$${LIBEGL_NAME} -l$${LIBGLESV2_NAME}
}
--
-2.13.0
+2.13.2
diff --git a/PKGBUILD b/PKGBUILD
index 528fe5581c03..4f9099302f96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtlocation
pkgname=mingw-w64-qt5-location
-pkgver=5.9.0
+pkgver=5.9.1
pkgrel=1
arch=('any')
pkgdesc='Provides access to position, satellite and area monitoring classes (mingw-w64)'
@@ -24,9 +24,9 @@ _pkgfqn="${_qt_module}-opensource-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
'0001-Ensure-static-3rdparty-libs-are-linked-correctly.patch'
'0002-Enforce-use-of-ANGLE-in-Mapbox-GL-plugin.patch')
-sha256sums=('e3ee0ba44b1d3df4a958cdf9c9b70d8f41fd05d5f56580504d944679830f2af6'
- '1e006906a649177edae0a9e4d712d90940771f929997a9ceeec920b497ffae49'
- 'ff67ff7c940268b31abe0b3fadc71a50aa02821134ce440e13a4a6086e86ceac')
+sha256sums=('4bc43c1df69c5322f982588711d4a65f8408b71a36e43ba19b39d1aae87e1515'
+ 'a25cb16e76921eb7f5a6d36f420d797716516036338bc3df8773fdd8525e0baa'
+ 'ee4c4d8ede233cfe470dad61523b4474baafb234fe498e5e5a92d4fee7c4247b')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \
@@ -34,7 +34,7 @@ _architectures='i686-w64-mingw32 x86_64-w64-mingw32'
optdepends+=('mingw-w64-qt5-base-static: use of static libraries') \
_configurations+=('CONFIG+=static')
[[ $NO_SHARED_LIBS ]] || \
- _configurations+=('CONFIG+=shared')
+ _configurations+=('CONFIG+=actually_a_shared_build CONFIG+=shared')
prepare() {
cd "${srcdir}/${_pkgfqn}"