summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--0001-Ensure-QML-dev-tools-is-built-as-static-library.patch4
-rw-r--r--0002-Ensure-static-plugins-are-exported.patch4
-rw-r--r--0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch4
-rwxr-xr-xPKGBUILD10
5 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08b130e9f1df..66b388730898 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.11.1
+ pkgver = 5.11.2
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -19,14 +19,14 @@ pkgbase = mingw-w64-qt5-declarative
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtdeclarative-everywhere-src-5.11.1.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.11/5.11.2/submodules/qtdeclarative-everywhere-src-5.11.2.tar.xz
source = 0001-Ensure-QML-dev-tools-is-built-as-static-library.patch
source = 0002-Ensure-static-plugins-are-exported.patch
source = 0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch
- sha256sums = 9ecf5ef6bf618fcb6719a4b22e3d9f9ce7623c2344667038171d5662624c4f3a
- sha256sums = 6f7ed7f76de78c1486478fd34830395be5e94f63cfad668187e84d5de8c60073
- sha256sums = 5a468edfc4c2af7f239695c793f8400598a6001ece5dbe37835eb55cc7d5661a
- sha256sums = 1455bd2f2896aef4f28892f446c25f9724a8c3440cd8829a7e173b3a0b516cb3
+ sha256sums = 220d86f8031e9d45f3c369c3fd517aaa4c5783ad62c843a21fa7cc3c0a36f2cd
+ sha256sums = 4544a494437fd73a17053738d38bbd857a081846ad2cd4db0047706961aa4cee
+ sha256sums = 4d5799f9cc322ba5379b3e7ec57ead3001e1dbd2bc6b9d225e6fb1d8a9b4cab6
+ sha256sums = e390fc1f78f9e752f6f41bd2f15a7470c6359b21954e08c9bfba89514f7a89d5
pkgname = mingw-w64-qt5-declarative
diff --git a/0001-Ensure-QML-dev-tools-is-built-as-static-library.patch b/0001-Ensure-QML-dev-tools-is-built-as-static-library.patch
index 1d41a55cd243..6387ef853b8f 100644
--- a/0001-Ensure-QML-dev-tools-is-built-as-static-library.patch
+++ b/0001-Ensure-QML-dev-tools-is-built-as-static-library.patch
@@ -1,4 +1,4 @@
-From 5ef2925b7bf0990e5a2c57558389f1c435de47bf Mon Sep 17 00:00:00 2001
+From 4c4238006e25d132cc51055c3d18f5d55528d843 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 25 Sep 2016 21:24:15 +0200
Subject: [PATCH 1/3] Ensure QML dev tools is built as static library
@@ -23,5 +23,5 @@ index 23b7cf651..d48a36059 100644
MODULE_INCNAME = QtQml
INCLUDEPATH += $$OUT_PWD/../qml
--
-2.18.0
+2.19.0
diff --git a/0002-Ensure-static-plugins-are-exported.patch b/0002-Ensure-static-plugins-are-exported.patch
index 002ed9245a52..98ba5dff2c49 100644
--- a/0002-Ensure-static-plugins-are-exported.patch
+++ b/0002-Ensure-static-plugins-are-exported.patch
@@ -1,4 +1,4 @@
-From e2ca84329d873c92c386bdf88782c1d6813e04bf Mon Sep 17 00:00:00 2001
+From 026bfb5c650fc8e4306dd70bfcc857f45b883b31 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 23 Oct 2016 01:18:13 +0200
Subject: [PATCH 2/3] Ensure static plugins are exported
@@ -18,5 +18,5 @@ index 9ddb9885c..9775d85e0 100644
foreach(_other_plugin ${_qt5qml_other_plugins})
include(${_other_plugin} OPTIONAL)
--
-2.18.0
+2.19.0
diff --git a/0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch b/0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch
index 6dd57780b079..e09ab0b49155 100644
--- a/0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch
+++ b/0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch
@@ -1,4 +1,4 @@
-From d664294abc056675d1f05d964424d18146a36059 Mon Sep 17 00:00:00 2001
+From ef8f7050ae1830fad4984c8fd4ffce858184118e Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sat, 4 Feb 2017 01:59:59 +0100
Subject: [PATCH 3/3] Prevent exporting QML parser symbols on static build
@@ -33,5 +33,5 @@ index 0e195994b..8aa451e9d 100644
# define QML_PARSER_EXPORT
# elif defined(QT_BUILD_QML_LIB)
--
-2.18.0
+2.19.0
diff --git a/PKGBUILD b/PKGBUILD
index f3ef75460f96..91c17a4a1d04 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
_qt_module=qtdeclarative
pkgname=mingw-w64-qt5-declarative
-pkgver=5.11.1
+pkgver=5.11.2
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Classes for QML and JavaScript languages (mingw-w64)'
@@ -27,10 +27,10 @@ source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/subm
'0001-Ensure-QML-dev-tools-is-built-as-static-library.patch'
'0002-Ensure-static-plugins-are-exported.patch'
'0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch')
-sha256sums=('9ecf5ef6bf618fcb6719a4b22e3d9f9ce7623c2344667038171d5662624c4f3a'
- '6f7ed7f76de78c1486478fd34830395be5e94f63cfad668187e84d5de8c60073'
- '5a468edfc4c2af7f239695c793f8400598a6001ece5dbe37835eb55cc7d5661a'
- '1455bd2f2896aef4f28892f446c25f9724a8c3440cd8829a7e173b3a0b516cb3')
+sha256sums=('220d86f8031e9d45f3c369c3fd517aaa4c5783ad62c843a21fa7cc3c0a36f2cd'
+ '4544a494437fd73a17053738d38bbd857a081846ad2cd4db0047706961aa4cee'
+ '4d5799f9cc322ba5379b3e7ec57ead3001e1dbd2bc6b9d225e6fb1d8a9b4cab6'
+ 'e390fc1f78f9e752f6f41bd2f15a7470c6359b21954e08c9bfba89514f7a89d5')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \