summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-03-26 21:40:25 +0100
committerMartchus2019-03-26 21:40:25 +0100
commite43ee867c21579e337548bec163a6bb49404f576 (patch)
tree98e3411afd00091a62fa0834defb6c97fb105692
parent0d9e959dc15b4925aa63e98ec9507340ee2c972c (diff)
downloadaur-e43ee867c21579e337548bec163a6bb49404f576.tar.gz
Update to 5.12.2
-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 7a5c20e94f41..5d1591613b00 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.12.1
+ pkgver = 5.12.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.12/5.12.1/submodules/qtdeclarative-everywhere-src-5.12.1.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.2/submodules/qtdeclarative-everywhere-src-5.12.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 = a384a734d94f28a98aa74e076d50fa6b9724af83526feb6c371945545d8cb409
- sha256sums = e7e8c7d227e1be988c17c836b8620c7c3fb88fd28b40d34fc8f3be5e702cdcf0
- sha256sums = 479116791ba898c7ae6968221a1211abd487ab41500c5b975c99afa14fd1d20e
- sha256sums = 3cc1eabee1d0df1810f231bd5104d22d7b97fd2e7569da711e83741236421f52
+ sha256sums = 470568745602e7fa21cdca42b1641162e4257cfeb7a2dcf8af24538c9516cc5b
+ sha256sums = 1880f69559d8fd1947de64c43b706092fba2e99702a24586c4bd0785d1b09542
+ sha256sums = a91e94966a0550b3b0df185f6aaec06eb0a012f7855f603dee5befd889efbc40
+ sha256sums = 695397421de70a456e0231ed7a5542cb86bd0f67627d62de9b8209dce662c403
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 c628c8658741..8543f32d2107 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 51631260ef9c2b4167827c0fe595bee0b25873ab Mon Sep 17 00:00:00 2001
+From edcc561d4bc083ed0e084d94cc764d90fabe5e05 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 05aa6f66f..e73c0c23d 100644
MODULE_INCNAME = QtQml
INCLUDEPATH += $$OUT_PWD/../qml
--
-2.20.1
+2.21.0
diff --git a/0002-Ensure-static-plugins-are-exported.patch b/0002-Ensure-static-plugins-are-exported.patch
index 62100ea6380d..fee12d791b13 100644
--- a/0002-Ensure-static-plugins-are-exported.patch
+++ b/0002-Ensure-static-plugins-are-exported.patch
@@ -1,4 +1,4 @@
-From ec275db21807dcbea460303530c225bbffed1486 Mon Sep 17 00:00:00 2001
+From 25d470f26ed0dd8390d7554f0a52a0bbd7a62efa 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.20.1
+2.21.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 3684d91a8372..c3250b54bc42 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 7cf7bef5622f7f9995cc8da057b3d58476241e17 Mon Sep 17 00:00:00 2001
+From 41520be651458402ce2c13c76a866d88aed1c680 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.20.1
+2.21.0
diff --git a/PKGBUILD b/PKGBUILD
index 4dc194eefbf0..3b8af0c927e6 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
_qt_module=qtdeclarative
pkgname=mingw-w64-qt5-declarative
-pkgver=5.12.1
+pkgver=5.12.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=('a384a734d94f28a98aa74e076d50fa6b9724af83526feb6c371945545d8cb409'
- 'e7e8c7d227e1be988c17c836b8620c7c3fb88fd28b40d34fc8f3be5e702cdcf0'
- '479116791ba898c7ae6968221a1211abd487ab41500c5b975c99afa14fd1d20e'
- '3cc1eabee1d0df1810f231bd5104d22d7b97fd2e7569da711e83741236421f52')
+sha256sums=('470568745602e7fa21cdca42b1641162e4257cfeb7a2dcf8af24538c9516cc5b'
+ '1880f69559d8fd1947de64c43b706092fba2e99702a24586c4bd0785d1b09542'
+ 'a91e94966a0550b3b0df185f6aaec06eb0a012f7855f603dee5befd889efbc40'
+ '695397421de70a456e0231ed7a5542cb86bd0f67627d62de9b8209dce662c403')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \