summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-02-05 21:22:16 +0100
committerMartchus2019-02-05 21:22:16 +0100
commit0d9e959dc15b4925aa63e98ec9507340ee2c972c (patch)
tree2bb544c607c1fb6b7df62bde6d2e00083b564cb2
parenta0694ae769a89e7dda667d0c7f9548ceaf2b7cc5 (diff)
downloadaur-0d9e959dc15b4925aa63e98ec9507340ee2c972c.tar.gz
Update to 5.12.1
-rw-r--r--.SRCINFO14
-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
-rw-r--r--[-rwxr-xr-x]PKGBUILD12
5 files changed, 19 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 234e343f8989..7a5c20e94f41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-qt5-declarative
pkgdesc = Classes for QML and JavaScript languages (mingw-w64)
- pkgver = 5.12.0
- pkgrel = 2
+ pkgver = 5.12.1
+ pkgrel = 1
url = https://www.qt.io/
arch = i686
arch = x86_64
@@ -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.0/submodules/qtdeclarative-everywhere-src-5.12.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qtdeclarative-everywhere-src-5.12.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 = 4ffd58102b5714ae058f91cc31511f1c928978f77f01652beb9ce2352a4c227b
- sha256sums = 2d7d6a17b76deac8761fc1a9f2792b727dde2489567e32e974e109c95e13d88a
- sha256sums = 04b397535c09bfd23b4c85d4b27084d2eaba5daa0e06d027611f67be6bd79e20
- sha256sums = f1edd14697cacd6e6bebb8060d93e4ccc96fd0ff7b1c6c0ba07842878a20e9e3
+ sha256sums = a384a734d94f28a98aa74e076d50fa6b9724af83526feb6c371945545d8cb409
+ sha256sums = e7e8c7d227e1be988c17c836b8620c7c3fb88fd28b40d34fc8f3be5e702cdcf0
+ sha256sums = 479116791ba898c7ae6968221a1211abd487ab41500c5b975c99afa14fd1d20e
+ sha256sums = 3cc1eabee1d0df1810f231bd5104d22d7b97fd2e7569da711e83741236421f52
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 55da79d8a21d..c628c8658741 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 9790dd08de71b65598da3b0972b522e4ef6ba5d5 Mon Sep 17 00:00:00 2001
+From 51631260ef9c2b4167827c0fe595bee0b25873ab 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.19.2
+2.20.1
diff --git a/0002-Ensure-static-plugins-are-exported.patch b/0002-Ensure-static-plugins-are-exported.patch
index 601af5383781..62100ea6380d 100644
--- a/0002-Ensure-static-plugins-are-exported.patch
+++ b/0002-Ensure-static-plugins-are-exported.patch
@@ -1,4 +1,4 @@
-From 3dd645e6d2c9b68df74f78ec62339a744333c438 Mon Sep 17 00:00:00 2001
+From ec275db21807dcbea460303530c225bbffed1486 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.19.2
+2.20.1
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 4df328a9629c..3684d91a8372 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 1a8c381d6e36a0b0525926e3bbfa87b863cbbc5c Mon Sep 17 00:00:00 2001
+From 7cf7bef5622f7f9995cc8da057b3d58476241e17 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.19.2
+2.20.1
diff --git a/PKGBUILD b/PKGBUILD
index f539e27e6fa1..4dc194eefbf0 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@
_qt_module=qtdeclarative
pkgname=mingw-w64-qt5-declarative
-pkgver=5.12.0
-pkgrel=2
+pkgver=5.12.1
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Classes for QML and JavaScript languages (mingw-w64)'
depends=('mingw-w64-qt5-base')
@@ -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=('4ffd58102b5714ae058f91cc31511f1c928978f77f01652beb9ce2352a4c227b'
- '2d7d6a17b76deac8761fc1a9f2792b727dde2489567e32e974e109c95e13d88a'
- '04b397535c09bfd23b4c85d4b27084d2eaba5daa0e06d027611f67be6bd79e20'
- 'f1edd14697cacd6e6bebb8060d93e4ccc96fd0ff7b1c6c0ba07842878a20e9e3')
+sha256sums=('a384a734d94f28a98aa74e076d50fa6b9724af83526feb6c371945545d8cb409'
+ 'e7e8c7d227e1be988c17c836b8620c7c3fb88fd28b40d34fc8f3be5e702cdcf0'
+ '479116791ba898c7ae6968221a1211abd487ab41500c5b975c99afa14fd1d20e'
+ '3cc1eabee1d0df1810f231bd5104d22d7b97fd2e7569da711e83741236421f52')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \