summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-12-24 22:48:08 +0100
committerMartchus2019-12-24 22:48:08 +0100
commit03b20eb435df2e41f4fe5b2ef1cf96d5fc1089c8 (patch)
treea1906127b074881c83f5d26ed5e59681334d9a9d
parent50212b8c59afea37761c0d1e43a0a9cf3cc7a4e3 (diff)
downloadaur-03b20eb435df2e41f4fe5b2ef1cf96d5fc1089c8.tar.gz
Update to 5.14.0
-rw-r--r--.SRCINFO11
-rw-r--r--0001-Ensure-static-plugins-are-exported.patch4
-rw-r--r--0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch4
-rwxr-xr-xPKGBUILD10
4 files changed, 15 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b12cc732622..4f361e5be809 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.13.2
+ pkgver = 5.14.0
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -11,6 +11,7 @@ pkgbase = mingw-w64-qt5-declarative
license = FDL
license = custom
makedepends = mingw-w64-gcc
+ makedepends = mingw-w64-vulkan-headers
makedepends = mingw-w64-pkg-config
makedepends = python
makedepends = mingw-w64-qt5-base-static
@@ -19,12 +20,12 @@ pkgbase = mingw-w64-qt5-declarative
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.13/5.13.2/submodules/qtdeclarative-everywhere-src-5.13.2.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.14/5.14.0/submodules/qtdeclarative-everywhere-src-5.14.0.tar.xz
source = 0001-Ensure-static-plugins-are-exported.patch
source = 0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch
- sha256sums = d9a524f45fe9e136cda2252f9d7013ec17046d907e3f39606db920987c22d1fd
- sha256sums = 7598c3a4d1a9a7f1011a99bf0f5d44a81b9105a58d3a36d2de032895510daaec
- sha256sums = 71dc00aae7ae79496a00c3f73b6cc941ae5d3371bcd0b64e2cdd8c0570149b73
+ sha256sums = bbf11ee33d6f0d6bd6c4dc641d4f2aafbc7c6cd3b421a658955302d441dc9d8e
+ sha256sums = 23ef13e6155bdc06429f6dff97b37f26cab389594eea62a40365c1304ef57629
+ sha256sums = 71dc45ee6a81cf3b612f83942283f5514c19d66a76736cb6bd84db58e6f82322
pkgname = mingw-w64-qt5-declarative
diff --git a/0001-Ensure-static-plugins-are-exported.patch b/0001-Ensure-static-plugins-are-exported.patch
index 117d8043e927..e906511d13a4 100644
--- a/0001-Ensure-static-plugins-are-exported.patch
+++ b/0001-Ensure-static-plugins-are-exported.patch
@@ -1,4 +1,4 @@
-From f057e92a0d06ac58c2d6f9aba3e5e2ca25bfde99 Mon Sep 17 00:00:00 2001
+From 7ac9c6ee8129947658d5dc059cb388fb9c76898f Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 23 Oct 2016 01:18:13 +0200
Subject: [PATCH 1/2] Ensure static plugins are exported
@@ -18,5 +18,5 @@ index 9ddb9885cd..9775d85e08 100644
foreach(_other_plugin ${_qt5qml_other_plugins})
include(${_other_plugin} OPTIONAL)
--
-2.24.0
+2.24.1
diff --git a/0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch b/0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch
index c21185b1c30c..067d374bcddf 100644
--- a/0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch
+++ b/0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch
@@ -1,4 +1,4 @@
-From cb01cbffca74fce91edac93e0d89cb267488f4eb Mon Sep 17 00:00:00 2001
+From 7d79006abc40f6ff48e50b20351942b53bf6c198 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sat, 4 Feb 2017 01:59:59 +0100
Subject: [PATCH 2/2] Prevent exporting QML parser symbols on static build
@@ -33,5 +33,5 @@ index bf8155c6ec..2bfa230bcc 100644
# define QML_PARSER_EXPORT
# elif defined(QT_BUILD_QML_LIB)
--
-2.24.0
+2.24.1
diff --git a/PKGBUILD b/PKGBUILD
index 2b57c7979bf5..a40623511a65 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,12 +12,12 @@
_qt_module=qtdeclarative
pkgname=mingw-w64-qt5-declarative
-pkgver=5.13.2
+pkgver=5.14.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Classes for QML and JavaScript languages (mingw-w64)'
depends=('mingw-w64-qt5-base')
-makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'python')
+makedepends=('mingw-w64-gcc' 'mingw-w64-vulkan-headers' 'mingw-w64-pkg-config' 'python')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -26,9 +26,9 @@ _pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
'0001-Ensure-static-plugins-are-exported.patch'
'0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch')
-sha256sums=('d9a524f45fe9e136cda2252f9d7013ec17046d907e3f39606db920987c22d1fd'
- '7598c3a4d1a9a7f1011a99bf0f5d44a81b9105a58d3a36d2de032895510daaec'
- '71dc00aae7ae79496a00c3f73b6cc941ae5d3371bcd0b64e2cdd8c0570149b73')
+sha256sums=('bbf11ee33d6f0d6bd6c4dc641d4f2aafbc7c6cd3b421a658955302d441dc9d8e'
+ '23ef13e6155bdc06429f6dff97b37f26cab389594eea62a40365c1304ef57629'
+ '71dc45ee6a81cf3b612f83942283f5514c19d66a76736cb6bd84db58e6f82322')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \