summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-23 17:30:26 +0200
committerMartchus2019-04-23 17:30:26 +0200
commit4919f3244e17b16b3987f20d07512a9ffe783218 (patch)
tree588cab1b8480d012671eac27736dab241e054fdf
parente43ee867c21579e337548bec163a6bb49404f576 (diff)
downloadaur-4919f3244e17b16b3987f20d07512a9ffe783218.tar.gz
Update to 5.12.3
-rw-r--r--.SRCINFO10
-rw-r--r--0001-Ensure-QML-dev-tools-is-built-as-static-library.patch2
-rw-r--r--0002-Ensure-static-plugins-are-exported.patch2
-rw-r--r--0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch2
-rw-r--r--[-rwxr-xr-x]PKGBUILD8
5 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d1591613b00..74ce6cef8005 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.2
+ pkgver = 5.12.3
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.2/submodules/qtdeclarative-everywhere-src-5.12.2.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtdeclarative-everywhere-src-5.12.3.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 = 470568745602e7fa21cdca42b1641162e4257cfeb7a2dcf8af24538c9516cc5b
- sha256sums = 1880f69559d8fd1947de64c43b706092fba2e99702a24586c4bd0785d1b09542
- sha256sums = a91e94966a0550b3b0df185f6aaec06eb0a012f7855f603dee5befd889efbc40
- sha256sums = 695397421de70a456e0231ed7a5542cb86bd0f67627d62de9b8209dce662c403
+ sha256sums = a21b730e650a9ebe3cdb72fccef909da783df3dc45fbd063e8c37f3618b3655d
+ sha256sums = b0c26b559483e740dae038d630b5994805642ef8673edacad7b244019c5b83ab
+ sha256sums = 747db2313fc5759c913ebb920b717c990361075622fff11d242843526ea75fa8
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 8543f32d2107..e591c85ce344 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 edcc561d4bc083ed0e084d94cc764d90fabe5e05 Mon Sep 17 00:00:00 2001
+From 5a03cad74e06b233dd926b22da4ca2ed7f3e40b3 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
diff --git a/0002-Ensure-static-plugins-are-exported.patch b/0002-Ensure-static-plugins-are-exported.patch
index fee12d791b13..f895070317af 100644
--- a/0002-Ensure-static-plugins-are-exported.patch
+++ b/0002-Ensure-static-plugins-are-exported.patch
@@ -1,4 +1,4 @@
-From 25d470f26ed0dd8390d7554f0a52a0bbd7a62efa Mon Sep 17 00:00:00 2001
+From a41cc5047fadb1a20779ca2094f8f9c51246f237 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
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 c3250b54bc42..3a00a8a80a2d 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 41520be651458402ce2c13c76a866d88aed1c680 Mon Sep 17 00:00:00 2001
+From a0055bc42f7b847d393732c4fb22618bdfac009e 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
diff --git a/PKGBUILD b/PKGBUILD
index 3b8af0c927e6..c469ee7aa980 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
_qt_module=qtdeclarative
pkgname=mingw-w64-qt5-declarative
-pkgver=5.12.2
+pkgver=5.12.3
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Classes for QML and JavaScript languages (mingw-w64)'
@@ -28,9 +28,9 @@ source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/subm
'0002-Ensure-static-plugins-are-exported.patch'
'0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch')
sha256sums=('470568745602e7fa21cdca42b1641162e4257cfeb7a2dcf8af24538c9516cc5b'
- '1880f69559d8fd1947de64c43b706092fba2e99702a24586c4bd0785d1b09542'
- 'a91e94966a0550b3b0df185f6aaec06eb0a012f7855f603dee5befd889efbc40'
- '695397421de70a456e0231ed7a5542cb86bd0f67627d62de9b8209dce662c403')
+ 'a21b730e650a9ebe3cdb72fccef909da783df3dc45fbd063e8c37f3618b3655d'
+ 'b0c26b559483e740dae038d630b5994805642ef8673edacad7b244019c5b83ab'
+ '747db2313fc5759c913ebb920b717c990361075622fff11d242843526ea75fa8')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \