summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-07-06 23:13:09 +0200
committerMartchus2017-07-06 23:13:09 +0200
commit3611b8a11fc9d13b64c6f040dd41aaf0deb4df58 (patch)
tree804af81386aa4a580bb398c5c3fd03eb9fbee251
parent0353c33159e94d7671c3ae3785a829bb65ed2941 (diff)
downloadaur-3611b8a11fc9d13b64c6f040dd41aaf0deb4df58.tar.gz
Update to 5.9.1
-rw-r--r--.SRCINFO14
-rw-r--r--0001-Build-QML-dev-tools-as-shared-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-xPKGBUILD12
5 files changed, 19 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1158469c2f22..2a211e0908e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 8 19:42:42 UTC 2017
+# Thu Jul 6 21:13:09 UTC 2017
pkgbase = mingw-w64-qt5-declarative
pkgdesc = Classes for QML and JavaScript languages (mingw-w64)
- pkgver = 5.9.0
+ pkgver = 5.9.1
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -21,14 +21,14 @@ pkgbase = mingw-w64-qt5-declarative
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtdeclarative-opensource-src-5.9.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.9/5.9.1/submodules/qtdeclarative-opensource-src-5.9.1.tar.xz
source = 0001-Build-QML-dev-tools-as-shared-library.patch
source = 0002-Ensure-static-plugins-are-exported.patch
source = 0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch
- sha256sums = 3c9b72098f952155e943c4890c67f9a7dd81737ff69b482a401a2b2af0f93ebd
- sha256sums = ff9799217cfa4f0a1abac8c91680f1df45e04f5519e3cbd01be9cb3586ba89b4
- sha256sums = 1b7795c7faf53e9a8125a74787949b42ca8b6c0e6466c40e4ab5116c1186a5ec
- sha256sums = 2afae3fea54f46ecca6719ab81c59cd3bf9a9207e03c3026f376ede456aa054e
+ sha256sums = d2fe6c9c1a9f19af6e96553c6d75366ab8f397bc232acd67d31476955fee94ff
+ sha256sums = 8fa21b0a800c998cd6789652646280b4d91bf8733b92886ffcf98afe05709e84
+ sha256sums = d93731901616f494b5474cf78ec938c4c7e9e79a088457275b97f1f65cc82fe3
+ sha256sums = bb3e8cf9783d20e4ac3b9a5a16bfbfebcc27702765ea42848c6dd2dcfc00da7c
pkgname = mingw-w64-qt5-declarative
diff --git a/0001-Build-QML-dev-tools-as-shared-library.patch b/0001-Build-QML-dev-tools-as-shared-library.patch
index 33e535da6a9a..3cace021fec2 100644
--- a/0001-Build-QML-dev-tools-as-shared-library.patch
+++ b/0001-Build-QML-dev-tools-as-shared-library.patch
@@ -1,4 +1,4 @@
-From 40a42fb5a19193cf6b4610ae753135f5fe855967 Mon Sep 17 00:00:00 2001
+From 46e617adb37f99121639ee8047b203dea3857bd8 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] Build QML dev tools as shared library
@@ -23,5 +23,5 @@ index a21988b91..fc5c4d05d 100644
MODULE_INCNAME = QtQml
--
-2.13.0
+2.13.2
diff --git a/0002-Ensure-static-plugins-are-exported.patch b/0002-Ensure-static-plugins-are-exported.patch
index 088cb8eeee5c..1f199c061074 100644
--- a/0002-Ensure-static-plugins-are-exported.patch
+++ b/0002-Ensure-static-plugins-are-exported.patch
@@ -1,4 +1,4 @@
-From b2d3ca2ecd3a9ea852655b2d117636ba54e5854d Mon Sep 17 00:00:00 2001
+From d974e620811a07888c0205d5ca7940c6d1f9be5b 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.13.0
+2.13.2
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 3356c889d06a..d1bd0b185dd8 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 b4536a7f6e229d3d0309e65a71d0ccb93db8bc6e Mon Sep 17 00:00:00 2001
+From 6a34e383816f0ef74241980e7d712fd51974b40d 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.13.0
+2.13.2
diff --git a/PKGBUILD b/PKGBUILD
index 611e2998a25b..e37539e2b3c7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
_qt_module=qtdeclarative
pkgname=mingw-w64-qt5-declarative
-pkgver=5.9.0
+pkgver=5.9.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:0:3}/${pkgver}/sub
'0001-Build-QML-dev-tools-as-shared-library.patch'
'0002-Ensure-static-plugins-are-exported.patch'
'0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch')
-sha256sums=('3c9b72098f952155e943c4890c67f9a7dd81737ff69b482a401a2b2af0f93ebd'
- 'ff9799217cfa4f0a1abac8c91680f1df45e04f5519e3cbd01be9cb3586ba89b4'
- '1b7795c7faf53e9a8125a74787949b42ca8b6c0e6466c40e4ab5116c1186a5ec'
- '2afae3fea54f46ecca6719ab81c59cd3bf9a9207e03c3026f376ede456aa054e')
+sha256sums=('d2fe6c9c1a9f19af6e96553c6d75366ab8f397bc232acd67d31476955fee94ff'
+ '8fa21b0a800c998cd6789652646280b4d91bf8733b92886ffcf98afe05709e84'
+ 'd93731901616f494b5474cf78ec938c4c7e9e79a088457275b97f1f65cc82fe3'
+ 'bb3e8cf9783d20e4ac3b9a5a16bfbfebcc27702765ea42848c6dd2dcfc00da7c')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \
@@ -38,7 +38,7 @@ _architectures='i686-w64-mingw32 x86_64-w64-mingw32'
optdepends+=('mingw-w64-qt5-base-static: use of static libraries') \
_configurations+=('CONFIG+=static')
[[ $NO_SHARED_LIBS ]] || \
- _configurations+=('CONFIG+=shared')
+ _configurations+=('CONFIG+=actually_a_shared_build CONFIG+=shared')
prepare() {
cd "${srcdir}/${_pkgfqn}"