summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-05-26 21:12:48 +0200
committerMartchus2024-05-26 21:12:48 +0200
commit0f68638fb52d580040f0cbd343b031f8dbc63321 (patch)
tree454cb7c585ceef6d67b35e41d0cf3bddc288ecc7
parente084185026fc556d655de57becd4df6cf972cc49 (diff)
downloadaur-mingw-w64-qt6-activeqt.tar.gz
Update to 6.7.1
-rw-r--r--.SRCINFO12
-rw-r--r--0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch4
-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--PKGBUILD.sh.ep2
-rw-r--r--qtactiveqt-sha256.txt2
7 files changed, 19 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 138bbcbdd055..6766af93a091 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt6-activeqt
pkgdesc = ActiveX integration framework (mingw-w64)
- pkgver = 6.7.0
+ pkgver = 6.7.1
pkgrel = 1
url = https://www.qt.io
arch = any
@@ -21,13 +21,13 @@ pkgbase = mingw-w64-qt6-activeqt
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtactiveqt-everywhere-src-6.7.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/6.7/6.7.1/submodules/qtactiveqt-everywhere-src-6.7.1.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 = 450485a213fb479042c36e37bfa0f8f7fcff4cf54f053de9d4f226810834d0b3
- sha256sums = d3b110227698adedd0d0299a7391c07d09d289c1904772fb6e88b551cf875d05
- sha256sums = bc65d03b23c52b28b52e7476b373dbbdf32af7c510728f73dee187872e3b0105
- sha256sums = 0b27ecbba1123e349fce11f38dd68ce6addce4d1309568b52cb816324aae4974
+ sha256sums = cb198721e143af497c23adee1644f6ba3c559ebf021dfcac76fe018a66b5a545
+ sha256sums = c645fab190a0fbb362bce5c687fdef5b76b1e962932663c75d107e10faf264b8
+ sha256sums = c8eb434aa7723fb1b9c4e6e5d5bba481b66363bda8eda20ecfee6c51d79e6e8a
+ sha256sums = fcd977d1f49ea9975c386471ccd265f040770355b4a1212aea5f2f1c06986b8d
pkgname = mingw-w64-qt6-activeqt
diff --git a/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch b/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch
index 9094fc676705..2198886d55bf 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 867ab5872447b80d65ba4a9f116769cdf4016edb Mon Sep 17 00:00:00 2001
+From 10b85d1aecaecb6afc96c0001bc159cb3e85250e 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
@@ -52,5 +52,5 @@ index 1b6fbeb..679bf9e 100644
}
--
-2.44.0
+2.45.1
diff --git a/0002-Build-tools-for-the-target-platform.patch b/0002-Build-tools-for-the-target-platform.patch
index a3b2f2c11e44..6e75f9999b40 100644
--- a/0002-Build-tools-for-the-target-platform.patch
+++ b/0002-Build-tools-for-the-target-platform.patch
@@ -1,4 +1,4 @@
-From 5f481ba9c46843ba71d1135c948ef491bb4da6e6 Mon Sep 17 00:00:00 2001
+From 906df87d766d2ead37a4e915731d85bcce4cbf7b 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.44.0
+2.45.1
diff --git a/0003-Fix-compile-error-about-missing-QStringView-overload.patch b/0003-Fix-compile-error-about-missing-QStringView-overload.patch
index 80cd2b70cd0a..f14eda0e1feb 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 33479fe078468b289b80aa4ea2e502e6c7bbf34d Mon Sep 17 00:00:00 2001
+From ddab7c616dc45d5827bdbd8c78465575edc4ef0c 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 679bf9e..d73457a 100644
nextTypeAndForceComplete = startType + lengthType;
} while (true);
--
-2.44.0
+2.45.1
diff --git a/PKGBUILD b/PKGBUILD
index c9facf1704f4..d6c0a6255121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-activeqt
-_qtver=6.7.0
+_qtver=6.7.1
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=('450485a213fb479042c36e37bfa0f8f7fcff4cf54f053de9d4f226810834d0b3'
- 'd3b110227698adedd0d0299a7391c07d09d289c1904772fb6e88b551cf875d05'
- 'bc65d03b23c52b28b52e7476b373dbbdf32af7c510728f73dee187872e3b0105'
- '0b27ecbba1123e349fce11f38dd68ce6addce4d1309568b52cb816324aae4974')
+sha256sums=('cb198721e143af497c23adee1644f6ba3c559ebf021dfcac76fe018a66b5a545'
+ 'c645fab190a0fbb362bce5c687fdef5b76b1e962932663c75d107e10faf264b8'
+ 'c8eb434aa7723fb1b9c4e6e5d5bba481b66363bda8eda20ecfee6c51d79e6e8a'
+ 'fcd977d1f49ea9975c386471ccd265f040770355b4a1212aea5f2f1c06986b8d')
_architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32}
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 9419ff6fce29..87fe3c20a2b4 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'mingw-w64-qt6-module', no_libs => 1;
\
-_qtver=6.7.0
+_qtver=6.7.1
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
diff --git a/qtactiveqt-sha256.txt b/qtactiveqt-sha256.txt
index 2b3c21d0cf3c..d8f18d604315 100644
--- a/qtactiveqt-sha256.txt
+++ b/qtactiveqt-sha256.txt
@@ -1 +1 @@
-450485a213fb479042c36e37bfa0f8f7fcff4cf54f053de9d4f226810834d0b3
+cb198721e143af497c23adee1644f6ba3c559ebf021dfcac76fe018a66b5a545