summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-06-25 14:47:59 +0200
committerMartchus2018-06-25 14:47:59 +0200
commit6a7fcd438d8eb88a6d4e74d9bffd792e3f65676f (patch)
treec3987c73bf295bfaaf454f037d1fce3d0d847b2d
parentbc6e63a4f82c4036dc54d672717dc3d8ce980238 (diff)
downloadaur-6a7fcd438d8eb88a6d4e74d9bffd792e3f65676f.tar.gz
Update to 5.11.1
-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-x[-rw-r--r--]PKGBUILD10
5 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9d8a0261e79..08b130e9f1df 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.0
+ pkgver = 5.11.1
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.0/submodules/qtdeclarative-everywhere-src-5.11.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtdeclarative-everywhere-src-5.11.1.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 = eea9378b17b1c16d3b5235629b9128349bf98cba7d9c61122653d976b25f57c0
- sha256sums = 95bf80aa39a9705d84d3cfe73b5de0540f2aa5853645f170d47cfa7ef8bd0074
- sha256sums = 182808bb60fcef2397e2e2476d1a86a43945f89cf653b58f2a6b6bf82e8cfe1e
- sha256sums = b629fa778ef275f07eb3cf224c0584813bd1825e005823307e0690ad4c8e1326
+ sha256sums = 9ecf5ef6bf618fcb6719a4b22e3d9f9ce7623c2344667038171d5662624c4f3a
+ sha256sums = 6f7ed7f76de78c1486478fd34830395be5e94f63cfad668187e84d5de8c60073
+ sha256sums = 5a468edfc4c2af7f239695c793f8400598a6001ece5dbe37835eb55cc7d5661a
+ sha256sums = 1455bd2f2896aef4f28892f446c25f9724a8c3440cd8829a7e173b3a0b516cb3
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 8949f198b599..1d41a55cd243 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 8cfa15af4358dc4043e19b8bd06bc2ddcfaca9fa Mon Sep 17 00:00:00 2001
+From 5ef2925b7bf0990e5a2c57558389f1c435de47bf 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.17.0
+2.18.0
diff --git a/0002-Ensure-static-plugins-are-exported.patch b/0002-Ensure-static-plugins-are-exported.patch
index 026f2c842e9f..002ed9245a52 100644
--- a/0002-Ensure-static-plugins-are-exported.patch
+++ b/0002-Ensure-static-plugins-are-exported.patch
@@ -1,4 +1,4 @@
-From e0a3f49cfd64490cc03c8d5e25555b06ce581a19 Mon Sep 17 00:00:00 2001
+From e2ca84329d873c92c386bdf88782c1d6813e04bf 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.17.0
+2.18.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 c657f35296a9..6dd57780b079 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 327b82f8a5658eef45bf3bed0709e0566ab4f7f5 Mon Sep 17 00:00:00 2001
+From d664294abc056675d1f05d964424d18146a36059 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.17.0
+2.18.0
diff --git a/PKGBUILD b/PKGBUILD
index a5a885bd68f1..f3ef75460f96 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
_qt_module=qtdeclarative
pkgname=mingw-w64-qt5-declarative
-pkgver=5.11.0
+pkgver=5.11.1
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=('eea9378b17b1c16d3b5235629b9128349bf98cba7d9c61122653d976b25f57c0'
- '95bf80aa39a9705d84d3cfe73b5de0540f2aa5853645f170d47cfa7ef8bd0074'
- '182808bb60fcef2397e2e2476d1a86a43945f89cf653b58f2a6b6bf82e8cfe1e'
- 'b629fa778ef275f07eb3cf224c0584813bd1825e005823307e0690ad4c8e1326')
+sha256sums=('9ecf5ef6bf618fcb6719a4b22e3d9f9ce7623c2344667038171d5662624c4f3a'
+ '6f7ed7f76de78c1486478fd34830395be5e94f63cfad668187e84d5de8c60073'
+ '5a468edfc4c2af7f239695c793f8400598a6001ece5dbe37835eb55cc7d5661a'
+ '1455bd2f2896aef4f28892f446c25f9724a8c3440cd8829a7e173b3a0b516cb3')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \