summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-11-09 23:10:53 +0100
committerMartchus2019-11-09 23:10:53 +0100
commit50212b8c59afea37761c0d1e43a0a9cf3cc7a4e3 (patch)
tree88db03dd8f017ed35f707a994a9bd8f36ce8dc3f
parent7855fd84a741437705c10cfe2b7e757683ef4d34 (diff)
downloadaur-50212b8c59afea37761c0d1e43a0a9cf3cc7a4e3.tar.gz
Update to 5.13.2
-rw-r--r--.SRCINFO10
-rw-r--r--0001-Ensure-static-plugins-are-exported.patch4
-rw-r--r--0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch4
-rwxr-xr-xPKGBUILD8
4 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1bdad359c6d..9b12cc732622 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-declarative
pkgdesc = Classes for QML and JavaScript languages (mingw-w64)
- pkgver = 5.13.1
+ pkgver = 5.13.2
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -19,12 +19,12 @@ pkgbase = mingw-w64-qt5-declarative
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.13/5.13.1/submodules/qtdeclarative-everywhere-src-5.13.1.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.2/submodules/qtdeclarative-everywhere-src-5.13.2.tar.xz
source = 0001-Ensure-static-plugins-are-exported.patch
source = 0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch
- sha256sums = ae3477401b13d6b31e8569629d3f73b3e81e27cec27595988ffd320eaec7f0e2
- sha256sums = 7aed56367a2446ffc00b05a23c354f8c45424011939f632a09c31654c9d26ec7
- sha256sums = 637a72c7394c19b31484f5ea21e7245c3879843d4ca413e3b2ae20e945ac94b3
+ sha256sums = d9a524f45fe9e136cda2252f9d7013ec17046d907e3f39606db920987c22d1fd
+ sha256sums = 7598c3a4d1a9a7f1011a99bf0f5d44a81b9105a58d3a36d2de032895510daaec
+ sha256sums = 71dc00aae7ae79496a00c3f73b6cc941ae5d3371bcd0b64e2cdd8c0570149b73
pkgname = mingw-w64-qt5-declarative
diff --git a/0001-Ensure-static-plugins-are-exported.patch b/0001-Ensure-static-plugins-are-exported.patch
index 9386e7b5e3c9..117d8043e927 100644
--- a/0001-Ensure-static-plugins-are-exported.patch
+++ b/0001-Ensure-static-plugins-are-exported.patch
@@ -1,4 +1,4 @@
-From a4337bf1afe7ef5a230ed26f4304f975cccfda28 Mon Sep 17 00:00:00 2001
+From f057e92a0d06ac58c2d6f9aba3e5e2ca25bfde99 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 23 Oct 2016 01:18:13 +0200
Subject: [PATCH 1/2] Ensure static plugins are exported
@@ -18,5 +18,5 @@ index 9ddb9885cd..9775d85e08 100644
foreach(_other_plugin ${_qt5qml_other_plugins})
include(${_other_plugin} OPTIONAL)
--
-2.23.0
+2.24.0
diff --git a/0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch b/0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch
index 657909596e1f..c21185b1c30c 100644
--- a/0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch
+++ b/0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch
@@ -1,4 +1,4 @@
-From e660efbc2c0ae82da680d926d0e6a8325baf0aa3 Mon Sep 17 00:00:00 2001
+From cb01cbffca74fce91edac93e0d89cb267488f4eb Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sat, 4 Feb 2017 01:59:59 +0100
Subject: [PATCH 2/2] Prevent exporting QML parser symbols on static build
@@ -33,5 +33,5 @@ index bf8155c6ec..2bfa230bcc 100644
# define QML_PARSER_EXPORT
# elif defined(QT_BUILD_QML_LIB)
--
-2.23.0
+2.24.0
diff --git a/PKGBUILD b/PKGBUILD
index 7268d110385f..2b57c7979bf5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
_qt_module=qtdeclarative
pkgname=mingw-w64-qt5-declarative
-pkgver=5.13.1
+pkgver=5.13.2
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Classes for QML and JavaScript languages (mingw-w64)'
@@ -26,9 +26,9 @@ _pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
'0001-Ensure-static-plugins-are-exported.patch'
'0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch')
-sha256sums=('ae3477401b13d6b31e8569629d3f73b3e81e27cec27595988ffd320eaec7f0e2'
- '7aed56367a2446ffc00b05a23c354f8c45424011939f632a09c31654c9d26ec7'
- '637a72c7394c19b31484f5ea21e7245c3879843d4ca413e3b2ae20e945ac94b3')
+sha256sums=('d9a524f45fe9e136cda2252f9d7013ec17046d907e3f39606db920987c22d1fd'
+ '7598c3a4d1a9a7f1011a99bf0f5d44a81b9105a58d3a36d2de032895510daaec'
+ '71dc00aae7ae79496a00c3f73b6cc941ae5d3371bcd0b64e2cdd8c0570149b73')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \