summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-01-02 22:09:32 +0100
committerMartchus2022-01-02 22:09:32 +0100
commitfcad470d5cfe573f3160f9ccac5efe63a8522a5e (patch)
tree9f730ea498697db1dc9996d227074ab48f92d6c2
parent5ba8f4122dc02e18e37796859704726ee2ff4857 (diff)
downloadaur-fcad470d5cfe573f3160f9ccac5efe63a8522a5e.tar.gz
Update version
-rw-r--r--.SRCINFO10
-rw-r--r--0001-Ensure-static-plugins-are-exported.patch4
-rw-r--r--0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch4
-rw-r--r--0003-Disable-d3d12-requiring-fxc.exe.patch4
-rw-r--r--PKGBUILD10
5 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 369413c1f42d..366a6f789454 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.15.2+kde+r26
+ pkgver = 5.15.2+kde+r42
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -19,13 +19,13 @@ pkgbase = mingw-w64-qt5-declarative
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qtdeclarative#commit=4f08a2da5b0da675cf6a75683a43a106f5a1e7b8
+ source = git+https://invent.kde.org/qt/qt/qtdeclarative#commit=8aa1164f1bb6a5dfb5527bcfbf128ab6f2c73ed4
source = 0001-Ensure-static-plugins-are-exported.patch
source = 0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch
source = 0003-Disable-d3d12-requiring-fxc.exe.patch
sha256sums = SKIP
- sha256sums = 05e6f881e3c327025bb7693b3622652e37cc0acd1a4c4efebbb8b39d0391e568
- sha256sums = 451dd25d86f64c641048eda8a6ab7f74c0ffcf99436ca32b149f96e44060a119
- sha256sums = bc4b056d159920124bd007086a791d657b41ec4d22213fd59200524c386400ab
+ sha256sums = 70473beee156c9c2a5b3a0f60f18dc3b5662d818b999aad9c9273a5284b3be90
+ sha256sums = 15f121f1569d3fbb131d853ecf14d9e4f573ed94008131144f617ffaf81ae9a9
+ sha256sums = ac1ce1293a54cbfb8a9ffee43272346b8d71676f4cf93f2a1a00878fff47fd7a
pkgname = mingw-w64-qt5-declarative
diff --git a/0001-Ensure-static-plugins-are-exported.patch b/0001-Ensure-static-plugins-are-exported.patch
index c0b76679dac6..0e096dbc5849 100644
--- a/0001-Ensure-static-plugins-are-exported.patch
+++ b/0001-Ensure-static-plugins-are-exported.patch
@@ -1,4 +1,4 @@
-From 5b23d07532d7622129bdf5093b80d24fd0e72cbe Mon Sep 17 00:00:00 2001
+From d84477262d512fad230ad098d8ca33306ad3d047 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 23 Oct 2016 01:18:13 +0200
Subject: [PATCH 1/3] Ensure static plugins are exported
@@ -19,5 +19,5 @@ index 4242143bca..bccb7b3146 100644
foreach(_other_plugin ${_qt5qml_other_plugins})
include(${_other_plugin} OPTIONAL)
--
-2.31.1
+2.34.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 a64dff92d43a..b47915fc9e9b 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 3ff37757918247a848198d205d03b8a1f0760b48 Mon Sep 17 00:00:00 2001
+From 8b9f3277047ae6a69ee89766414ed3e03f4d10b3 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sat, 4 Feb 2017 01:59:59 +0100
Subject: [PATCH 2/3] 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.31.1
+2.34.1
diff --git a/0003-Disable-d3d12-requiring-fxc.exe.patch b/0003-Disable-d3d12-requiring-fxc.exe.patch
index a7bffb55f6f8..d68f68b07fdb 100644
--- a/0003-Disable-d3d12-requiring-fxc.exe.patch
+++ b/0003-Disable-d3d12-requiring-fxc.exe.patch
@@ -1,4 +1,4 @@
-From c08f46e4b43ae0635df976fa0933f499e141b168 Mon Sep 17 00:00:00 2001
+From e2f490c9a1caa3618c983d111dae33a618ee04b8 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Fri, 20 Nov 2020 18:32:31 +0100
Subject: [PATCH 3/3] Disable d3d12 requiring fxc.exe
@@ -29,5 +29,5 @@ index 39c0c0815c..9cc521a191 100644
qtConfig(openvg): SUBDIRS += openvg
--
-2.31.1
+2.34.1
diff --git a/PKGBUILD b/PKGBUILD
index 03c23535550c..2558ebc66a29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,8 +21,8 @@ pkgdesc='Classes for QML and JavaScript languages (mingw-w64)'
depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc' 'mingw-w64-vulkan-headers' 'mingw-w64-pkg-config' 'python')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-_commit=4f08a2da5b0da675cf6a75683a43a106f5a1e7b8
-pkgver+=+kde+r26
+_commit=8aa1164f1bb6a5dfb5527bcfbf128ab6f2c73ed4
+pkgver+=+kde+r42
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')
@@ -33,9 +33,9 @@ source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
'0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch'
'0003-Disable-d3d12-requiring-fxc.exe.patch')
sha256sums=('SKIP'
- '05e6f881e3c327025bb7693b3622652e37cc0acd1a4c4efebbb8b39d0391e568'
- '451dd25d86f64c641048eda8a6ab7f74c0ffcf99436ca32b149f96e44060a119'
- 'bc4b056d159920124bd007086a791d657b41ec4d22213fd59200524c386400ab')
+ '70473beee156c9c2a5b3a0f60f18dc3b5662d818b999aad9c9273a5284b3be90'
+ '15f121f1569d3fbb131d853ecf14d9e4f573ed94008131144f617ffaf81ae9a9'
+ 'ac1ce1293a54cbfb8a9ffee43272346b8d71676f4cf93f2a1a00878fff47fd7a')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'