summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-09-10 20:51:47 +0200
committerMartchus2022-09-10 20:51:47 +0200
commitcd08e1fe2440ac849c73b4071c10610dd794cbe9 (patch)
tree9a1c5310f7f16388787cdec83f488feecff8cc71
parentce6b77c06d0ab4d3dc1e08e74f0985212d9e9748 (diff)
downloadaur-cd08e1fe2440ac849c73b4071c10610dd794cbe9.tar.gz
Rebase against Qt 5.15.6
-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
-rwxr-xr-xPKGBUILD12
5 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c5d020ab2bd..48d4ccb45945 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-declarative-static
pkgdesc = Classes for QML and JavaScript languages (mingw-w64)
- pkgver = 5.15.4+kde+r17
+ pkgver = 5.15.6+kde+r19
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -19,13 +19,13 @@ pkgbase = mingw-w64-qt5-declarative-static
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qtdeclarative#commit=51efb2ed2f071beda188270a23ac450fe4b318f7
+ source = git+https://invent.kde.org/qt/qt/qtdeclarative#commit=e1ecf1c4e09b2f1d04f94971771019e59a50679f
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 = a27f544db7c19991ef1ba785b3faaa159f71e035c05009467155c59ffcee95d7
- sha256sums = da409a2ce953a69545cf27294d4de042bd66fda42c9442a0922192b452321a83
- sha256sums = 142eb48c75dcd6b707550bf978b8f4125ea8ef2333fc6dd6b50e7de43f6eecd3
+ sha256sums = 93ca828371ec1ca99cf94c0f57a6558ee362190120dc009146aff0c4d9afea8a
+ sha256sums = 382e8325139c465a9b687d6b40c2b81e74258fbf30e8feacb19cb80372ca0b86
+ sha256sums = 560e481e059960d957a5ed6e9b0a96c5a62b1ca0198203dbe490a454b9ee2608
pkgname = mingw-w64-qt5-declarative-static
diff --git a/0001-Ensure-static-plugins-are-exported.patch b/0001-Ensure-static-plugins-are-exported.patch
index 8df9d2973c8f..8b6fde597ce5 100644
--- a/0001-Ensure-static-plugins-are-exported.patch
+++ b/0001-Ensure-static-plugins-are-exported.patch
@@ -1,4 +1,4 @@
-From e6e8b269ace9857c3ca487201bbd3566cd6f39a6 Mon Sep 17 00:00:00 2001
+From 83e49e77be2f909caab679b3b26f3f63d5f410ad 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.36.1
+2.37.3
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 1c9bf5a89010..b0b8befe2ca8 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 7177e5dad754a9266d2dd8a6d4485e5fc35437d9 Mon Sep 17 00:00:00 2001
+From 228400565e48d53d0b6c0b79a29484af5e08adc2 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.36.1
+2.37.3
diff --git a/0003-Disable-d3d12-requiring-fxc.exe.patch b/0003-Disable-d3d12-requiring-fxc.exe.patch
index 5eda25d3ad62..1ee754fdc02f 100644
--- a/0003-Disable-d3d12-requiring-fxc.exe.patch
+++ b/0003-Disable-d3d12-requiring-fxc.exe.patch
@@ -1,4 +1,4 @@
-From dfb96194f58dd199ade22c34fcdd9b93c53d4739 Mon Sep 17 00:00:00 2001
+From 0445f6c4f3755318c39bb5207031f230bdbb270b 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.36.1
+2.37.3
diff --git a/PKGBUILD b/PKGBUILD
index 6db1c6590fa3..b2ffb271a900 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,16 +14,16 @@
_qt_module=qtdeclarative
pkgname=mingw-w64-qt5-declarative-static
-pkgver=5.15.4
+pkgver=5.15.6
pkgrel=1
arch=('any')
pkgdesc='Classes for QML and JavaScript languages (mingw-w64)'
depends=('mingw-w64-qt5-base-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-vulkan-headers' 'mingw-w64-pkg-config' 'python')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-_commit=51efb2ed2f071beda188270a23ac450fe4b318f7
+_commit=e1ecf1c4e09b2f1d04f94971771019e59a50679f
_basever=$pkgver
-pkgver+=+kde+r17
+pkgver+=+kde+r19
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')
@@ -34,9 +34,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'
- 'a27f544db7c19991ef1ba785b3faaa159f71e035c05009467155c59ffcee95d7'
- 'da409a2ce953a69545cf27294d4de042bd66fda42c9442a0922192b452321a83'
- '142eb48c75dcd6b707550bf978b8f4125ea8ef2333fc6dd6b50e7de43f6eecd3')
+ '93ca828371ec1ca99cf94c0f57a6558ee362190120dc009146aff0c4d9afea8a'
+ '382e8325139c465a9b687d6b40c2b81e74258fbf30e8feacb19cb80372ca0b86'
+ '560e481e059960d957a5ed6e9b0a96c5a62b1ca0198203dbe490a454b9ee2608')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'