Date: Friday, January 27, 2023 @ 21:20:29 Author: arojas Revision: 467459
Qt 6.5 beta 2 Added: qt6-imageformats/kde-unstable/fix-webp-build.patch qt6-webengine/kde-unstable/fix-build.patch Modified: qt6-3d/kde-unstable/PKGBUILD qt6-5compat/kde-unstable/PKGBUILD qt6-base/kde-unstable/PKGBUILD qt6-charts/kde-unstable/PKGBUILD qt6-connectivity/kde-unstable/PKGBUILD qt6-datavis3d/kde-unstable/PKGBUILD qt6-declarative/kde-unstable/PKGBUILD qt6-doc/kde-unstable/PKGBUILD qt6-grpc/kde-unstable/PKGBUILD qt6-httpserver/kde-unstable/PKGBUILD qt6-imageformats/kde-unstable/PKGBUILD qt6-languageserver/kde-unstable/PKGBUILD qt6-location/kde-unstable/PKGBUILD qt6-lottie/kde-unstable/PKGBUILD qt6-multimedia/kde-unstable/PKGBUILD qt6-networkauth/kde-unstable/PKGBUILD qt6-positioning/kde-unstable/PKGBUILD qt6-quick3d/kde-unstable/PKGBUILD qt6-quick3dphysics/kde-unstable/PKGBUILD qt6-quickeffectmaker/kde-unstable/PKGBUILD qt6-quicktimeline/kde-unstable/PKGBUILD qt6-remoteobjects/kde-unstable/PKGBUILD qt6-scxml/kde-unstable/PKGBUILD qt6-sensors/kde-unstable/PKGBUILD qt6-serialbus/kde-unstable/PKGBUILD qt6-serialport/kde-unstable/PKGBUILD qt6-shadertools/kde-unstable/PKGBUILD qt6-speech/kde-unstable/PKGBUILD qt6-svg/kde-unstable/PKGBUILD qt6-tools/kde-unstable/PKGBUILD qt6-translations/kde-unstable/PKGBUILD qt6-virtualkeyboard/kde-unstable/PKGBUILD qt6-wayland/kde-unstable/PKGBUILD qt6-webchannel/kde-unstable/PKGBUILD qt6-webengine/kde-unstable/PKGBUILD qt6-websockets/kde-unstable/PKGBUILD qt6-webview/kde-unstable/PKGBUILD Deleted: qt6-base/kde-unstable/fix-abi.patch ----------------------------------------------------+ qt6-3d/kde-unstable/PKGBUILD | 4 qt6-5compat/kde-unstable/PKGBUILD | 4 qt6-base/kde-unstable/PKGBUILD | 13 - qt6-base/kde-unstable/fix-abi.patch | 154 ------------------- qt6-charts/kde-unstable/PKGBUILD | 4 qt6-connectivity/kde-unstable/PKGBUILD | 4 qt6-datavis3d/kde-unstable/PKGBUILD | 4 qt6-declarative/kde-unstable/PKGBUILD | 6 qt6-doc/kde-unstable/PKGBUILD | 4 qt6-grpc/kde-unstable/PKGBUILD | 4 qt6-httpserver/kde-unstable/PKGBUILD | 4 qt6-imageformats/kde-unstable/PKGBUILD | 14 + qt6-imageformats/kde-unstable/fix-webp-build.patch | 12 + qt6-languageserver/kde-unstable/PKGBUILD | 4 qt6-location/kde-unstable/PKGBUILD | 4 qt6-lottie/kde-unstable/PKGBUILD | 4 qt6-multimedia/kde-unstable/PKGBUILD | 6 qt6-networkauth/kde-unstable/PKGBUILD | 4 qt6-positioning/kde-unstable/PKGBUILD | 4 qt6-quick3d/kde-unstable/PKGBUILD | 4 qt6-quick3dphysics/kde-unstable/PKGBUILD | 4 qt6-quickeffectmaker/kde-unstable/PKGBUILD | 4 qt6-quicktimeline/kde-unstable/PKGBUILD | 4 qt6-remoteobjects/kde-unstable/PKGBUILD | 4 qt6-scxml/kde-unstable/PKGBUILD | 4 qt6-sensors/kde-unstable/PKGBUILD | 4 qt6-serialbus/kde-unstable/PKGBUILD | 4 qt6-serialport/kde-unstable/PKGBUILD | 4 qt6-shadertools/kde-unstable/PKGBUILD | 4 qt6-speech/kde-unstable/PKGBUILD | 4 qt6-svg/kde-unstable/PKGBUILD | 4 qt6-tools/kde-unstable/PKGBUILD | 6 qt6-translations/kde-unstable/PKGBUILD | 4 qt6-virtualkeyboard/kde-unstable/PKGBUILD | 4 qt6-wayland/kde-unstable/PKGBUILD | 6 qt6-webchannel/kde-unstable/PKGBUILD | 6 qt6-webengine/kde-unstable/PKGBUILD | 13 - qt6-webengine/kde-unstable/fix-build.patch | 15 + qt6-websockets/kde-unstable/PKGBUILD | 4 qt6-webview/kde-unstable/PKGBUILD | 4 40 files changed, 123 insertions(+), 244 deletions(-) Modified: qt6-3d/kde-unstable/PKGBUILD =================================================================== --- qt6-3d/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-3d/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-3d -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -16,7 +16,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('99722076f06f10cc951d50c97a9b90b229a66a2e4ef2200fbd6defcd49cd533b') +sha256sums=('df73e2a6d456163d0182c4750e0544e954a1475cad250c1c9be26ac109a22220') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-5compat/kde-unstable/PKGBUILD =================================================================== --- qt6-5compat/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-5compat/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-5compat -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -16,7 +16,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('ca7e84562faaf16cbdd231059a955eeaba39c193f96ceb8db8c905765120e43d') +sha256sums=('70418b593e2b91f3445b12ff919692f8d151b3ccfaa0b22bb9e6918c448732dd') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-base/kde-unstable/PKGBUILD =================================================================== --- qt6-base/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-base/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -3,9 +3,9 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-base -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} -pkgrel=3 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -27,17 +27,14 @@ _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz qt6-base-cflags.patch - qt6-base-nostrip.patch - fix-abi.patch) -sha256sums=('8357aa58c86ade1eeda535177b5e40578662a1a3f75571bfb799e1eae356b2ce' + qt6-base-nostrip.patch) +sha256sums=('15f7af35c1cfb7a4cf6103879d61aa5e682f4ed577bb0bb73c56f0d927208a15' '5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78' - '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094' - 'c0b0475c1df4175c7d1420c9833386940097256dcea56c02104fd4d6340f414f') + '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094') prepare() { patch -d $_pkgfn -p1 < qt6-base-cflags.patch # Use system CFLAGS patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with qmake - patch -d $_pkgfn -p1 < fix-abi.patch # Fix ABI breakage } build() { Deleted: qt6-base/kde-unstable/fix-abi.patch =================================================================== --- qt6-base/kde-unstable/fix-abi.patch 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-base/kde-unstable/fix-abi.patch 2023-01-27 21:20:29 UTC (rev 467459) @@ -1,154 +0,0 @@ -From ed82950776e0eb59e7a5c32287ca488256883ba8 Mon Sep 17 00:00:00 2001 -From: Thiago Macieira <[email protected]> -Date: Fri, 23 Dec 2022 08:42:37 -0300 -Subject: Fix improper ELF versions of certain symbols - -They got marked as Qt6_PRIVATE_API because of these private header -defining classes that don't follow Qt's naming convention ("mutex", -"condition_variable", "ControlElement"). We have an exclusion for -classes whose name start with Q. - -Introduced by 5d903a64aca37ee7c2836e479e175336e9b7ca87 in the old Perl -syncqt and ported over. - -Fixes: QTBUG-109605 -Fixes: QTBUG-109604 -Change-Id: I69ecc04064514f939896fffd173369623c960bcc -Reviewed-by: Alexey Edelev <[email protected]> -(cherry picked from commit 41b38c802b2b6251bdd65f8bf0d2031c304d70f6) -Reviewed-by: Qt Cherry-pick Bot <[email protected]> ---- - src/corelib/thread/qwaitcondition_p.h | 5 +++++ - src/widgets/widgets/qmdisubwindow_p.h | 4 ++-- - 2 files changed, 7 insertions(+), 2 deletions(-) - -diff --git a/src/corelib/thread/qwaitcondition_p.h b/src/corelib/thread/qwaitcondition_p.h -index 0893e9dd35..cfb36ca30b 100644 ---- a/src/corelib/thread/qwaitcondition_p.h -+++ b/src/corelib/thread/qwaitcondition_p.h -@@ -19,6 +19,11 @@ - #include <QtCore/QDeadlineTimer> - #include <QtCore/private/qglobal_p.h> - -+// This header always defines a class called "mutex" and one called -+// "condition_variable", so those mustn't be used to mark ELF symbol -+// visibility. Don't add more classes to this header! -+// ELFVERSION:stop -+ - #include <condition_variable> - #include <mutex> - -diff --git a/src/widgets/widgets/qmdisubwindow_p.h b/src/widgets/widgets/qmdisubwindow_p.h -index 60909eb3bc..2a1f83269a 100644 ---- a/src/widgets/widgets/qmdisubwindow_p.h -+++ b/src/widgets/widgets/qmdisubwindow_p.h -@@ -39,7 +39,7 @@ class QMouseEvent; - - namespace QMdi { - template<typename T> --class ControlElement : public T -+class ControlElement : public T // ELFVERSION:ignore - { - public: - ControlElement(QMdiSubWindow *child) : T(child, nullptr) -@@ -58,7 +58,7 @@ public: - QPointer<QMdiSubWindow> mdiChild; - }; - --class ControlContainer : public QObject -+class ControlContainer : public QObject // ELFVERSION:ignore - { - public: - ControlContainer(QMdiSubWindow *mdiChild); --- -cgit v1.2.1 - -From 4ddb97d2a187e2e32c6c564d64ef53b8e8090369 Mon Sep 17 00:00:00 2001 -From: Alexey Edelev <[email protected]> -Date: Tue, 03 Jan 2023 18:49:09 +0100 -Subject: [PATCH] Avoid breaking version script generator state - -Pass every line to parseVersionScriptContent to not break the -version script generator state. The parser doesn't collect characters -from comment block, so the line containing the 'ignore-next' ELFVERSION -tag produces empty buffer for the further parsing process. Call the -parseVersionScriptContent function even on empty buffers to make sure -that 'ignore-next' counts lines correcly. - -Pick-to: 6.5 -Fixes: QTBUG-109790 -Change-Id: I5f77893462d397f6738a5da1af6ed8dd8a2df70a ---- - -diff --git a/src/tools/syncqt/main.cpp b/src/tools/syncqt/main.cpp -index 4567f7c4..4a82f9b 100644 ---- a/src/tools/syncqt/main.cpp -+++ b/src/tools/syncqt/main.cpp -@@ -882,6 +882,9 @@ - break; - } - -+ if (buffer.empty()) -+ return; -+ - std::smatch match; - std::string symbol; - if (std::regex_match(buffer, match, VersionScriptSymbolRegex) && match[2].str().empty()) -@@ -1103,14 +1106,15 @@ - } - line.clear(); - -- if (buffer.empty()) -- continue; - scannerDebug() << m_currentFilename << ": " << buffer << std::endl; - - if (m_currentFileType & PrivateHeader) { - parseVersionScriptContent(buffer, result); - } - -+ if (buffer.empty()) -+ continue; -+ - ++linesProcessed; - - bool skipSymbols = -From fc54d8661d305eab0a52a1c34a71c79bd3d7c6ae Mon Sep 17 00:00:00 2001 -From: Thiago Macieira <[email protected]> -Date: Tue, 03 Jan 2023 11:13:05 -0300 -Subject: [PATCH] Fix improper ELF versions of two more classes - -They got marked as Qt6_PRIVATE_API because of these ARE private classes, -however their pointers are used in user code. For QMutexPrivate, because -we manipulate the pointer in inline code; for QPostEventList, because -it's used in a virtual member function's parameter list. - -Pick-to: 6.5 -Fixes: QTBUG-109605 -Change-Id: I69ecc04064514f939896fffd1736d1fa8d3f1768 ---- - -diff --git a/src/corelib/thread/qmutex_p.h b/src/corelib/thread/qmutex_p.h -index e5932d0..565de31 100644 ---- a/src/corelib/thread/qmutex_p.h -+++ b/src/corelib/thread/qmutex_p.h -@@ -36,6 +36,8 @@ - - QT_BEGIN_NAMESPACE - -+// We manipulate the pointer to this class in inline, atomic code, -+// so syncqt mustn't mark them as private, so ELFVERSION:ignore-next - class QMutexPrivate - { - public: -diff --git a/src/corelib/thread/qthread_p.h b/src/corelib/thread/qthread_p.h -index b647964..9aa0b3e 100644 ---- a/src/corelib/thread/qthread_p.h -+++ b/src/corelib/thread/qthread_p.h -@@ -58,6 +58,7 @@ - - // This class holds the list of posted events. - // The list has to be kept sorted by priority -+// It's used in a virtual in QCoreApplication, so ELFVERSION:ignore-next - class QPostEventList : public QList<QPostEvent> - { - public: Modified: qt6-charts/kde-unstable/PKGBUILD =================================================================== --- qt6-charts/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-charts/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-charts -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -14,7 +14,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('5428bd9bc6dc5a9a2ddcffbeb766d2c5b3096ae634f002846cd394425f975b13') +sha256sums=('dcdc301f79fd74f6582e34137fee3cef8700973b1dc752b9b44dd5db4fca7d43') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-connectivity/kde-unstable/PKGBUILD =================================================================== --- qt6-connectivity/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-connectivity/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-connectivity -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('036f461800e8f70a68f5833721672270be2ceaae5ed3339ad9903d70cd3ebf30') +sha256sums=('f18c16f58ff8877692e41d6590287d7f0d52410185ad36ae9f30aab1b88fb225') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-datavis3d/kde-unstable/PKGBUILD =================================================================== --- qt6-datavis3d/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-datavis3d/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-datavis3d -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('3038e7bc0ae87ae672c9bfca7e9d909d27d4bece3c936ad742f58840a8f651f7') +sha256sums=('3c9252354c987a72332fcedf1d5a3398815d85c90e0602014878aa07197bbe7c') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-declarative/kde-unstable/PKGBUILD =================================================================== --- qt6-declarative/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-declarative/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -3,9 +3,9 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-declarative -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -19,7 +19,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('4b1155fd1eb5b04b64b4e8e74ffbb39e01a7441e2f649af68ffd9eb6b2460889') +sha256sums=('29c9a0c98fa179e1e61421de4fb15360e28e87d4f9439639cbddf9f15ebfc4ba') build() { export CXXFLAGS+=" -ffat-lto-objects" Modified: qt6-doc/kde-unstable/PKGBUILD =================================================================== --- qt6-doc/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-doc/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -4,7 +4,7 @@ pkgbase=qt6-doc pkgname=(qt6-doc qt6-examples) -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=('any') @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=qt-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/single/$_pkgfn.tar.xz) -sha256sums=('684a4161c41af48e07247efe7464098c14be63ffe338defeed95e7011bec7e03') +sha256sums=('d66bb99634242a803ca8ecfd5b951d1fd41c702216947c20e02fe68aa309861d') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-grpc/kde-unstable/PKGBUILD =================================================================== --- qt6-grpc/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-grpc/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-grpc -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -14,7 +14,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('25a16e63226b9e6005d1aa28143e8367a38aaa44176cd4704458e61b41ffea62') +sha256sums=('ec03b1de0eace8c7ca8e53aa0bc96a95d29b9d1593356bdde82df338ad839dc2') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-httpserver/kde-unstable/PKGBUILD =================================================================== --- qt6-httpserver/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-httpserver/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-httpserver -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('6cffcaf3b7b7c341611106bb16b4ea956958ba021413875e2878faaa3fa6a84f') +sha256sums=('b31ebfba667d34347a1cf38bcd6c2ba321f75d403f65c6991d9da9536dcd3db6') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-imageformats/kde-unstable/PKGBUILD =================================================================== --- qt6-imageformats/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-imageformats/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -3,9 +3,9 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-imageformats -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -14,9 +14,15 @@ makedepends=(cmake ninja) groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver -source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('e95000d26ff42803972f7246f3bb3a36515956f837d0c5be8d9368cefe9b60d5') +source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz + fix-webp-build.patch) +sha256sums=('c2e652317d530adaa68ba001766b70191ace017fb902103ebc82b90f5d3649ce' + '10e2aa7ff3074bc15e6b86462cdb5bcd6bc3a1f979a2147c7326d7930722b9ee') +prepare() { + patch -d $_pkgfn -p1 < fix-webp-build.patch # https://bugreports.qt.io/browse/QTBUG-110720 +} + build() { cmake -B build -S $_pkgfn -G Ninja \ -DCMAKE_MESSAGE_LOG_LEVEL=STATUS Added: qt6-imageformats/kde-unstable/fix-webp-build.patch =================================================================== --- qt6-imageformats/kde-unstable/fix-webp-build.patch (rev 0) +++ qt6-imageformats/kde-unstable/fix-webp-build.patch 2023-01-27 21:20:29 UTC (rev 467459) @@ -0,0 +1,12 @@ +diff --git a/src/imageformats/configure.cmake b/src/imageformats/configure.cmake +index 9e618a8..5347785 100644 +--- a/src/imageformats/configure.cmake ++++ b/src/imageformats/configure.cmake +@@ -19,6 +19,7 @@ set_property(CACHE INPUT_webp PROPERTY STRINGS undefined no qt system) + + qt_find_package(WrapJasper PROVIDED_TARGETS WrapJasper::WrapJasper MODULE_NAME imageformats QMAKE_LIB jasper) + qt_find_package(TIFF PROVIDED_TARGETS TIFF::TIFF MODULE_NAME imageformats QMAKE_LIB tiff) ++qt_internal_disable_find_package_global_promotion(Threads::Threads) + qt_find_package(WrapWebP PROVIDED_TARGETS WrapWebP::WrapWebP MODULE_NAME imageformats QMAKE_LIB webp) + qt_find_package(Libmng PROVIDED_TARGETS Libmng::Libmng MODULE_NAME imageformats QMAKE_LIB mng) + Modified: qt6-languageserver/kde-unstable/PKGBUILD =================================================================== --- qt6-languageserver/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-languageserver/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-languageserver -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -14,7 +14,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('332c87f74ad2eac729e8224eabbd2315dd9f0ffad87bfb770d3677222b60a178') +sha256sums=('432013f98ffeae9482d0bfc8090b5238dfbd793a5b4e4f50c7d9b1fdfc1c75a8') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-location/kde-unstable/PKGBUILD =================================================================== --- qt6-location/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-location/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-location -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -14,7 +14,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('1a7a809c723cf63b004991195b5f8e3836ebf1b5bbe00d25d1618504acabaf5a') +sha256sums=('f6b266a5a53e5b2c2be13a3548120f54d3bb1dd0b30a44c566ae5ae476218c9d') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-lottie/kde-unstable/PKGBUILD =================================================================== --- qt6-lottie/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-lottie/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-lottie -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('cae8a451d6e099a0240cd1401943b3f86096e5ce8e1c53a138a38fa57833391d') +sha256sums=('bd00f51a151c1fb9c34e074f0b0d5b303c5699d0dc9604a077fe21416a512c72') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-multimedia/kde-unstable/PKGBUILD =================================================================== --- qt6-multimedia/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-multimedia/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -3,9 +3,9 @@ pkgbase=qt6-multimedia pkgname=(qt6-multimedia qt6-multimedia-gstreamer qt6-multimedia-ffmpeg) -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -14,7 +14,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('3cd15bee887d49593db1f3a075c7b4b5854c1816d665862d9b31b966eabee32e') +sha256sums=('7a323953de91ff87c1231733002033d25676a388e3bab82b058ed15ae8563a83') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-networkauth/kde-unstable/PKGBUILD =================================================================== --- qt6-networkauth/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-networkauth/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-networkauth -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('9d3179cf6e226a074b4396c05b5c4f192cc1391d3ac5bbb235910102a535d28c') +sha256sums=('62501de33d43c8dae8af3c13fb0d9c31731baaea588610e90eea7d3209df69a5') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-positioning/kde-unstable/PKGBUILD =================================================================== --- qt6-positioning/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-positioning/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-positioning -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('82311552f520ecb11e7c72649630116f6842cd5e7d10f3c250f3abe80f56cb51') +sha256sums=('09cc423ca04e002016e6606c24a855b4569241cd7762d745599d8aed3c1d375f') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-quick3d/kde-unstable/PKGBUILD =================================================================== --- qt6-quick3d/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-quick3d/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-quick3d -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -16,7 +16,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('9dd57cc4c7f3e7268cc9547ff5913e3fa6159292d405dcf50621798df5f49cab') +sha256sums=('16c7af65ba5788267293302ca1402566fa886d1af5bf3a9aacd6f5702fc8faaa') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-quick3dphysics/kde-unstable/PKGBUILD =================================================================== --- qt6-quick3dphysics/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-quick3dphysics/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-quick3dphysics -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -14,7 +14,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('0566b60358ae7273de068646c82f69b203049731c0e5dc144b8eaa9dc84fb012') +sha256sums=('668e05d45411cd54f64fb149946111007ab3e42dd5f3997bfe5f5e20cfb8477c') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-quickeffectmaker/kde-unstable/PKGBUILD =================================================================== --- qt6-quickeffectmaker/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-quickeffectmaker/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-quickeffectmaker -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -14,7 +14,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('ef56a98b6735af4c2f1842de4a8b3e1484751bf321f66bf980359218a9f7e389') +sha256sums=('dbca84ef415bd5268551a441068878ef6fc10dd0a556d095011fd49441c5c19f') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-quicktimeline/kde-unstable/PKGBUILD =================================================================== --- qt6-quicktimeline/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-quicktimeline/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-quicktimeline -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('32b127735fe7e7ac03d7550f58787bd23b1b6e73b192dc7c39dee5ee4d71dc52') +sha256sums=('f46aa2e9e77d15de29ffcc3e33917fa431c56d3b8435e60909a4d83d9b2e6032') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-remoteobjects/kde-unstable/PKGBUILD =================================================================== --- qt6-remoteobjects/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-remoteobjects/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-remoteobjects -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('067bd68ee5a76c5089aa400e1998bb3a85ae824bdcc814f1bbd7cf797a82dad0') +sha256sums=('a63f4e876637a1a55c3491973de9db302bfe582e36a060c4b2435456aec0693d') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-scxml/kde-unstable/PKGBUILD =================================================================== --- qt6-scxml/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-scxml/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-scxml -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('efe8da3d44181ba415d4ed079ebc619b1e444f0d23b944418ee6693d92a1de2d') +sha256sums=('f4a357b2b55c65e856a2e78796618ccb54544854f12755cb8fe41f472b19c3bc') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-sensors/kde-unstable/PKGBUILD =================================================================== --- qt6-sensors/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-sensors/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-sensors -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('2d3d45f61774fe31c635333acbd602913f77a7c4b999dd0a0550aabc6ad2e7f0') +sha256sums=('7309a94f671db4ab760f39882a1dab4d03fd68205ac87ba30847158612712398') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-serialbus/kde-unstable/PKGBUILD =================================================================== --- qt6-serialbus/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-serialbus/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-serialbus -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -14,7 +14,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('9e1141736587ca68cb78642fff876817f7a83932f4e932a082eb972ce45a7926') +sha256sums=('8c1251d4e356b9761b18d667c0d282ce97e7201e4782a010b3b6968f72871e13') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-serialport/kde-unstable/PKGBUILD =================================================================== --- qt6-serialport/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-serialport/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-serialport -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -14,7 +14,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('6bcbd7c2b6ce9d531f9344f89124a10c450d253c005e65db6c3cdca83f5958a4') +sha256sums=('a893315f6f86b67aca8117a7b99a61557f24a2046593cd4a506fd120bd4f8e7f') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-shadertools/kde-unstable/PKGBUILD =================================================================== --- qt6-shadertools/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-shadertools/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-shadertools -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('58e37ea1fabcf383768c7fa93cb74d981ea95915a2802283deea8d82134668f8') +sha256sums=('511f4cbcf3b394b5218f23c56211f6fb4083806be052a4023707654440ae7d39') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-speech/kde-unstable/PKGBUILD =================================================================== --- qt6-speech/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-speech/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-speech -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -18,7 +18,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('f080f8d2537c1987c3e60df7a0e27471a9d8a628602b17258a92491e7448389c') +sha256sums=('64c560ee7a9c1e29248cdabf467481fa2b3a63bfe76639bca9c49ac316d5e0db') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-svg/kde-unstable/PKGBUILD =================================================================== --- qt6-svg/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-svg/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-svg -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('20e96ef340491c49b4150e7153a37263dac064b9655f7944088f6d1cbfbfd446') +sha256sums=('c13fcefa9a23813cd9546d07e59c044c9d7e6081a4b7eaa911ed72ae7a7cce7f') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-tools/kde-unstable/PKGBUILD =================================================================== --- qt6-tools/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-tools/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -3,9 +3,9 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-tools -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} -pkgrel=3 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -16,7 +16,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('ee62073cf9e0866e15c4d4f643bca094329c57a534ad3f4b1789803be45ab1af') +sha256sums=('c1dcb509c37e61971a8b2c1cde2bf7efafa43d92209d3d144a983019dbfb9ab6') prepare() { # Fix build with system litehtml Modified: qt6-translations/kde-unstable/PKGBUILD =================================================================== --- qt6-translations/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-translations/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-translations -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('b2a9f1225d613d5958f0993e28cbdc75c115a430df2054a544cdd2bb87656982') +sha256sums=('a18dab61430ce487e82c63bfa5f730f217646e90ef74e220d1e4b75829653d58') build() { export PATH="/usr/lib/qt6/bin:$PATH" Modified: qt6-virtualkeyboard/kde-unstable/PKGBUILD =================================================================== --- qt6-virtualkeyboard/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-virtualkeyboard/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-virtualkeyboard -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -14,7 +14,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('dec98748aa7d0c4fec96a90a06c16a6598021e8bf5483ff7c9491d1fa6594b34') +sha256sums=('24805e5a7bd2bdf92bd0a6d6c1971fdf78fb23a6994afc44342bdf28d6317f9d') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-wayland/kde-unstable/PKGBUILD =================================================================== --- qt6-wayland/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-wayland/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -3,9 +3,9 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=qt6-wayland -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('31b55bceb429701edcd2cea3f2d82ebcd92531706bc9234bc08feaa82723ec56') +sha256sums=('860628ed2cc6c1ec4b4ccb69da3fea26d9f2b9272ae611bce8b4fdfb12e29a8a') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-webchannel/kde-unstable/PKGBUILD =================================================================== --- qt6-webchannel/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-webchannel/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,9 +2,9 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-webchannel -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -14,7 +14,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('61a0edfbcdbf3d7337333c941675b6bf863e7a02d57ceac9b4be702888b6767a') +sha256sums=('55f4a056af5d52dcbcf2ee70cdfe1888464cf6ca02a73fd89086d00d9f8d7aa4') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-webengine/kde-unstable/PKGBUILD =================================================================== --- qt6-webengine/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-webengine/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,9 +2,9 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-webengine -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -16,12 +16,15 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz - system-ffmpeg.patch) -sha256sums=('b47b0d08e71318b75edaca8f5071947e5b002c49bc46802f3230df795905c589' - '4c12d31d020799d31355faa7d1fe2a5a807f7458e7f0c374adf55edb37032152') + system-ffmpeg.patch + fix-build.patch) +sha256sums=('c7a9206ca87f4683fc88bb2dc0695a401122a1b898b5f6078d01c587f2fccc46' + '4c12d31d020799d31355faa7d1fe2a5a807f7458e7f0c374adf55edb37032152' + 'e1e04f57af6793ec362ed9f6b0b94b8028d67b97fca0c57139031fed302ea111') prepare() { patch -d $_pkgfn/src/3rdparty/chromium -Rp1 < system-ffmpeg.patch + patch -d $_pkgfn/src/3rdparty -p1 < fix-build.patch } build() { Added: qt6-webengine/kde-unstable/fix-build.patch =================================================================== --- qt6-webengine/kde-unstable/fix-build.patch (rev 0) +++ qt6-webengine/kde-unstable/fix-build.patch 2023-01-27 21:20:29 UTC (rev 467459) @@ -0,0 +1,15 @@ +diff --git a/chromium/media/filters/h265_to_annex_b_bitstream_converter.cc b/chromium/media/filters/h265_to_annex_b_bitstream_converter.cc +index 28cf3f3fa57..4bc2033a1ed 100644 +--- a/chromium/media/filters/h265_to_annex_b_bitstream_converter.cc ++++ b/chromium/media/filters/h265_to_annex_b_bitstream_converter.cc +@@ -270,8 +270,8 @@ bool H265ToAnnexBBitstreamConverter::WriteParamSet( + + // Verify space. + uint32_t bytes_left = *out_size; +- if (bytes_left < kParamSetStartCodeSize || +- bytes_left - kParamSetStartCodeSize < size) { ++ if (bytes_left < kParamSetStartCodeSize2 || ++ bytes_left - kParamSetStartCodeSize2 < size) { + return false; + } + Modified: qt6-websockets/kde-unstable/PKGBUILD =================================================================== --- qt6-websockets/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-websockets/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-websockets -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -15,7 +15,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('26f207d5532fb06316fe1193f99e5a02d2a95f52986a40101effea516f2fa889') +sha256sums=('5d8ea552cc524e4fed0b5e0ac0c335c3346405c7fbc1cd9a7915b2e484f84738') build() { cmake -B build -S $_pkgfn -G Ninja \ Modified: qt6-webview/kde-unstable/PKGBUILD =================================================================== --- qt6-webview/kde-unstable/PKGBUILD 2023-01-27 20:56:35 UTC (rev 467458) +++ qt6-webview/kde-unstable/PKGBUILD 2023-01-27 21:20:29 UTC (rev 467459) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=qt6-webview -_qtver=6.5.0-beta1 +_qtver=6.5.0-beta2 pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -14,7 +14,7 @@ groups=(qt6) _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('07bd4d3126de9be16ecbb5bde7f77d2bad426c415514871b410f20ed6c170d09') +sha256sums=('da2f6f1fd9c8fca7aaf868da0e9e263325f54992f5de0c5b35b915c253a7077f') build() { cmake -B build -S $_pkgfn -G Ninja \
