summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-11-17 10:43:05 +0100
committerMartchus2022-11-17 10:43:05 +0100
commitd751c5a80a2f65422f271410c2a20ba935810300 (patch)
tree0b7a877e73ec8e845ce27fdd0235851ceaa9a3d1
parentc004070dce5d621db495a9902b6e4d234dd05ccb (diff)
downloadaur-d751c5a80a2f65422f271410c2a20ba935810300.tar.gz
Update to 6.4.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--qtactiveqt-sha256.txt2
6 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 573658f445bd..5ff7d6fde2b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt6-activeqt-static
pkgdesc = ActiveX integration framework (mingw-w64)
- pkgver = 6.4.0
+ pkgver = 6.4.1
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.4/6.4.0/submodules/qtactiveqt-everywhere-src-6.4.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/6.4/6.4.1/submodules/qtactiveqt-everywhere-src-6.4.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 = 591532f49d7796da1776332d532469fea7a2bcb82aa37f41eed9aafe5ea8aadd
- sha256sums = 20a2bf72fe2a48d7b58b413be90081e42723f9d623e7367df6a89577527ac6a3
- sha256sums = d645b4f44157c652444508d0ff57b4796863d1f5ea2d5c608e5154981339f585
- sha256sums = 07c139f80a5b35532a8f1b3a5624b49a5368b02b816f2deebbaccfeb778d77aa
+ sha256sums = 14cff3961d2d0004e99aaf8bdbabf0f17f172c4902382ca612697603bfdf1185
+ sha256sums = 4852595069f26aab4dddb89479038d6f06f29881daa625a6ac2b75afc4d19d09
+ sha256sums = fc90934324ab8b096e82d53c56abc87e354b0ede241471620536b1e5408914a1
+ sha256sums = 69fa8d80280dbfd7bb093a59122baab51bd343245b91ede2d8c500d947dc79a8
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 519321b56f6a..249e3030601d 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 f373dbba285fe3a6e171dd3d4fa0929d9c006085 Mon Sep 17 00:00:00 2001
+From de1f7443181b6646acbe0dc906592b65391912eb 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 c2120b7..978b7ad 100644
}
--
-2.37.3
+2.38.1
diff --git a/0002-Build-tools-for-the-target-platform.patch b/0002-Build-tools-for-the-target-platform.patch
index 3f9ff32692f0..c28331672794 100644
--- a/0002-Build-tools-for-the-target-platform.patch
+++ b/0002-Build-tools-for-the-target-platform.patch
@@ -1,4 +1,4 @@
-From 3d363bb32a8f0c8ab65ca85706b3f01282d1e20c Mon Sep 17 00:00:00 2001
+From e816d18977dc5c5c2b26b3d6da6a9651da154797 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
@@ -63,5 +63,5 @@ index 515a5fc..86369ae 100644
main.cpp
PUBLIC_LIBRARIES
--
-2.37.3
+2.38.1
diff --git a/0003-Fix-compile-error-about-missing-QStringView-overload.patch b/0003-Fix-compile-error-about-missing-QStringView-overload.patch
index cad36ed5ac4a..18b51733a444 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 bcf11383e1a08c12ea36aa98dd6aa4777b6b653c Mon Sep 17 00:00:00 2001
+From 7abc992cc0884f4732e99814601975407ebbee0a 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 978b7ad..ec83f84 100644
nextTypeAndForceComplete = startType + lengthType;
} while (true);
--
-2.37.3
+2.38.1
diff --git a/PKGBUILD b/PKGBUILD
index 3ca8294e7e01..52e4e6d3bcfd 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.4.0
+_qtver=6.4.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=('591532f49d7796da1776332d532469fea7a2bcb82aa37f41eed9aafe5ea8aadd'
- '20a2bf72fe2a48d7b58b413be90081e42723f9d623e7367df6a89577527ac6a3'
- 'd645b4f44157c652444508d0ff57b4796863d1f5ea2d5c608e5154981339f585'
- '07c139f80a5b35532a8f1b3a5624b49a5368b02b816f2deebbaccfeb778d77aa')
+sha256sums=('14cff3961d2d0004e99aaf8bdbabf0f17f172c4902382ca612697603bfdf1185'
+ '4852595069f26aab4dddb89479038d6f06f29881daa625a6ac2b75afc4d19d09'
+ 'fc90934324ab8b096e82d53c56abc87e354b0ede241471620536b1e5408914a1'
+ '69fa8d80280dbfd7bb093a59122baab51bd343245b91ede2d8c500d947dc79a8')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
diff --git a/qtactiveqt-sha256.txt b/qtactiveqt-sha256.txt
index 6779b1a90560..27da202b1d88 100644
--- a/qtactiveqt-sha256.txt
+++ b/qtactiveqt-sha256.txt
@@ -1 +1 @@
-591532f49d7796da1776332d532469fea7a2bcb82aa37f41eed9aafe5ea8aadd
+14cff3961d2d0004e99aaf8bdbabf0f17f172c4902382ca612697603bfdf1185