summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-09-30 19:58:10 +0200
committerMartchus2023-09-30 19:58:10 +0200
commit83b184ce03dc461164e30bacbc528b2261d69632 (patch)
tree818ed24e573518321769988840f00f50d4ef3b07
parent89ee9d8f6e0e10110c131d5c024dd3ed6e309891 (diff)
downloadaur-83b184ce03dc461164e30bacbc528b2261d69632.tar.gz
Update to 6.5.3
-rw-r--r--.SRCINFO12
-rw-r--r--0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch6
-rw-r--r--0002-Build-tools-for-the-target-platform.patch4
-rw-r--r--0003-Fix-compile-error-about-missing-QStringView-overload.patch4
-rw-r--r--PKGBUILD10
-rw-r--r--qtactiveqt-sha256.txt2
6 files changed, 19 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c405bf82fa42..27ddf9e33b89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt6-activeqt-static
pkgdesc = ActiveX integration framework (mingw-w64)
- pkgver = 6.5.2
+ pkgver = 6.5.3
pkgrel = 1
url = https://www.qt.io
arch = any
@@ -21,13 +21,13 @@ pkgbase = mingw-w64-qt6-activeqt-static
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://download.qt.io/official_releases/qt/6.5/6.5.2/submodules/qtactiveqt-everywhere-src-6.5.2.tar.xz
+ source = https://download.qt.io/official_releases/qt/6.5/6.5.3/submodules/qtactiveqt-everywhere-src-6.5.3.tar.xz
source = 0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch
source = 0002-Build-tools-for-the-target-platform.patch
source = 0003-Fix-compile-error-about-missing-QStringView-overload.patch
- sha256sums = 5d0040ca776fe484fd19f09567bc5f2838faab409e38a15730855169215ff013
- sha256sums = 946ed20134b4c84a360024fa1bb7dae7463b9635af361c4262afd439cc77a8d6
- sha256sums = 28f74ae2412a42f10292964f0d1cdcfb8df86cda61e392e59e11240f4874e931
- sha256sums = 1f41a0c8bd058e5bc8a5f6a107446f59c4b38cf266bef67793ab69794d757de9
+ sha256sums = 32ac51da95ed081f33f5644cd2f26b3a6714d303edb8f994c412f08225605cd1
+ sha256sums = f1b0796bcaa226445c582a6f514ef31fdc2d85736679e0253f2f84cee0a3dd7f
+ sha256sums = 597d1023ce23e7b8a2115b9d7b14b3e0ebbd66be306a0e7ec3b7d73ace75115d
+ sha256sums = 36a437d16056a03eafce76fe593329010f2ceeba12ac00817ce14b17384026ca
pkgname = mingw-w64-qt6-activeqt-static
diff --git a/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch b/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch
index 9c4740405681..2a8b34466dce 100644
--- a/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch
+++ b/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch
@@ -1,4 +1,4 @@
-From ee8a2e9fcc6c3a85f49a2296a1fc8b6a08d4539c Mon Sep 17 00:00:00 2001
+From cb094997e459b3f22fa268d125861f62f068e79f Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Fri, 2 Jun 2017 17:21:08 +0200
Subject: [PATCH 1/3] Handle win64 in dumpcpp and
@@ -11,7 +11,7 @@ See https://bugreports.qt.io/browse/QTBUG-46827
2 files changed, 12 insertions(+)
diff --git a/src/activeqt/container/qaxbase.cpp b/src/activeqt/container/qaxbase.cpp
-index 973347b..551c737 100644
+index 5ba59c3..a58936b 100644
--- a/src/activeqt/container/qaxbase.cpp
+++ b/src/activeqt/container/qaxbase.cpp
@@ -2118,6 +2118,10 @@ void MetaObjectGenerator::readClassInfo()
@@ -52,5 +52,5 @@ index 9820a76..222aff0 100644
}
--
-2.41.0
+2.42.0
diff --git a/0002-Build-tools-for-the-target-platform.patch b/0002-Build-tools-for-the-target-platform.patch
index d9f190114af7..a8b9583fa898 100644
--- a/0002-Build-tools-for-the-target-platform.patch
+++ b/0002-Build-tools-for-the-target-platform.patch
@@ -1,4 +1,4 @@
-From 38100921079202fb8f7b74f977f052c4b8219786 Mon Sep 17 00:00:00 2001
+From 41a42b2d4a711da4a70aff8bde82009912acb115 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Fri, 7 May 2021 16:10:47 +0200
Subject: [PATCH 2/3] Build tools for the target platform
@@ -61,5 +61,5 @@ index 84b4018..1dc4b9e 100644
main.cpp
LIBRARIES
--
-2.41.0
+2.42.0
diff --git a/0003-Fix-compile-error-about-missing-QStringView-overload.patch b/0003-Fix-compile-error-about-missing-QStringView-overload.patch
index 9ee97ecd8cb5..05131f8e794d 100644
--- a/0003-Fix-compile-error-about-missing-QStringView-overload.patch
+++ b/0003-Fix-compile-error-about-missing-QStringView-overload.patch
@@ -1,4 +1,4 @@
-From abfb2bb0da2bc52a35a9a395d1a05ee3e35c68d0 Mon Sep 17 00:00:00 2001
+From 3b2893be029cbead28036c24dace50f146754db3 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Mon, 12 Sep 2022 17:38:47 +0200
Subject: [PATCH 3/3] Fix compile error about missing QStringView overload
@@ -33,5 +33,5 @@ index 222aff0..53d2a18 100644
nextTypeAndForceComplete = startType + lengthType;
} while (true);
--
-2.41.0
+2.42.0
diff --git a/PKGBUILD b/PKGBUILD
index ae58bcd7e9c9..98cd48d366e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-activeqt-static
-_qtver=6.5.2
+_qtver=6.5.3
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -21,10 +21,10 @@ source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/subm
'0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch'
'0002-Build-tools-for-the-target-platform.patch'
'0003-Fix-compile-error-about-missing-QStringView-overload.patch')
-sha256sums=('5d0040ca776fe484fd19f09567bc5f2838faab409e38a15730855169215ff013'
- '946ed20134b4c84a360024fa1bb7dae7463b9635af361c4262afd439cc77a8d6'
- '28f74ae2412a42f10292964f0d1cdcfb8df86cda61e392e59e11240f4874e931'
- '1f41a0c8bd058e5bc8a5f6a107446f59c4b38cf266bef67793ab69794d757de9')
+sha256sums=('32ac51da95ed081f33f5644cd2f26b3a6714d303edb8f994c412f08225605cd1'
+ 'f1b0796bcaa226445c582a6f514ef31fdc2d85736679e0253f2f84cee0a3dd7f'
+ '597d1023ce23e7b8a2115b9d7b14b3e0ebbd66be306a0e7ec3b7d73ace75115d'
+ '36a437d16056a03eafce76fe593329010f2ceeba12ac00817ce14b17384026ca')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
diff --git a/qtactiveqt-sha256.txt b/qtactiveqt-sha256.txt
index 47e22098e23c..6ee87eecdeb1 100644
--- a/qtactiveqt-sha256.txt
+++ b/qtactiveqt-sha256.txt
@@ -1 +1 @@
-5d0040ca776fe484fd19f09567bc5f2838faab409e38a15730855169215ff013
+32ac51da95ed081f33f5644cd2f26b3a6714d303edb8f994c412f08225605cd1