diff --git a/cmake/mingw-w64-static/PKGBUILD b/cmake/mingw-w64-static/PKGBUILD index cb0ed8ef..d65f0adc 100644 --- a/cmake/mingw-w64-static/PKGBUILD +++ b/cmake/mingw-w64-static/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mingw-w64-cmake-static pkgver=1 -pkgrel=1 +pkgrel=2 arch=('any') pkgdesc='CMake wrapper for MinGW (mingw-w64, static)' depends=('mingw-w64-cmake') diff --git a/cmake/mingw-w64-static/toolchain-mingw-static.cmake b/cmake/mingw-w64-static/toolchain-mingw-static.cmake index ee5cffad..c5b5a161 100644 --- a/cmake/mingw-w64-static/toolchain-mingw-static.cmake +++ b/cmake/mingw-w64-static/toolchain-mingw-static.cmake @@ -36,6 +36,6 @@ set(POSTGRESQL_DEPENDENCIES "-lpgcommon;-lpgport;-lintl;-lssl;-lcrypto;-lshell32 set(MYSQL_DEPENDENCIES "-lssl;-lcrypto;-lshlwapi;-lgdi32;-lws2_32;-lpthread;-lz;-lm" CACHE INTERNAL "dependencies of static MySQL/MariaDB libraries") set(LIBPNG_DEPENDENCIES "-lz" CACHE INTERNAL "dependencies of static libpng") set(GLIB2_DEPENDENCIES "-lintl;-lws2_32;-lole32;-lwinmm;-lshlwapi;-lm" CACHE INTERNAL "dependencies of static Glib2") -set(FREETYPE_DEPENDENCIES "-lbz2;-lharfbuzz;-lfreetype" CACHE INTERNAL "dependencies of static FreeType2 library") +set(FREETYPE_DEPENDENCIES "-lbz2;-lharfbuzz;-lfreetype;-lbrotlidec-static;-lbrotlicommon-static" CACHE INTERNAL "dependencies of static FreeType2 library") set(HARFBUZZ_DEPENDENCIES "-lglib-2.0;${GLIB2_DEPENDENCIES};-lintl;-lm;-lfreetype;-lgraphite2" CACHE INTERNAL "dependencies of static HarfBuzz library") set(DBUS1_DEPENDENCIES "-lws2_32;-liphlpapi;-ldbghelp" CACHE INTERNAL "dependencies of static D-Bus1 library") diff --git a/devel/generator/templates/layouts/mingw-w64-qt6-base.sh.ep b/devel/generator/templates/layouts/mingw-w64-qt6-base.sh.ep index a438ae12..1f925d43 100644 --- a/devel/generator/templates/layouts/mingw-w64-qt6-base.sh.ep +++ b/devel/generator/templates/layouts/mingw-w64-qt6-base.sh.ep @@ -14,7 +14,7 @@ % } pkgname=<%= $package_name %> -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/devel/qt5/update-patches.sh b/devel/qt5/update-patches.sh index fbe4f9be..047a6d22 100755 --- a/devel/qt5/update-patches.sh +++ b/devel/qt5/update-patches.sh @@ -58,6 +58,10 @@ if ! [[ -d $wd ]]; then fi pkgbuild_path=$dest/PKGBUILD +if ! [[ -f $pkgbuild_path ]]; then + warning "PKGBUILD does not exist in \"$dest\" - skipping directory" + exit 0 +fi template=$pkgbuild_path.sh.ep has_template= [[ -f $template ]] && has_template=1 diff --git a/devel/versions.sh b/devel/versions.sh index bcccdfd4..1d02f4e5 100755 --- a/devel/versions.sh +++ b/devel/versions.sh @@ -13,7 +13,7 @@ declare -A versions=( [dbus-soundrecorder]=1.2.3 [geocoordinatecalculator]=1.1.3 [qt5]=5.15.2 - [qt6]=6.1.2 + [qt6]=6.1.3 ) declare -A github_names=( [c++utilities]=cpp-utilities diff --git a/qt6-5compat/android-aarch64/PKGBUILD b/qt6-5compat/android-aarch64/PKGBUILD index 5fd9a269..208b5559 100644 --- a/qt6-5compat/android-aarch64/PKGBUILD +++ b/qt6-5compat/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-5compat -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-5compat/android-aarch64/PKGBUILD.sh.ep b/qt6-5compat/android-aarch64/PKGBUILD.sh.ep index 2e52ff63..b65acef3 100644 --- a/qt6-5compat/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-5compat/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-5compat/mingw-w64-static/PKGBUILD b/qt6-5compat/mingw-w64-static/PKGBUILD index 09429654..39302dad 100644 --- a/qt6-5compat/mingw-w64-static/PKGBUILD +++ b/qt6-5compat/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-5compat-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qt5compat-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('12103499068bf9c0aef736a19553f557babfad6faf6777f9ebfd6159583b7981') +sha256sums=('5212427742b0e08c2c67b753cce6791c6f4d2cc3aad72209a9c729111c0d5aaf') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-5compat/mingw-w64-static/qt5compat-sha256.txt b/qt6-5compat/mingw-w64-static/qt5compat-sha256.txt index 8b90c775..3cf11d4a 100644 --- a/qt6-5compat/mingw-w64-static/qt5compat-sha256.txt +++ b/qt6-5compat/mingw-w64-static/qt5compat-sha256.txt @@ -1 +1 @@ -12103499068bf9c0aef736a19553f557babfad6faf6777f9ebfd6159583b7981 +5212427742b0e08c2c67b753cce6791c6f4d2cc3aad72209a9c729111c0d5aaf diff --git a/qt6-5compat/mingw-w64/PKGBUILD b/qt6-5compat/mingw-w64/PKGBUILD index 8b269441..09967716 100644 --- a/qt6-5compat/mingw-w64/PKGBUILD +++ b/qt6-5compat/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-5compat -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qt5compat-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('12103499068bf9c0aef736a19553f557babfad6faf6777f9ebfd6159583b7981') +sha256sums=('5212427742b0e08c2c67b753cce6791c6f4d2cc3aad72209a9c729111c0d5aaf') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-5compat/mingw-w64/PKGBUILD.sh.ep b/qt6-5compat/mingw-w64/PKGBUILD.sh.ep index 4811ddad..b14a2d9e 100644 --- a/qt6-5compat/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-5compat/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-5compat/mingw-w64/qt5compat-sha256.txt b/qt6-5compat/mingw-w64/qt5compat-sha256.txt index 8b90c775..3cf11d4a 100644 --- a/qt6-5compat/mingw-w64/qt5compat-sha256.txt +++ b/qt6-5compat/mingw-w64/qt5compat-sha256.txt @@ -1 +1 @@ -12103499068bf9c0aef736a19553f557babfad6faf6777f9ebfd6159583b7981 +5212427742b0e08c2c67b753cce6791c6f4d2cc3aad72209a9c729111c0d5aaf diff --git a/qt6-activeqt/mingw-w64-static/PKGBUILD b/qt6-activeqt/mingw-w64-static/PKGBUILD index e4b559fe..aea28729 100644 --- a/qt6-activeqt/mingw-w64-static/PKGBUILD +++ b/qt6-activeqt/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-activeqt-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -20,9 +20,9 @@ _pkgfqn="qtactiveqt-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" '0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch' '0002-Build-tools-for-the-target-platform.patch') -sha256sums=('bb1a842eefb84325b5ab87a5331484aa8caf77cdc4493dcfedc2952040229f7f' - '948c0d30eb931b182b019bebe0a76df17575af78d75abe6cc93008e1c889c936' - '3409aae08264b085ec4765ffb824a145f9ce790bd51e285fcb4cdde36f537cfa') +sha256sums=('bb35cab37e12fd053d84a204998795bdce02a2e353fbc5da452638dd1e13ddf4' + '61baa4f0e3e713af36df7b73a78ade58bd1e2b64864be68c0a8ec231f6cec58b' + '7f5309d5b3fe4a0590a42582500dd6585c3f43b664f6aea1b3e71ab5d3080328') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-activeqt/mingw-w64-static/qtactiveqt-sha256.txt b/qt6-activeqt/mingw-w64-static/qtactiveqt-sha256.txt index 60ef17ec..4a5a3b0f 100644 --- a/qt6-activeqt/mingw-w64-static/qtactiveqt-sha256.txt +++ b/qt6-activeqt/mingw-w64-static/qtactiveqt-sha256.txt @@ -1 +1 @@ -bb1a842eefb84325b5ab87a5331484aa8caf77cdc4493dcfedc2952040229f7f +bb35cab37e12fd053d84a204998795bdce02a2e353fbc5da452638dd1e13ddf4 diff --git a/qt6-activeqt/mingw-w64/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch b/qt6-activeqt/mingw-w64/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch index a36e748f..d8f1735f 100644 --- a/qt6-activeqt/mingw-w64/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch +++ b/qt6-activeqt/mingw-w64/0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch @@ -1,4 +1,4 @@ -From ce044b9c11c26bad5dafd428d14f8f4880f5eece Mon Sep 17 00:00:00 2001 +From 8229db183bed3b4ac8976f8ace978a3c77683bc0 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 2 Jun 2017 17:21:08 +0200 Subject: [PATCH 1/2] Handle win64 in dumpcpp and @@ -52,5 +52,5 @@ index 092a3c0..c597942 100644 } -- -2.32.0 +2.33.0 diff --git a/qt6-activeqt/mingw-w64/0002-Build-tools-for-the-target-platform.patch b/qt6-activeqt/mingw-w64/0002-Build-tools-for-the-target-platform.patch index 53eeb7b4..14f72b02 100644 --- a/qt6-activeqt/mingw-w64/0002-Build-tools-for-the-target-platform.patch +++ b/qt6-activeqt/mingw-w64/0002-Build-tools-for-the-target-platform.patch @@ -1,4 +1,4 @@ -From 9fe23372cb7fd6b8b0e2a9000a0156501dd3136d Mon Sep 17 00:00:00 2001 +From 473bd2989f49e7f6d5b32a0c45eab3b3bfee923d Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 7 May 2021 16:10:47 +0200 Subject: [PATCH 2/2] Build tools for the target platform @@ -63,5 +63,5 @@ index 073ce62..a646314 100644 main.cpp PUBLIC_LIBRARIES -- -2.32.0 +2.33.0 diff --git a/qt6-activeqt/mingw-w64/PKGBUILD b/qt6-activeqt/mingw-w64/PKGBUILD index b8e7e92e..ace682a8 100644 --- a/qt6-activeqt/mingw-w64/PKGBUILD +++ b/qt6-activeqt/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-activeqt -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -20,9 +20,9 @@ _pkgfqn="qtactiveqt-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" '0001-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch' '0002-Build-tools-for-the-target-platform.patch') -sha256sums=('bb1a842eefb84325b5ab87a5331484aa8caf77cdc4493dcfedc2952040229f7f' - '948c0d30eb931b182b019bebe0a76df17575af78d75abe6cc93008e1c889c936' - '3409aae08264b085ec4765ffb824a145f9ce790bd51e285fcb4cdde36f537cfa') +sha256sums=('bb35cab37e12fd053d84a204998795bdce02a2e353fbc5da452638dd1e13ddf4' + '61baa4f0e3e713af36df7b73a78ade58bd1e2b64864be68c0a8ec231f6cec58b' + '7f5309d5b3fe4a0590a42582500dd6585c3f43b664f6aea1b3e71ab5d3080328') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-activeqt/mingw-w64/PKGBUILD.sh.ep b/qt6-activeqt/mingw-w64/PKGBUILD.sh.ep index 1c00c783..ab79154a 100644 --- a/qt6-activeqt/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-activeqt/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-activeqt/mingw-w64/qtactiveqt-sha256.txt b/qt6-activeqt/mingw-w64/qtactiveqt-sha256.txt index 60ef17ec..4a5a3b0f 100644 --- a/qt6-activeqt/mingw-w64/qtactiveqt-sha256.txt +++ b/qt6-activeqt/mingw-w64/qtactiveqt-sha256.txt @@ -1 +1 @@ -bb1a842eefb84325b5ab87a5331484aa8caf77cdc4493dcfedc2952040229f7f +bb35cab37e12fd053d84a204998795bdce02a2e353fbc5da452638dd1e13ddf4 diff --git a/qt6-base/android-aarch64/PKGBUILD b/qt6-base/android-aarch64/PKGBUILD index 72b59be3..b4b9e8df 100644 --- a/qt6-base/android-aarch64/PKGBUILD +++ b/qt6-base/android-aarch64/PKGBUILD @@ -37,14 +37,14 @@ source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/subm '0007-Allow-overriding-CMAKE_FIND_LIBRARY_SUFFIXES-to-pref.patch' '0008-Fix-crashes-in-rasterization-code-using-setjmp.patch') sha256sums=('b9c4061c1c7999c42c315fc5b0f4f654067b4186066dd729bbcf1bdce8d781c8' - 'cca54459fe66dffd009883dd6855469e7dac2e37b6b71c08c619d52c19e9c465' - 'fea7df661412a8d05d19b777f0465d521ac52a6208121a3c6a46bef00174d521' - '08fcc3bed6eaf88f3621a70f828e3d6f7e29b58e3a65cb649adebd059f2cd867' - '8876accd3aad0eb67ad16b01717451244c9f908255326f4313383cb534e9b211' - '3a28ceaa6f55c180dc7484df7b1ce4df5f9b7bee1817f50dedd23d2ec66a5b09' - '2ebe2848c7a086f2586cd26575d1731ca23fe64c607588c4c5ff877e4d8175ab' - '6b8b01d90548957d0a6ce2557363ea5ad476b4f9272172ee193957e01aaefb7f' - 'b79bce29e48b1c8a26a4300079ac02c77d6bc22450bceee6fec049e5cec81650') + '7f1dc7bb25a16dda6beb8df1e84aba085f7cb561e76539b2a10b8f77f61a9754' + 'd38da78f9787a430c510a3a2da0a69f30664e7ba916116bf9d260f35e02dc5c6' + 'b281014ae468774ba2d3b138d202acf63ddcbe1c9e7df32cceab1eeee9797e1f' + '68f8ce781d2b3d6123e31e9093e266a8811bc3798c0acbc40bc55176ec843848' + '8ca9936959fa4b89222d02ae806f7c69240a9d79f167be7d4e4e2c906e1b0811' + '361357253cab254eabafdf62253131e705c9e1b473466191eae10d2a43c79e47' + '155de7fafdc36d79977c2b7f3f84c5c74e6cad14f39a95fbccff1e8b8b3f0b49' + '156a862efb8fb1ca0bc67cdb6a08a4ced8e19497bb24e5f4a3c108c40b847d7c') prepare () { cd $_pkgfqn diff --git a/qt6-base/mingw-w64-static/PKGBUILD b/qt6-base/mingw-w64-static/PKGBUILD index 42b906c8..32cd8cd3 100644 --- a/qt6-base/mingw-w64-static/PKGBUILD +++ b/qt6-base/mingw-w64-static/PKGBUILD @@ -11,7 +11,7 @@ # All patches are managed at https://github.com/Martchus/qtbase pkgname=mingw-w64-qt6-base-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -39,15 +39,15 @@ source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/subm '0006-Support-finding-static-MariaDB-client-library.patch' '0007-Allow-overriding-CMAKE_FIND_LIBRARY_SUFFIXES-to-pref.patch' '0008-Fix-crashes-in-rasterization-code-using-setjmp.patch') -sha256sums=('b9c4061c1c7999c42c315fc5b0f4f654067b4186066dd729bbcf1bdce8d781c8' - 'cca54459fe66dffd009883dd6855469e7dac2e37b6b71c08c619d52c19e9c465' - 'fea7df661412a8d05d19b777f0465d521ac52a6208121a3c6a46bef00174d521' - '08fcc3bed6eaf88f3621a70f828e3d6f7e29b58e3a65cb649adebd059f2cd867' - '8876accd3aad0eb67ad16b01717451244c9f908255326f4313383cb534e9b211' - '3a28ceaa6f55c180dc7484df7b1ce4df5f9b7bee1817f50dedd23d2ec66a5b09' - '2ebe2848c7a086f2586cd26575d1731ca23fe64c607588c4c5ff877e4d8175ab' - '6b8b01d90548957d0a6ce2557363ea5ad476b4f9272172ee193957e01aaefb7f' - 'b79bce29e48b1c8a26a4300079ac02c77d6bc22450bceee6fec049e5cec81650') +sha256sums=('1e9abb2ea4daa0fd11f46fc871d9e896b916e1b7130fed74c83d66221bb4fe78' + '7f1dc7bb25a16dda6beb8df1e84aba085f7cb561e76539b2a10b8f77f61a9754' + 'd38da78f9787a430c510a3a2da0a69f30664e7ba916116bf9d260f35e02dc5c6' + 'b281014ae468774ba2d3b138d202acf63ddcbe1c9e7df32cceab1eeee9797e1f' + '68f8ce781d2b3d6123e31e9093e266a8811bc3798c0acbc40bc55176ec843848' + '8ca9936959fa4b89222d02ae806f7c69240a9d79f167be7d4e4e2c906e1b0811' + '361357253cab254eabafdf62253131e705c9e1b473466191eae10d2a43c79e47' + '155de7fafdc36d79977c2b7f3f84c5c74e6cad14f39a95fbccff1e8b8b3f0b49' + '156a862efb8fb1ca0bc67cdb6a08a4ced8e19497bb24e5f4a3c108c40b847d7c') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-base/mingw-w64-static/qtbase-sha256.txt b/qt6-base/mingw-w64-static/qtbase-sha256.txt index 611c3620..da01cfbf 100644 --- a/qt6-base/mingw-w64-static/qtbase-sha256.txt +++ b/qt6-base/mingw-w64-static/qtbase-sha256.txt @@ -1 +1 @@ -b9c4061c1c7999c42c315fc5b0f4f654067b4186066dd729bbcf1bdce8d781c8 +1e9abb2ea4daa0fd11f46fc871d9e896b916e1b7130fed74c83d66221bb4fe78 diff --git a/qt6-base/mingw-w64/0001-Use-CMake-s-default-import-library-suffix.patch b/qt6-base/mingw-w64/0001-Use-CMake-s-default-import-library-suffix.patch index 20ec68ea..6a1f3aea 100644 --- a/qt6-base/mingw-w64/0001-Use-CMake-s-default-import-library-suffix.patch +++ b/qt6-base/mingw-w64/0001-Use-CMake-s-default-import-library-suffix.patch @@ -1,4 +1,4 @@ -From 698e2140cf864ae445abd9e2f280b1f1628eb648 Mon Sep 17 00:00:00 2001 +From df9364458a82e26c51c37e8f3cad6a2ca6b828a3 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 5 Nov 2020 22:08:10 +0100 Subject: [PATCH 1/8] Use CMake's default import library suffix @@ -13,10 +13,10 @@ Change-Id: I3dbedaec74683e5bfd008f7f2fd1e046dfb921b2 5 files changed, 21 insertions(+), 6 deletions(-) diff --git a/cmake/QtPriHelpers.cmake b/cmake/QtPriHelpers.cmake -index abe03031ad..1c36697ed0 100644 +index 5498b8a904..59c905eac2 100644 --- a/cmake/QtPriHelpers.cmake +++ b/cmake/QtPriHelpers.cmake -@@ -372,9 +372,13 @@ QT.${config_module_name}_private.disabled_features = ${disabled_private_features +@@ -370,9 +370,13 @@ QT.${config_module_name}_private.disabled_features = ${disabled_private_features qt_path_join(private_pri_file_path "${target_path}" "${private_pri_file_name}") list(APPEND pri_files "${private_pri_file_path}") @@ -30,8 +30,8 @@ index abe03031ad..1c36697ed0 100644 + ${CMAKE_CMAKE_IMPORT_LIBRARY_SUFFIX} ${CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES} ${CMAKE_STATIC_LIBRARY_SUFFIX}) - if(MSVC) -@@ -785,9 +789,13 @@ CONFIG += ${private_config_joined} + add_custom_command( +@@ -777,9 +781,13 @@ CONFIG += ${private_config_joined} list(APPEND inputs "${preliminary_pri_root}/${cfg}/${pri_data_cmake_file}") endforeach() @@ -45,9 +45,9 @@ index abe03031ad..1c36697ed0 100644 + ${CMAKE_CMAKE_IMPORT_LIBRARY_SUFFIX} ${CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES} ${CMAKE_STATIC_LIBRARY_SUFFIX}) - if(MSVC) + add_custom_command( diff --git a/cmake/QtPrlHelpers.cmake b/cmake/QtPrlHelpers.cmake -index 9e830827a0..2da463dc2d 100644 +index 0aab301053..f2e39b63e0 100644 --- a/cmake/QtPrlHelpers.cmake +++ b/cmake/QtPrlHelpers.cmake @@ -348,11 +348,17 @@ ${prl_step1_content_libs} @@ -110,5 +110,5 @@ index fc4c745c90..939ea2b212 100644 get_target_property(target_type ${target} TYPE) if(target_type STREQUAL "STATIC_LIBRARY") -- -2.32.0 +2.33.0 diff --git a/qt6-base/mingw-w64/0002-Fix-finding-D-Bus.patch b/qt6-base/mingw-w64/0002-Fix-finding-D-Bus.patch index 140cdaa2..93d36160 100644 --- a/qt6-base/mingw-w64/0002-Fix-finding-D-Bus.patch +++ b/qt6-base/mingw-w64/0002-Fix-finding-D-Bus.patch @@ -1,4 +1,4 @@ -From 037c54312a1886f315f711535a2b622ca8998294 Mon Sep 17 00:00:00 2001 +From dbdccd3fb77932e284848b0a8543133497a3e391 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 7 Oct 2020 12:13:37 +0200 Subject: [PATCH 2/8] Fix finding D-Bus @@ -20,5 +20,5 @@ index e227d224e0..bdbcab9eb3 100644 + set_property(TARGET dbus-1 PROPERTY IMPORTED_IMPLIB ${DBus1_LIBRARY}) +endif() -- -2.32.0 +2.33.0 diff --git a/qt6-base/mingw-w64/0003-Fix-using-static-PCRE2-and-DBus-1.patch b/qt6-base/mingw-w64/0003-Fix-using-static-PCRE2-and-DBus-1.patch index 63709170..f6877b16 100644 --- a/qt6-base/mingw-w64/0003-Fix-using-static-PCRE2-and-DBus-1.patch +++ b/qt6-base/mingw-w64/0003-Fix-using-static-PCRE2-and-DBus-1.patch @@ -1,4 +1,4 @@ -From c0157b15b488b07a0ec85f709621ecd1f28d530c Mon Sep 17 00:00:00 2001 +From 2c85dbecb544e4550587a11df9465c0c662ceaf0 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 5 Nov 2020 21:13:19 +0100 Subject: [PATCH 3/8] Fix using static PCRE2 and DBus-1 @@ -44,5 +44,5 @@ index accaa4f5ed..4b11c74caa 100644 # include #else -- -2.32.0 +2.33.0 diff --git a/qt6-base/mingw-w64/0004-Fix-transitive-dependencies-of-static-libraries.patch b/qt6-base/mingw-w64/0004-Fix-transitive-dependencies-of-static-libraries.patch index dff8979b..23c6e3da 100644 --- a/qt6-base/mingw-w64/0004-Fix-transitive-dependencies-of-static-libraries.patch +++ b/qt6-base/mingw-w64/0004-Fix-transitive-dependencies-of-static-libraries.patch @@ -1,4 +1,4 @@ -From eebff1217e3027957452aee75dedb50b5cafa5f6 Mon Sep 17 00:00:00 2001 +From d218fae4376bf0a3b801570164ee6c02e5e94cc0 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 5 Nov 2020 21:59:33 +0100 Subject: [PATCH 4/8] Fix transitive dependencies (of static libraries) @@ -133,5 +133,5 @@ index b151932da7..7e6b38acd1 100644 Qt::CorePrivate Qt::SqlPrivate -- -2.32.0 +2.33.0 diff --git a/qt6-base/mingw-w64/0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch b/qt6-base/mingw-w64/0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch index b680fff5..05dc25c5 100644 --- a/qt6-base/mingw-w64/0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch +++ b/qt6-base/mingw-w64/0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch @@ -1,4 +1,4 @@ -From 5d5b78e1c4d3554031c85b4feb6f48c3e168ee64 Mon Sep 17 00:00:00 2001 +From 187e32fa4e8f92796d75f2bd47efb464e4638aec Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 2 Nov 2020 13:47:45 +0100 Subject: [PATCH 5/8] Fix libjpeg workaround for conflict with rpcndr.h @@ -33,5 +33,5 @@ index beef18f260..72708145f4 100644 #ifdef const # undef const // remove crazy C hackery in jconfig.h -- -2.32.0 +2.33.0 diff --git a/qt6-base/mingw-w64/0006-Support-finding-static-MariaDB-client-library.patch b/qt6-base/mingw-w64/0006-Support-finding-static-MariaDB-client-library.patch index bf09eb39..7c5d0b61 100644 --- a/qt6-base/mingw-w64/0006-Support-finding-static-MariaDB-client-library.patch +++ b/qt6-base/mingw-w64/0006-Support-finding-static-MariaDB-client-library.patch @@ -1,4 +1,4 @@ -From b494454327ab0d74e4e9bf66e725389554e1fdd2 Mon Sep 17 00:00:00 2001 +From b95bfa5f73b66f31073644a60f04e5740e5a4dec Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 8 Nov 2020 00:33:12 +0100 Subject: [PATCH 6/8] Support finding static MariaDB client library @@ -27,5 +27,5 @@ index 0fcba2148e..ab4f6fdc9e 100644 include(FindPackageHandleStandardArgs) -- -2.32.0 +2.33.0 diff --git a/qt6-base/mingw-w64/0007-Allow-overriding-CMAKE_FIND_LIBRARY_SUFFIXES-to-pref.patch b/qt6-base/mingw-w64/0007-Allow-overriding-CMAKE_FIND_LIBRARY_SUFFIXES-to-pref.patch index c1c01fc0..c9c3e1be 100644 --- a/qt6-base/mingw-w64/0007-Allow-overriding-CMAKE_FIND_LIBRARY_SUFFIXES-to-pref.patch +++ b/qt6-base/mingw-w64/0007-Allow-overriding-CMAKE_FIND_LIBRARY_SUFFIXES-to-pref.patch @@ -1,4 +1,4 @@ -From c50929b8897f544eb9f232c9119f997530c20d26 Mon Sep 17 00:00:00 2001 +From 8507a185bd7614aa5250495904348ac25ad1b8ac Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 8 Nov 2020 00:34:09 +0100 Subject: [PATCH 7/8] Allow overriding CMAKE_FIND_LIBRARY_SUFFIXES to prefer @@ -25,5 +25,5 @@ index af8c3d18c4..eb1f47c6e1 100644 # # Macros and functions for building Qt modules -- -2.32.0 +2.33.0 diff --git a/qt6-base/mingw-w64/0008-Fix-crashes-in-rasterization-code-using-setjmp.patch b/qt6-base/mingw-w64/0008-Fix-crashes-in-rasterization-code-using-setjmp.patch index 046ada39..2348941b 100644 --- a/qt6-base/mingw-w64/0008-Fix-crashes-in-rasterization-code-using-setjmp.patch +++ b/qt6-base/mingw-w64/0008-Fix-crashes-in-rasterization-code-using-setjmp.patch @@ -1,4 +1,4 @@ -From 8e627fbe4ab9331b587ec6a3c799934877a5c8d5 Mon Sep 17 00:00:00 2001 +From 4f351792812f2ad38743702ccffa6ccc7e5114da Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 26 Jun 2021 22:24:12 +0200 Subject: [PATCH 8/8] Fix crashes in rasterization code using setjmp @@ -28,7 +28,7 @@ Change-Id: I01937d13569dd01ab4cb1f608020544c93bc343c rename src/gui/painting/{qgrayraster.c => qgrayraster.cpp} (98%) diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt -index bb21d1b976..0d9ade29b9 100644 +index bb21d1b976..6a14076d55 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -166,7 +166,7 @@ qt_internal_add_module(Gui @@ -46,7 +46,7 @@ index bb21d1b976..0d9ade29b9 100644 +# enable exceptions for painting/qgrayraster.cpp +set_source_files_properties("painting/qgrayraster.cpp" -+ PROPERTIES COMPILE_FLAGS "-fexceptions" DISABLE_PRECOMPILE_HEADERS ON SKIP_PRECOMPILE_HEADERS ON ++ PROPERTIES COMPILE_FLAGS "-fexceptions" +) + # Resources: @@ -248,5 +248,5 @@ index e2326a56c1..7b30969ec8 100644 "Description": "FreeType is a freely available software library to render fonts.", "Homepage": "http://www.freetype.org", -- -2.32.0 +2.33.0 diff --git a/qt6-base/mingw-w64/PKGBUILD b/qt6-base/mingw-w64/PKGBUILD index 47444982..15d884ac 100644 --- a/qt6-base/mingw-w64/PKGBUILD +++ b/qt6-base/mingw-w64/PKGBUILD @@ -11,7 +11,7 @@ # All patches are managed at https://github.com/Martchus/qtbase pkgname=mingw-w64-qt6-base -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -39,15 +39,15 @@ source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/subm '0006-Support-finding-static-MariaDB-client-library.patch' '0007-Allow-overriding-CMAKE_FIND_LIBRARY_SUFFIXES-to-pref.patch' '0008-Fix-crashes-in-rasterization-code-using-setjmp.patch') -sha256sums=('b9c4061c1c7999c42c315fc5b0f4f654067b4186066dd729bbcf1bdce8d781c8' - 'cca54459fe66dffd009883dd6855469e7dac2e37b6b71c08c619d52c19e9c465' - 'fea7df661412a8d05d19b777f0465d521ac52a6208121a3c6a46bef00174d521' - '08fcc3bed6eaf88f3621a70f828e3d6f7e29b58e3a65cb649adebd059f2cd867' - '8876accd3aad0eb67ad16b01717451244c9f908255326f4313383cb534e9b211' - '3a28ceaa6f55c180dc7484df7b1ce4df5f9b7bee1817f50dedd23d2ec66a5b09' - '2ebe2848c7a086f2586cd26575d1731ca23fe64c607588c4c5ff877e4d8175ab' - '6b8b01d90548957d0a6ce2557363ea5ad476b4f9272172ee193957e01aaefb7f' - 'b79bce29e48b1c8a26a4300079ac02c77d6bc22450bceee6fec049e5cec81650') +sha256sums=('1e9abb2ea4daa0fd11f46fc871d9e896b916e1b7130fed74c83d66221bb4fe78' + '7f1dc7bb25a16dda6beb8df1e84aba085f7cb561e76539b2a10b8f77f61a9754' + 'd38da78f9787a430c510a3a2da0a69f30664e7ba916116bf9d260f35e02dc5c6' + 'b281014ae468774ba2d3b138d202acf63ddcbe1c9e7df32cceab1eeee9797e1f' + '68f8ce781d2b3d6123e31e9093e266a8811bc3798c0acbc40bc55176ec843848' + '8ca9936959fa4b89222d02ae806f7c69240a9d79f167be7d4e4e2c906e1b0811' + '361357253cab254eabafdf62253131e705c9e1b473466191eae10d2a43c79e47' + '155de7fafdc36d79977c2b7f3f84c5c74e6cad14f39a95fbccff1e8b8b3f0b49' + '156a862efb8fb1ca0bc67cdb6a08a4ced8e19497bb24e5f4a3c108c40b847d7c') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-base/mingw-w64/qtbase-sha256.txt b/qt6-base/mingw-w64/qtbase-sha256.txt index 611c3620..da01cfbf 100644 --- a/qt6-base/mingw-w64/qtbase-sha256.txt +++ b/qt6-base/mingw-w64/qtbase-sha256.txt @@ -1 +1 @@ -b9c4061c1c7999c42c315fc5b0f4f654067b4186066dd729bbcf1bdce8d781c8 +1e9abb2ea4daa0fd11f46fc871d9e896b916e1b7130fed74c83d66221bb4fe78 diff --git a/qt6-charts/android-aarch64/PKGBUILD b/qt6-charts/android-aarch64/PKGBUILD index b387bbef..34c88d1b 100644 --- a/qt6-charts/android-aarch64/PKGBUILD +++ b/qt6-charts/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-charts -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-charts/android-aarch64/PKGBUILD.sh.ep b/qt6-charts/android-aarch64/PKGBUILD.sh.ep index 8af359f4..b6791fca 100644 --- a/qt6-charts/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-charts/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-charts/mingw-w64-static/PKGBUILD b/qt6-charts/mingw-w64-static/PKGBUILD index 127de179..04d0696e 100644 --- a/qt6-charts/mingw-w64-static/PKGBUILD +++ b/qt6-charts/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-charts-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtcharts-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('872f786ef497d6e3c89e93ef758d9532c502a94db3005631a2fe0bd5fc2adddc') +sha256sums=('c2596c05b299ae29e5d016c66ca3202f261e58db22d6376a38fc17859a849d5b') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-charts/mingw-w64-static/qtcharts-sha256.txt b/qt6-charts/mingw-w64-static/qtcharts-sha256.txt index c0ef813c..3555bc81 100644 --- a/qt6-charts/mingw-w64-static/qtcharts-sha256.txt +++ b/qt6-charts/mingw-w64-static/qtcharts-sha256.txt @@ -1 +1 @@ -872f786ef497d6e3c89e93ef758d9532c502a94db3005631a2fe0bd5fc2adddc +c2596c05b299ae29e5d016c66ca3202f261e58db22d6376a38fc17859a849d5b diff --git a/qt6-charts/mingw-w64/PKGBUILD b/qt6-charts/mingw-w64/PKGBUILD index 4f61466c..7c15e08d 100644 --- a/qt6-charts/mingw-w64/PKGBUILD +++ b/qt6-charts/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-charts -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtcharts-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('872f786ef497d6e3c89e93ef758d9532c502a94db3005631a2fe0bd5fc2adddc') +sha256sums=('c2596c05b299ae29e5d016c66ca3202f261e58db22d6376a38fc17859a849d5b') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-charts/mingw-w64/PKGBUILD.sh.ep b/qt6-charts/mingw-w64/PKGBUILD.sh.ep index 71eb8f8f..ffc959ee 100644 --- a/qt6-charts/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-charts/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-charts/mingw-w64/qtcharts-sha256.txt b/qt6-charts/mingw-w64/qtcharts-sha256.txt index c0ef813c..3555bc81 100644 --- a/qt6-charts/mingw-w64/qtcharts-sha256.txt +++ b/qt6-charts/mingw-w64/qtcharts-sha256.txt @@ -1 +1 @@ -872f786ef497d6e3c89e93ef758d9532c502a94db3005631a2fe0bd5fc2adddc +c2596c05b299ae29e5d016c66ca3202f261e58db22d6376a38fc17859a849d5b diff --git a/qt6-datavis3d/android-aarch64/PKGBUILD b/qt6-datavis3d/android-aarch64/PKGBUILD index 13579009..887c10b3 100644 --- a/qt6-datavis3d/android-aarch64/PKGBUILD +++ b/qt6-datavis3d/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-datavis3d -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-datavis3d/android-aarch64/PKGBUILD.sh.ep b/qt6-datavis3d/android-aarch64/PKGBUILD.sh.ep index 7aa8b690..b465752b 100644 --- a/qt6-datavis3d/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-datavis3d/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-datavis3d/mingw-w64-static/PKGBUILD b/qt6-datavis3d/mingw-w64-static/PKGBUILD index dedc9996..d7adaca1 100644 --- a/qt6-datavis3d/mingw-w64-static/PKGBUILD +++ b/qt6-datavis3d/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-datavis3d-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtdatavis3d-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('e602b8a364aae6819e6925fe72631c36b92ea21fbb9ea37c0e1b7906ffbda5c9') +sha256sums=('22367ecbc0c59775f3e907ec0a9453275e0c65edcd98c8566ed4cd61bf8a6f0e') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-datavis3d/mingw-w64-static/qtdatavis3d-sha256.txt b/qt6-datavis3d/mingw-w64-static/qtdatavis3d-sha256.txt index 1352ac52..e921b25e 100644 --- a/qt6-datavis3d/mingw-w64-static/qtdatavis3d-sha256.txt +++ b/qt6-datavis3d/mingw-w64-static/qtdatavis3d-sha256.txt @@ -1 +1 @@ -e602b8a364aae6819e6925fe72631c36b92ea21fbb9ea37c0e1b7906ffbda5c9 +22367ecbc0c59775f3e907ec0a9453275e0c65edcd98c8566ed4cd61bf8a6f0e diff --git a/qt6-datavis3d/mingw-w64/PKGBUILD b/qt6-datavis3d/mingw-w64/PKGBUILD index 2ee692fc..03cc2d1b 100644 --- a/qt6-datavis3d/mingw-w64/PKGBUILD +++ b/qt6-datavis3d/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-datavis3d -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtdatavis3d-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('e602b8a364aae6819e6925fe72631c36b92ea21fbb9ea37c0e1b7906ffbda5c9') +sha256sums=('22367ecbc0c59775f3e907ec0a9453275e0c65edcd98c8566ed4cd61bf8a6f0e') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-datavis3d/mingw-w64/PKGBUILD.sh.ep b/qt6-datavis3d/mingw-w64/PKGBUILD.sh.ep index b5e64f2b..969ee571 100644 --- a/qt6-datavis3d/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-datavis3d/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-datavis3d/mingw-w64/qtdatavis3d-sha256.txt b/qt6-datavis3d/mingw-w64/qtdatavis3d-sha256.txt index 1352ac52..e921b25e 100644 --- a/qt6-datavis3d/mingw-w64/qtdatavis3d-sha256.txt +++ b/qt6-datavis3d/mingw-w64/qtdatavis3d-sha256.txt @@ -1 +1 @@ -e602b8a364aae6819e6925fe72631c36b92ea21fbb9ea37c0e1b7906ffbda5c9 +22367ecbc0c59775f3e907ec0a9453275e0c65edcd98c8566ed4cd61bf8a6f0e diff --git a/qt6-declarative/android-aarch64/PKGBUILD b/qt6-declarative/android-aarch64/PKGBUILD index 62c0d6e2..848ce9da 100644 --- a/qt6-declarative/android-aarch64/PKGBUILD +++ b/qt6-declarative/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-declarative -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -21,7 +21,7 @@ _pkgfqn="qtdeclarative-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" '0001-Exclude-qmltime-when-cross-compiling.patch') sha256sums=('4ecb982c08ca020192ffccd1af3c1e0be131324442bb4d9f77665cbc5ffa18fc' - '934e38289a35ea20ff359a44b433640458b3c3932d63ffc27aa3dc1de9012815') + '98be8fd1d4c74b9a137b585bc9cb556873bed9104d00010395a2f73997bbaab6') prepare () { cd $_pkgfqn diff --git a/qt6-declarative/android-aarch64/PKGBUILD.sh.ep b/qt6-declarative/android-aarch64/PKGBUILD.sh.ep index 96a25ddb..65774c0a 100644 --- a/qt6-declarative/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-declarative/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module', has_binaries => 1; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-declarative/mingw-w64-static/PKGBUILD b/qt6-declarative/mingw-w64-static/PKGBUILD index 06be2d13..253143fe 100644 --- a/qt6-declarative/mingw-w64-static/PKGBUILD +++ b/qt6-declarative/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-declarative-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -19,8 +19,8 @@ groups=(mingw-w64-qt6) _pkgfqn="qtdeclarative-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" '0001-Exclude-qmltime-when-cross-compiling.patch') -sha256sums=('4ecb982c08ca020192ffccd1af3c1e0be131324442bb4d9f77665cbc5ffa18fc' - '934e38289a35ea20ff359a44b433640458b3c3932d63ffc27aa3dc1de9012815') +sha256sums=('3e49a36135e799262226d3365016c61c09bacb07fb96438226e753716a3ff743' + '98be8fd1d4c74b9a137b585bc9cb556873bed9104d00010395a2f73997bbaab6') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-declarative/mingw-w64-static/qtdeclarative-sha256.txt b/qt6-declarative/mingw-w64-static/qtdeclarative-sha256.txt index 037805eb..5b4804bc 100644 --- a/qt6-declarative/mingw-w64-static/qtdeclarative-sha256.txt +++ b/qt6-declarative/mingw-w64-static/qtdeclarative-sha256.txt @@ -1 +1 @@ -4ecb982c08ca020192ffccd1af3c1e0be131324442bb4d9f77665cbc5ffa18fc +3e49a36135e799262226d3365016c61c09bacb07fb96438226e753716a3ff743 diff --git a/qt6-declarative/mingw-w64/0001-Exclude-qmltime-when-cross-compiling.patch b/qt6-declarative/mingw-w64/0001-Exclude-qmltime-when-cross-compiling.patch index 0ca8051b..9b1b7e49 100644 --- a/qt6-declarative/mingw-w64/0001-Exclude-qmltime-when-cross-compiling.patch +++ b/qt6-declarative/mingw-w64/0001-Exclude-qmltime-when-cross-compiling.patch @@ -1,4 +1,4 @@ -From c54a670eaf12d98808bff9c83ef3a937b1626d36 Mon Sep 17 00:00:00 2001 +From e50c6db728eed159a05440c45a0328690d32752d Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 5 Feb 2021 02:22:45 +0100 Subject: [PATCH] Exclude qmltime when cross compiling @@ -29,5 +29,5 @@ index 8438e8c6fa..23753dd0dc 100644 if(QT_BUILD_SHARED_LIBS AND QT_FEATURE_process AND QT_FEATURE_regularexpression AND QT_FEATURE_thread AND TARGET Qt::Quick AND NOT ANDROID AND NOT WASM AND NOT rtems) add_subdirectory(qmlplugindump) -- -2.32.0 +2.33.0 diff --git a/qt6-declarative/mingw-w64/PKGBUILD b/qt6-declarative/mingw-w64/PKGBUILD index 0a14c594..02c66715 100644 --- a/qt6-declarative/mingw-w64/PKGBUILD +++ b/qt6-declarative/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-declarative -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -19,8 +19,8 @@ groups=(mingw-w64-qt6) _pkgfqn="qtdeclarative-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" '0001-Exclude-qmltime-when-cross-compiling.patch') -sha256sums=('4ecb982c08ca020192ffccd1af3c1e0be131324442bb4d9f77665cbc5ffa18fc' - '934e38289a35ea20ff359a44b433640458b3c3932d63ffc27aa3dc1de9012815') +sha256sums=('3e49a36135e799262226d3365016c61c09bacb07fb96438226e753716a3ff743' + '98be8fd1d4c74b9a137b585bc9cb556873bed9104d00010395a2f73997bbaab6') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-declarative/mingw-w64/PKGBUILD.sh.ep b/qt6-declarative/mingw-w64/PKGBUILD.sh.ep index 34816862..2710a19a 100644 --- a/qt6-declarative/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-declarative/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module', has_binaries => 1; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-declarative/mingw-w64/qtdeclarative-sha256.txt b/qt6-declarative/mingw-w64/qtdeclarative-sha256.txt index 037805eb..5b4804bc 100644 --- a/qt6-declarative/mingw-w64/qtdeclarative-sha256.txt +++ b/qt6-declarative/mingw-w64/qtdeclarative-sha256.txt @@ -1 +1 @@ -4ecb982c08ca020192ffccd1af3c1e0be131324442bb4d9f77665cbc5ffa18fc +3e49a36135e799262226d3365016c61c09bacb07fb96438226e753716a3ff743 diff --git a/qt6-imageformats/android-aarch64/PKGBUILD b/qt6-imageformats/android-aarch64/PKGBUILD index c7c34ff2..b1ea38c9 100644 --- a/qt6-imageformats/android-aarch64/PKGBUILD +++ b/qt6-imageformats/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-imageformats -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-imageformats/android-aarch64/PKGBUILD.sh.ep b/qt6-imageformats/android-aarch64/PKGBUILD.sh.ep index 9bf0c85e..8934fb0a 100644 --- a/qt6-imageformats/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-imageformats/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-imageformats/mingw-w64-static/PKGBUILD b/qt6-imageformats/mingw-w64-static/PKGBUILD index a3a1f4fc..1675599a 100644 --- a/qt6-imageformats/mingw-w64-static/PKGBUILD +++ b/qt6-imageformats/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-imageformats-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -20,7 +20,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtimageformats-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('958600ed4acf6cc5f74b77e97b4913f3127ccbaadcfce6c1942e775f9f4345a2') +sha256sums=('e1f9d3e3061dbe8c71f2189b6ccc4f92e59aac95a7ce7217aefe500cdc2e26f3') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-imageformats/mingw-w64-static/qtimageformats-sha256.txt b/qt6-imageformats/mingw-w64-static/qtimageformats-sha256.txt index 1f0a6452..511a070f 100644 --- a/qt6-imageformats/mingw-w64-static/qtimageformats-sha256.txt +++ b/qt6-imageformats/mingw-w64-static/qtimageformats-sha256.txt @@ -1 +1 @@ -958600ed4acf6cc5f74b77e97b4913f3127ccbaadcfce6c1942e775f9f4345a2 +e1f9d3e3061dbe8c71f2189b6ccc4f92e59aac95a7ce7217aefe500cdc2e26f3 diff --git a/qt6-imageformats/mingw-w64/PKGBUILD b/qt6-imageformats/mingw-w64/PKGBUILD index feebee53..ed8aa004 100644 --- a/qt6-imageformats/mingw-w64/PKGBUILD +++ b/qt6-imageformats/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-imageformats -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -20,7 +20,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtimageformats-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('958600ed4acf6cc5f74b77e97b4913f3127ccbaadcfce6c1942e775f9f4345a2') +sha256sums=('e1f9d3e3061dbe8c71f2189b6ccc4f92e59aac95a7ce7217aefe500cdc2e26f3') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-imageformats/mingw-w64/PKGBUILD.sh.ep b/qt6-imageformats/mingw-w64/PKGBUILD.sh.ep index f9fd5ec2..cc1c0ec7 100644 --- a/qt6-imageformats/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-imageformats/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-imageformats/mingw-w64/qtimageformats-sha256.txt b/qt6-imageformats/mingw-w64/qtimageformats-sha256.txt index 1f0a6452..511a070f 100644 --- a/qt6-imageformats/mingw-w64/qtimageformats-sha256.txt +++ b/qt6-imageformats/mingw-w64/qtimageformats-sha256.txt @@ -1 +1 @@ -958600ed4acf6cc5f74b77e97b4913f3127ccbaadcfce6c1942e775f9f4345a2 +e1f9d3e3061dbe8c71f2189b6ccc4f92e59aac95a7ce7217aefe500cdc2e26f3 diff --git a/qt6-lottie/android-aarch64/PKGBUILD b/qt6-lottie/android-aarch64/PKGBUILD index 8742f3bf..fd66e9fb 100644 --- a/qt6-lottie/android-aarch64/PKGBUILD +++ b/qt6-lottie/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-lottie -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-lottie/android-aarch64/PKGBUILD.sh.ep b/qt6-lottie/android-aarch64/PKGBUILD.sh.ep index cd98fae2..eebe1ef3 100644 --- a/qt6-lottie/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-lottie/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-lottie/mingw-w64-static/PKGBUILD b/qt6-lottie/mingw-w64-static/PKGBUILD index 4a8bc23f..872fe373 100644 --- a/qt6-lottie/mingw-w64-static/PKGBUILD +++ b/qt6-lottie/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-lottie-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtlottie-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('5b1b8a8a6c2ffd587937f84a8201b6e485cb58462d4d6aa9c00aea2f6b40071b') +sha256sums=('3c6a2642091f28e9cb0f8c0f82069fd3957d88e7bc6519517d17c0ca02c6b103') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-lottie/mingw-w64-static/qtlottie-sha256.txt b/qt6-lottie/mingw-w64-static/qtlottie-sha256.txt index 004f2c24..5d7b6254 100644 --- a/qt6-lottie/mingw-w64-static/qtlottie-sha256.txt +++ b/qt6-lottie/mingw-w64-static/qtlottie-sha256.txt @@ -1 +1 @@ -5b1b8a8a6c2ffd587937f84a8201b6e485cb58462d4d6aa9c00aea2f6b40071b +3c6a2642091f28e9cb0f8c0f82069fd3957d88e7bc6519517d17c0ca02c6b103 diff --git a/qt6-lottie/mingw-w64/PKGBUILD b/qt6-lottie/mingw-w64/PKGBUILD index 7c868603..cf52e78e 100644 --- a/qt6-lottie/mingw-w64/PKGBUILD +++ b/qt6-lottie/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-lottie -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtlottie-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('5b1b8a8a6c2ffd587937f84a8201b6e485cb58462d4d6aa9c00aea2f6b40071b') +sha256sums=('3c6a2642091f28e9cb0f8c0f82069fd3957d88e7bc6519517d17c0ca02c6b103') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-lottie/mingw-w64/PKGBUILD.sh.ep b/qt6-lottie/mingw-w64/PKGBUILD.sh.ep index 9efc2cd5..84e38e2b 100644 --- a/qt6-lottie/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-lottie/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-lottie/mingw-w64/qtlottie-sha256.txt b/qt6-lottie/mingw-w64/qtlottie-sha256.txt index 004f2c24..5d7b6254 100644 --- a/qt6-lottie/mingw-w64/qtlottie-sha256.txt +++ b/qt6-lottie/mingw-w64/qtlottie-sha256.txt @@ -1 +1 @@ -5b1b8a8a6c2ffd587937f84a8201b6e485cb58462d4d6aa9c00aea2f6b40071b +3c6a2642091f28e9cb0f8c0f82069fd3957d88e7bc6519517d17c0ca02c6b103 diff --git a/qt6-networkauth/android-aarch64/PKGBUILD b/qt6-networkauth/android-aarch64/PKGBUILD index 367ae1a7..fc46b91a 100644 --- a/qt6-networkauth/android-aarch64/PKGBUILD +++ b/qt6-networkauth/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-networkauth -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-networkauth/android-aarch64/PKGBUILD.sh.ep b/qt6-networkauth/android-aarch64/PKGBUILD.sh.ep index 8ed02445..0d3778ff 100644 --- a/qt6-networkauth/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-networkauth/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-networkauth/mingw-w64-static/PKGBUILD b/qt6-networkauth/mingw-w64-static/PKGBUILD index 318c1bb4..0e1d2891 100644 --- a/qt6-networkauth/mingw-w64-static/PKGBUILD +++ b/qt6-networkauth/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-networkauth-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtnetworkauth-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('a02740a3a2a90f011ba1eac342a4a09f6381b65bf5ed3fc41c0725fbeb7f9c60') +sha256sums=('62f6f473eaf5e4e62e153b14bbcfcc18b49e3a431897b4ac69491b5842c72862') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-networkauth/mingw-w64-static/qtnetworkauth-sha256.txt b/qt6-networkauth/mingw-w64-static/qtnetworkauth-sha256.txt index e0c75926..2637d64b 100644 --- a/qt6-networkauth/mingw-w64-static/qtnetworkauth-sha256.txt +++ b/qt6-networkauth/mingw-w64-static/qtnetworkauth-sha256.txt @@ -1 +1 @@ -a02740a3a2a90f011ba1eac342a4a09f6381b65bf5ed3fc41c0725fbeb7f9c60 +62f6f473eaf5e4e62e153b14bbcfcc18b49e3a431897b4ac69491b5842c72862 diff --git a/qt6-networkauth/mingw-w64/PKGBUILD b/qt6-networkauth/mingw-w64/PKGBUILD index 192d9e90..a8037f46 100644 --- a/qt6-networkauth/mingw-w64/PKGBUILD +++ b/qt6-networkauth/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-networkauth -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtnetworkauth-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('a02740a3a2a90f011ba1eac342a4a09f6381b65bf5ed3fc41c0725fbeb7f9c60') +sha256sums=('62f6f473eaf5e4e62e153b14bbcfcc18b49e3a431897b4ac69491b5842c72862') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-networkauth/mingw-w64/PKGBUILD.sh.ep b/qt6-networkauth/mingw-w64/PKGBUILD.sh.ep index 2b07df99..22b1558c 100644 --- a/qt6-networkauth/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-networkauth/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-networkauth/mingw-w64/qtnetworkauth-sha256.txt b/qt6-networkauth/mingw-w64/qtnetworkauth-sha256.txt index e0c75926..2637d64b 100644 --- a/qt6-networkauth/mingw-w64/qtnetworkauth-sha256.txt +++ b/qt6-networkauth/mingw-w64/qtnetworkauth-sha256.txt @@ -1 +1 @@ -a02740a3a2a90f011ba1eac342a4a09f6381b65bf5ed3fc41c0725fbeb7f9c60 +62f6f473eaf5e4e62e153b14bbcfcc18b49e3a431897b4ac69491b5842c72862 diff --git a/qt6-quick3d/android-aarch64/PKGBUILD b/qt6-quick3d/android-aarch64/PKGBUILD index 7494b1ca..4efc1f73 100644 --- a/qt6-quick3d/android-aarch64/PKGBUILD +++ b/qt6-quick3d/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-quick3d -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-quick3d/android-aarch64/PKGBUILD.sh.ep b/qt6-quick3d/android-aarch64/PKGBUILD.sh.ep index 13fc307a..1e04e367 100644 --- a/qt6-quick3d/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-quick3d/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module', has_binaries => 1; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-quick3d/mingw-w64-static/PKGBUILD b/qt6-quick3d/mingw-w64-static/PKGBUILD index 530000f9..f245b588 100644 --- a/qt6-quick3d/mingw-w64-static/PKGBUILD +++ b/qt6-quick3d/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-quick3d-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtquick3d-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('b0af0b42ff1b126675b7844946fa2748ea5c63e0f92b46974b0ad18f3136d389') +sha256sums=('91dbdda78204cb27c100ed3a4eed9f3b18466c4349b1f164191a646348410ca6') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-quick3d/mingw-w64-static/qtquick3d-sha256.txt b/qt6-quick3d/mingw-w64-static/qtquick3d-sha256.txt index a2d927d0..38463591 100644 --- a/qt6-quick3d/mingw-w64-static/qtquick3d-sha256.txt +++ b/qt6-quick3d/mingw-w64-static/qtquick3d-sha256.txt @@ -1 +1 @@ -b0af0b42ff1b126675b7844946fa2748ea5c63e0f92b46974b0ad18f3136d389 +91dbdda78204cb27c100ed3a4eed9f3b18466c4349b1f164191a646348410ca6 diff --git a/qt6-quick3d/mingw-w64/PKGBUILD b/qt6-quick3d/mingw-w64/PKGBUILD index b91c2b9d..8ba98863 100644 --- a/qt6-quick3d/mingw-w64/PKGBUILD +++ b/qt6-quick3d/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-quick3d -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtquick3d-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('b0af0b42ff1b126675b7844946fa2748ea5c63e0f92b46974b0ad18f3136d389') +sha256sums=('91dbdda78204cb27c100ed3a4eed9f3b18466c4349b1f164191a646348410ca6') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-quick3d/mingw-w64/PKGBUILD.sh.ep b/qt6-quick3d/mingw-w64/PKGBUILD.sh.ep index dba4e3eb..a0db9207 100644 --- a/qt6-quick3d/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-quick3d/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module', has_binaries => 1; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-quick3d/mingw-w64/qtquick3d-sha256.txt b/qt6-quick3d/mingw-w64/qtquick3d-sha256.txt index a2d927d0..38463591 100644 --- a/qt6-quick3d/mingw-w64/qtquick3d-sha256.txt +++ b/qt6-quick3d/mingw-w64/qtquick3d-sha256.txt @@ -1 +1 @@ -b0af0b42ff1b126675b7844946fa2748ea5c63e0f92b46974b0ad18f3136d389 +91dbdda78204cb27c100ed3a4eed9f3b18466c4349b1f164191a646348410ca6 diff --git a/qt6-quickcontrols2/android-aarch64/PKGBUILD b/qt6-quickcontrols2/android-aarch64/PKGBUILD index 0f2cced4..03c7bf0f 100644 --- a/qt6-quickcontrols2/android-aarch64/PKGBUILD +++ b/qt6-quickcontrols2/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-quickcontrols2 -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-quickcontrols2/android-aarch64/PKGBUILD.sh.ep b/qt6-quickcontrols2/android-aarch64/PKGBUILD.sh.ep index 8da65483..98f252e7 100644 --- a/qt6-quickcontrols2/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-quickcontrols2/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-quickcontrols2/mingw-w64-static/PKGBUILD b/qt6-quickcontrols2/mingw-w64-static/PKGBUILD index 908d9dbf..ca769d48 100644 --- a/qt6-quickcontrols2/mingw-w64-static/PKGBUILD +++ b/qt6-quickcontrols2/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-quickcontrols2-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtquickcontrols2-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('808f30c3308654ff3c1be6c8e304a59060c5ea7ff6afe7b21fb55be7d5442f28') +sha256sums=('799e408eb9dac724695b0f0d6afd40a28af3f3d5dc606a59b6570a126f2a6b06') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-quickcontrols2/mingw-w64-static/qtquickcontrols2-sha256.txt b/qt6-quickcontrols2/mingw-w64-static/qtquickcontrols2-sha256.txt index f91737ce..2646d4dd 100644 --- a/qt6-quickcontrols2/mingw-w64-static/qtquickcontrols2-sha256.txt +++ b/qt6-quickcontrols2/mingw-w64-static/qtquickcontrols2-sha256.txt @@ -1 +1 @@ -808f30c3308654ff3c1be6c8e304a59060c5ea7ff6afe7b21fb55be7d5442f28 +799e408eb9dac724695b0f0d6afd40a28af3f3d5dc606a59b6570a126f2a6b06 diff --git a/qt6-quickcontrols2/mingw-w64/PKGBUILD b/qt6-quickcontrols2/mingw-w64/PKGBUILD index ca7c08c5..6475bf56 100644 --- a/qt6-quickcontrols2/mingw-w64/PKGBUILD +++ b/qt6-quickcontrols2/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-quickcontrols2 -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtquickcontrols2-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('808f30c3308654ff3c1be6c8e304a59060c5ea7ff6afe7b21fb55be7d5442f28') +sha256sums=('799e408eb9dac724695b0f0d6afd40a28af3f3d5dc606a59b6570a126f2a6b06') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-quickcontrols2/mingw-w64/PKGBUILD.sh.ep b/qt6-quickcontrols2/mingw-w64/PKGBUILD.sh.ep index d54945b3..c765bbc7 100644 --- a/qt6-quickcontrols2/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-quickcontrols2/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-quickcontrols2/mingw-w64/qtquickcontrols2-sha256.txt b/qt6-quickcontrols2/mingw-w64/qtquickcontrols2-sha256.txt index f91737ce..2646d4dd 100644 --- a/qt6-quickcontrols2/mingw-w64/qtquickcontrols2-sha256.txt +++ b/qt6-quickcontrols2/mingw-w64/qtquickcontrols2-sha256.txt @@ -1 +1 @@ -808f30c3308654ff3c1be6c8e304a59060c5ea7ff6afe7b21fb55be7d5442f28 +799e408eb9dac724695b0f0d6afd40a28af3f3d5dc606a59b6570a126f2a6b06 diff --git a/qt6-quicktimeline/android-aarch64/PKGBUILD b/qt6-quicktimeline/android-aarch64/PKGBUILD index 4ac544ca..e63d338e 100644 --- a/qt6-quicktimeline/android-aarch64/PKGBUILD +++ b/qt6-quicktimeline/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-quicktimeline -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-quicktimeline/android-aarch64/PKGBUILD.sh.ep b/qt6-quicktimeline/android-aarch64/PKGBUILD.sh.ep index 33604155..2c4c0ec3 100644 --- a/qt6-quicktimeline/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-quicktimeline/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-quicktimeline/mingw-w64-static/PKGBUILD b/qt6-quicktimeline/mingw-w64-static/PKGBUILD index ca6093d1..cbd5ad20 100644 --- a/qt6-quicktimeline/mingw-w64-static/PKGBUILD +++ b/qt6-quicktimeline/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-quicktimeline-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtquicktimeline-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('b0aec128f957db0d2bc1e51f6878cf1204f33c967123666164dd41683c459581') +sha256sums=('2b558f2abe7d6d4b1a500bd8126987e76314e6cd499d365a6476f347b8d2d82a') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-quicktimeline/mingw-w64-static/qtquicktimeline-sha256.txt b/qt6-quicktimeline/mingw-w64-static/qtquicktimeline-sha256.txt index c9541662..830d8d46 100644 --- a/qt6-quicktimeline/mingw-w64-static/qtquicktimeline-sha256.txt +++ b/qt6-quicktimeline/mingw-w64-static/qtquicktimeline-sha256.txt @@ -1 +1 @@ -b0aec128f957db0d2bc1e51f6878cf1204f33c967123666164dd41683c459581 +2b558f2abe7d6d4b1a500bd8126987e76314e6cd499d365a6476f347b8d2d82a diff --git a/qt6-quicktimeline/mingw-w64/PKGBUILD b/qt6-quicktimeline/mingw-w64/PKGBUILD index ed573c0b..c1f4bc1f 100644 --- a/qt6-quicktimeline/mingw-w64/PKGBUILD +++ b/qt6-quicktimeline/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-quicktimeline -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtquicktimeline-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('b0aec128f957db0d2bc1e51f6878cf1204f33c967123666164dd41683c459581') +sha256sums=('2b558f2abe7d6d4b1a500bd8126987e76314e6cd499d365a6476f347b8d2d82a') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-quicktimeline/mingw-w64/PKGBUILD.sh.ep b/qt6-quicktimeline/mingw-w64/PKGBUILD.sh.ep index 714ce3b3..859d7543 100644 --- a/qt6-quicktimeline/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-quicktimeline/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-quicktimeline/mingw-w64/qtquicktimeline-sha256.txt b/qt6-quicktimeline/mingw-w64/qtquicktimeline-sha256.txt index c9541662..830d8d46 100644 --- a/qt6-quicktimeline/mingw-w64/qtquicktimeline-sha256.txt +++ b/qt6-quicktimeline/mingw-w64/qtquicktimeline-sha256.txt @@ -1 +1 @@ -b0aec128f957db0d2bc1e51f6878cf1204f33c967123666164dd41683c459581 +2b558f2abe7d6d4b1a500bd8126987e76314e6cd499d365a6476f347b8d2d82a diff --git a/qt6-scxml/android-aarch64/PKGBUILD b/qt6-scxml/android-aarch64/PKGBUILD index e83f8cd7..25782fd8 100644 --- a/qt6-scxml/android-aarch64/PKGBUILD +++ b/qt6-scxml/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-scxml -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-scxml/android-aarch64/PKGBUILD.sh.ep b/qt6-scxml/android-aarch64/PKGBUILD.sh.ep index fdfc128d..aad35ea7 100644 --- a/qt6-scxml/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-scxml/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-scxml/mingw-w64-static/PKGBUILD b/qt6-scxml/mingw-w64-static/PKGBUILD index ba68da1a..36ee37d5 100644 --- a/qt6-scxml/mingw-w64-static/PKGBUILD +++ b/qt6-scxml/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-scxml-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtscxml-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('b193863cda65c8c805e061b4c0d12a23b573c7de59c0486b560e886ba8c50672') +sha256sums=('a3458feb7fadbbe9a9ff2a92055e5a12fa47fb80737411043bb210c91a0e7315') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-scxml/mingw-w64-static/qtscxml-sha256.txt b/qt6-scxml/mingw-w64-static/qtscxml-sha256.txt index baac97a5..29a255ee 100644 --- a/qt6-scxml/mingw-w64-static/qtscxml-sha256.txt +++ b/qt6-scxml/mingw-w64-static/qtscxml-sha256.txt @@ -1 +1 @@ -b193863cda65c8c805e061b4c0d12a23b573c7de59c0486b560e886ba8c50672 +a3458feb7fadbbe9a9ff2a92055e5a12fa47fb80737411043bb210c91a0e7315 diff --git a/qt6-scxml/mingw-w64/PKGBUILD b/qt6-scxml/mingw-w64/PKGBUILD index 02da7830..732d3890 100644 --- a/qt6-scxml/mingw-w64/PKGBUILD +++ b/qt6-scxml/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-scxml -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtscxml-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('b193863cda65c8c805e061b4c0d12a23b573c7de59c0486b560e886ba8c50672') +sha256sums=('a3458feb7fadbbe9a9ff2a92055e5a12fa47fb80737411043bb210c91a0e7315') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-scxml/mingw-w64/PKGBUILD.sh.ep b/qt6-scxml/mingw-w64/PKGBUILD.sh.ep index fdfcd793..cd640efd 100644 --- a/qt6-scxml/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-scxml/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-scxml/mingw-w64/qtscxml-sha256.txt b/qt6-scxml/mingw-w64/qtscxml-sha256.txt index baac97a5..29a255ee 100644 --- a/qt6-scxml/mingw-w64/qtscxml-sha256.txt +++ b/qt6-scxml/mingw-w64/qtscxml-sha256.txt @@ -1 +1 @@ -b193863cda65c8c805e061b4c0d12a23b573c7de59c0486b560e886ba8c50672 +a3458feb7fadbbe9a9ff2a92055e5a12fa47fb80737411043bb210c91a0e7315 diff --git a/qt6-shadertools/android-aarch64/PKGBUILD b/qt6-shadertools/android-aarch64/PKGBUILD index 8f9c8fab..3bfc46fe 100644 --- a/qt6-shadertools/android-aarch64/PKGBUILD +++ b/qt6-shadertools/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-shadertools -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-shadertools/android-aarch64/PKGBUILD.sh.ep b/qt6-shadertools/android-aarch64/PKGBUILD.sh.ep index 17785298..aea6178e 100644 --- a/qt6-shadertools/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-shadertools/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module', has_binaries => 1; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-shadertools/mingw-w64-static/PKGBUILD b/qt6-shadertools/mingw-w64-static/PKGBUILD index e1526b72..e54c3808 100644 --- a/qt6-shadertools/mingw-w64-static/PKGBUILD +++ b/qt6-shadertools/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-shadertools-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtshadertools-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('e33c9af53d69a47a27b4be67f973d422cc7c7abd3f304a8b3e8a7ec6cd7298e1') +sha256sums=('a2b2073f825432e81f5011f966c9e0f03a4c57024f15c3c2829a97de5f47b3b2') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-shadertools/mingw-w64-static/qtshadertools-sha256.txt b/qt6-shadertools/mingw-w64-static/qtshadertools-sha256.txt index 28247668..446f8b99 100644 --- a/qt6-shadertools/mingw-w64-static/qtshadertools-sha256.txt +++ b/qt6-shadertools/mingw-w64-static/qtshadertools-sha256.txt @@ -1 +1 @@ -e33c9af53d69a47a27b4be67f973d422cc7c7abd3f304a8b3e8a7ec6cd7298e1 +a2b2073f825432e81f5011f966c9e0f03a4c57024f15c3c2829a97de5f47b3b2 diff --git a/qt6-shadertools/mingw-w64/PKGBUILD b/qt6-shadertools/mingw-w64/PKGBUILD index 82b7c994..6f862012 100644 --- a/qt6-shadertools/mingw-w64/PKGBUILD +++ b/qt6-shadertools/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-shadertools -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtshadertools-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('e33c9af53d69a47a27b4be67f973d422cc7c7abd3f304a8b3e8a7ec6cd7298e1') +sha256sums=('a2b2073f825432e81f5011f966c9e0f03a4c57024f15c3c2829a97de5f47b3b2') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-shadertools/mingw-w64/PKGBUILD.sh.ep b/qt6-shadertools/mingw-w64/PKGBUILD.sh.ep index 5adabfa6..b4489cc2 100644 --- a/qt6-shadertools/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-shadertools/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module', has_binaries => 1; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-shadertools/mingw-w64/qtshadertools-sha256.txt b/qt6-shadertools/mingw-w64/qtshadertools-sha256.txt index 28247668..446f8b99 100644 --- a/qt6-shadertools/mingw-w64/qtshadertools-sha256.txt +++ b/qt6-shadertools/mingw-w64/qtshadertools-sha256.txt @@ -1 +1 @@ -e33c9af53d69a47a27b4be67f973d422cc7c7abd3f304a8b3e8a7ec6cd7298e1 +a2b2073f825432e81f5011f966c9e0f03a4c57024f15c3c2829a97de5f47b3b2 diff --git a/qt6-svg/android-aarch64/PKGBUILD b/qt6-svg/android-aarch64/PKGBUILD index 0ca0d1b2..5eb787c0 100644 --- a/qt6-svg/android-aarch64/PKGBUILD +++ b/qt6-svg/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-svg -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-svg/android-aarch64/PKGBUILD.sh.ep b/qt6-svg/android-aarch64/PKGBUILD.sh.ep index 7c032a0a..b0dd7b20 100644 --- a/qt6-svg/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-svg/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-svg/mingw-w64-static/PKGBUILD b/qt6-svg/mingw-w64-static/PKGBUILD index 566f73c7..e14cf71a 100644 --- a/qt6-svg/mingw-w64-static/PKGBUILD +++ b/qt6-svg/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-svg-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtsvg-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('8f6ae706ae8ba54e52bc765cc03ea3c815d312c920e023630639151eab80fe21') +sha256sums=('c7d7b3c0b8a944b9c7c776c61350b552ce98457e0f21ccc90c08625ed193df09') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-svg/mingw-w64-static/qtsvg-sha256.txt b/qt6-svg/mingw-w64-static/qtsvg-sha256.txt index 42893e15..02b5dfa0 100644 --- a/qt6-svg/mingw-w64-static/qtsvg-sha256.txt +++ b/qt6-svg/mingw-w64-static/qtsvg-sha256.txt @@ -1 +1 @@ -8f6ae706ae8ba54e52bc765cc03ea3c815d312c920e023630639151eab80fe21 +c7d7b3c0b8a944b9c7c776c61350b552ce98457e0f21ccc90c08625ed193df09 diff --git a/qt6-svg/mingw-w64/PKGBUILD b/qt6-svg/mingw-w64/PKGBUILD index 91148f77..b5c8c1e7 100644 --- a/qt6-svg/mingw-w64/PKGBUILD +++ b/qt6-svg/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-svg -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtsvg-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('8f6ae706ae8ba54e52bc765cc03ea3c815d312c920e023630639151eab80fe21') +sha256sums=('c7d7b3c0b8a944b9c7c776c61350b552ce98457e0f21ccc90c08625ed193df09') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-svg/mingw-w64/PKGBUILD.sh.ep b/qt6-svg/mingw-w64/PKGBUILD.sh.ep index ab6f72e1..b1bd87ea 100644 --- a/qt6-svg/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-svg/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-svg/mingw-w64/qtsvg-sha256.txt b/qt6-svg/mingw-w64/qtsvg-sha256.txt index 42893e15..02b5dfa0 100644 --- a/qt6-svg/mingw-w64/qtsvg-sha256.txt +++ b/qt6-svg/mingw-w64/qtsvg-sha256.txt @@ -1 +1 @@ -8f6ae706ae8ba54e52bc765cc03ea3c815d312c920e023630639151eab80fe21 +c7d7b3c0b8a944b9c7c776c61350b552ce98457e0f21ccc90c08625ed193df09 diff --git a/qt6-tools/android-aarch64/PKGBUILD b/qt6-tools/android-aarch64/PKGBUILD index 579f595b..454dc5c0 100644 --- a/qt6-tools/android-aarch64/PKGBUILD +++ b/qt6-tools/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-tools -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -20,7 +20,7 @@ _pkgfqn="qttools-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" '0001-Enable-only-SQL-plugins-which-are-known-to-work.patch') sha256sums=('a0520097ac1f898381c4512fb55ba5aa187d8e4e06ed0dcd2cbe265cd037989b' - 'd9695fd74cfa0a191f7543bb02d12c553a444c21ccdd46a585155c72314c0b4f') + '9e4634bf953d14d4d1f7e17032929981341bb06ae3d08658e874805160d5d2a5') prepare () { cd $_pkgfqn diff --git a/qt6-tools/android-aarch64/PKGBUILD.sh.ep b/qt6-tools/android-aarch64/PKGBUILD.sh.ep index 910ca317..7e303e1d 100644 --- a/qt6-tools/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-tools/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module', has_binaries => 1; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-tools/mingw-w64-static/PKGBUILD b/qt6-tools/mingw-w64-static/PKGBUILD index 1aebc708..eef5b8dd 100644 --- a/qt6-tools/mingw-w64-static/PKGBUILD +++ b/qt6-tools/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-tools-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,8 +18,8 @@ groups=(mingw-w64-qt6) _pkgfqn="qttools-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" '0001-Enable-only-SQL-plugins-which-are-known-to-work.patch') -sha256sums=('a0520097ac1f898381c4512fb55ba5aa187d8e4e06ed0dcd2cbe265cd037989b' - 'd9695fd74cfa0a191f7543bb02d12c553a444c21ccdd46a585155c72314c0b4f') +sha256sums=('29c1e305752791070f5dee2182ba9a44a489a1217911ceafca063f1007e6fb38' + '9e4634bf953d14d4d1f7e17032929981341bb06ae3d08658e874805160d5d2a5') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-tools/mingw-w64-static/qttools-sha256.txt b/qt6-tools/mingw-w64-static/qttools-sha256.txt index 532cfffd..d5f707cb 100644 --- a/qt6-tools/mingw-w64-static/qttools-sha256.txt +++ b/qt6-tools/mingw-w64-static/qttools-sha256.txt @@ -1 +1 @@ -a0520097ac1f898381c4512fb55ba5aa187d8e4e06ed0dcd2cbe265cd037989b +29c1e305752791070f5dee2182ba9a44a489a1217911ceafca063f1007e6fb38 diff --git a/qt6-tools/mingw-w64/0001-Enable-only-SQL-plugins-which-are-known-to-work.patch b/qt6-tools/mingw-w64/0001-Enable-only-SQL-plugins-which-are-known-to-work.patch index 367b9a09..f4d4a7fd 100644 --- a/qt6-tools/mingw-w64/0001-Enable-only-SQL-plugins-which-are-known-to-work.patch +++ b/qt6-tools/mingw-w64/0001-Enable-only-SQL-plugins-which-are-known-to-work.patch @@ -1,4 +1,4 @@ -From ee6c184f825f8be6e9596517306b5533d38c9e62 Mon Sep 17 00:00:00 2001 +From f496993f0f1097c99afcbd115aa46ffa6b7fbe6c Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 9 Jun 2021 17:25:27 +0200 Subject: [PATCH] Enable only SQL plugins which are known to work @@ -9,7 +9,7 @@ Change-Id: I0abc44db77cecbd323edc936529fb557e1664de8 1 file changed, 8 insertions(+) diff --git a/src/assistant/assistant/CMakeLists.txt b/src/assistant/assistant/CMakeLists.txt -index eb5a04a0..5b28ae65 100644 +index eb5a04a0a..5b28ae65b 100644 --- a/src/assistant/assistant/CMakeLists.txt +++ b/src/assistant/assistant/CMakeLists.txt @@ -173,6 +173,14 @@ qt_internal_extend_target(assistant CONDITION UNIX @@ -28,5 +28,5 @@ index eb5a04a0..5b28ae65 100644 set_target_properties(assistant PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info_mac.plist" -- -2.32.0 +2.33.0 diff --git a/qt6-tools/mingw-w64/PKGBUILD b/qt6-tools/mingw-w64/PKGBUILD index c70f3a15..ab57faff 100644 --- a/qt6-tools/mingw-w64/PKGBUILD +++ b/qt6-tools/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-tools -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,8 +18,8 @@ groups=(mingw-w64-qt6) _pkgfqn="qttools-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" '0001-Enable-only-SQL-plugins-which-are-known-to-work.patch') -sha256sums=('a0520097ac1f898381c4512fb55ba5aa187d8e4e06ed0dcd2cbe265cd037989b' - 'd9695fd74cfa0a191f7543bb02d12c553a444c21ccdd46a585155c72314c0b4f') +sha256sums=('29c1e305752791070f5dee2182ba9a44a489a1217911ceafca063f1007e6fb38' + '9e4634bf953d14d4d1f7e17032929981341bb06ae3d08658e874805160d5d2a5') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-tools/mingw-w64/PKGBUILD.sh.ep b/qt6-tools/mingw-w64/PKGBUILD.sh.ep index fb8c32c7..9201cb63 100644 --- a/qt6-tools/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-tools/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module', has_binaries => 1; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-tools/mingw-w64/qttools-sha256.txt b/qt6-tools/mingw-w64/qttools-sha256.txt index 532cfffd..d5f707cb 100644 --- a/qt6-tools/mingw-w64/qttools-sha256.txt +++ b/qt6-tools/mingw-w64/qttools-sha256.txt @@ -1 +1 @@ -a0520097ac1f898381c4512fb55ba5aa187d8e4e06ed0dcd2cbe265cd037989b +29c1e305752791070f5dee2182ba9a44a489a1217911ceafca063f1007e6fb38 diff --git a/qt6-translations/android-aarch64/PKGBUILD b/qt6-translations/android-aarch64/PKGBUILD index e3126122..acdd33a2 100644 --- a/qt6-translations/android-aarch64/PKGBUILD +++ b/qt6-translations/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-translations -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-translations/android-aarch64/PKGBUILD.sh.ep b/qt6-translations/android-aarch64/PKGBUILD.sh.ep index e8dd3bfe..03488696 100644 --- a/qt6-translations/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-translations/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module', no_libs => 1; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-translations/mingw-w64/PKGBUILD b/qt6-translations/mingw-w64/PKGBUILD index 8d8bb8cb..f9be32d7 100644 --- a/qt6-translations/mingw-w64/PKGBUILD +++ b/qt6-translations/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-translations -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qttranslations-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('cf5dd3fed8f5f92f570c0d09bf635adbc7a40b748d48856a33109bc9c3781a1b') +sha256sums=('627fefa5ef5924031ab18fdeef08c1f09a893c09d389600cd892bb4bcbb2177d') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-translations/mingw-w64/PKGBUILD.sh.ep b/qt6-translations/mingw-w64/PKGBUILD.sh.ep index 9709052e..68a49e39 100644 --- a/qt6-translations/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-translations/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module', no_libs => 1; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-translations/mingw-w64/qttranslations-sha256.txt b/qt6-translations/mingw-w64/qttranslations-sha256.txt index 9ca1862a..39d51d4c 100644 --- a/qt6-translations/mingw-w64/qttranslations-sha256.txt +++ b/qt6-translations/mingw-w64/qttranslations-sha256.txt @@ -1 +1 @@ -cf5dd3fed8f5f92f570c0d09bf635adbc7a40b748d48856a33109bc9c3781a1b +627fefa5ef5924031ab18fdeef08c1f09a893c09d389600cd892bb4bcbb2177d diff --git a/qt6-virtualkeyboard/android-aarch64/0001-Fix-linking-against-imm32-with-mingw-w64.patch b/qt6-virtualkeyboard/android-aarch64/0001-Fix-linking-against-imm32-with-mingw-w64.patch deleted file mode 120000 index 43c71c18..00000000 --- a/qt6-virtualkeyboard/android-aarch64/0001-Fix-linking-against-imm32-with-mingw-w64.patch +++ /dev/null @@ -1 +0,0 @@ -../mingw-w64/0001-Fix-linking-against-imm32-with-mingw-w64.patch \ No newline at end of file diff --git a/qt6-virtualkeyboard/android-aarch64/PKGBUILD b/qt6-virtualkeyboard/android-aarch64/PKGBUILD index c0c39254..87bd4ab0 100644 --- a/qt6-virtualkeyboard/android-aarch64/PKGBUILD +++ b/qt6-virtualkeyboard/android-aarch64/PKGBUILD @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-virtualkeyboard -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,20 +17,8 @@ makedepends=('android-cmake' 'qt6-declarative' 'ninja' 'java-environment-openjdk options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(android-${_android_arch}-qt6) _pkgfqn="qtvirtualkeyboard-everywhere-src-${_qtver}" -source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" - '0001-Fix-linking-against-imm32-with-mingw-w64.patch') -sha256sums=('25cbdf595f5c82d8bc8aea4c95c5adfc08555d540451afac4a1bc0194db3eae0' - '8d643061931023d8f307b09d4522eb3aea18c7f5964373cde6dbf6e499d93eed') - -prepare () { - cd $_pkgfqn - - # apply patches; further descriptions can be found in patch files itself - for patch in "$srcdir/"*.patch; do - msg2 "Applying patch $patch" - patch -p1 -i "$patch" - done -} +source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") +sha256sums=('25cbdf595f5c82d8bc8aea4c95c5adfc08555d540451afac4a1bc0194db3eae0') build() { source android-env ${_android_arch} diff --git a/qt6-virtualkeyboard/android-aarch64/PKGBUILD.sh.ep b/qt6-virtualkeyboard/android-aarch64/PKGBUILD.sh.ep index 4edf5ebd..b569c556 100644 --- a/qt6-virtualkeyboard/android-aarch64/PKGBUILD.sh.ep +++ b/qt6-virtualkeyboard/android-aarch64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-virtualkeyboard/mingw-w64-static/0001-Fix-linking-against-imm32-with-mingw-w64.patch b/qt6-virtualkeyboard/mingw-w64-static/0001-Fix-linking-against-imm32-with-mingw-w64.patch deleted file mode 120000 index 43c71c18..00000000 --- a/qt6-virtualkeyboard/mingw-w64-static/0001-Fix-linking-against-imm32-with-mingw-w64.patch +++ /dev/null @@ -1 +0,0 @@ -../mingw-w64/0001-Fix-linking-against-imm32-with-mingw-w64.patch \ No newline at end of file diff --git a/qt6-virtualkeyboard/mingw-w64-static/PKGBUILD b/qt6-virtualkeyboard/mingw-w64-static/PKGBUILD index 137a9e44..ce395b46 100644 --- a/qt6-virtualkeyboard/mingw-w64-static/PKGBUILD +++ b/qt6-virtualkeyboard/mingw-w64-static/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-virtualkeyboard-static -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -16,23 +16,11 @@ makedepends=('mingw-w64-cmake-static' 'mingw-w64-vulkan-headers' 'mingw-w64-vulk options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtvirtualkeyboard-everywhere-src-${_qtver}" -source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" - '0001-Fix-linking-against-imm32-with-mingw-w64.patch') -sha256sums=('25cbdf595f5c82d8bc8aea4c95c5adfc08555d540451afac4a1bc0194db3eae0' - '8d643061931023d8f307b09d4522eb3aea18c7f5964373cde6dbf6e499d93eed') +source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") +sha256sums=('4dc46a443e4680205eda0e9f44a92a7557cc60b1439c1d75da838230ec53be90') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' -prepare () { - cd $_pkgfqn - - # apply patches; further descriptions can be found in patch files itself - for patch in "$srcdir/"*.patch; do - msg2 "Applying patch $patch" - patch -p1 -i "$patch" - done -} - build() { for _arch in ${_architectures}; do export PKG_CONFIG=/usr/bin/$_arch-pkg-config diff --git a/qt6-virtualkeyboard/mingw-w64-static/qtvirtualkeyboard-sha256.txt b/qt6-virtualkeyboard/mingw-w64-static/qtvirtualkeyboard-sha256.txt index 5ddc058b..c798be6a 100644 --- a/qt6-virtualkeyboard/mingw-w64-static/qtvirtualkeyboard-sha256.txt +++ b/qt6-virtualkeyboard/mingw-w64-static/qtvirtualkeyboard-sha256.txt @@ -1 +1 @@ -25cbdf595f5c82d8bc8aea4c95c5adfc08555d540451afac4a1bc0194db3eae0 +4dc46a443e4680205eda0e9f44a92a7557cc60b1439c1d75da838230ec53be90 diff --git a/qt6-virtualkeyboard/mingw-w64/0001-Fix-linking-against-imm32-with-mingw-w64.patch b/qt6-virtualkeyboard/mingw-w64/0001-Fix-linking-against-imm32-with-mingw-w64.patch deleted file mode 100644 index e99d2d46..00000000 --- a/qt6-virtualkeyboard/mingw-w64/0001-Fix-linking-against-imm32-with-mingw-w64.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 7c0a27cb2dfd036f7b782fad387d74ac0815dbb5 Mon Sep 17 00:00:00 2001 -From: Martchus -Date: Sat, 3 Jul 2021 20:12:26 +0200 -Subject: [PATCH] Fix linking against imm32 with mingw-w64 - ---- - src/plugin/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/plugin/CMakeLists.txt b/src/plugin/CMakeLists.txt -index 32042e0..f34a641 100644 ---- a/src/plugin/CMakeLists.txt -+++ b/src/plugin/CMakeLists.txt -@@ -42,7 +42,7 @@ qt_internal_extend_target(QVirtualKeyboardPlugin CONDITION disable-layouts - - qt_internal_extend_target(QVirtualKeyboardPlugin CONDITION WIN32 - LIBRARIES -- Imm32.lib -+ imm32 - ) - - #### Keys ignored in scope 4:.:.:plugin.pro:WIN32: --- -2.32.0 - diff --git a/qt6-virtualkeyboard/mingw-w64/PKGBUILD b/qt6-virtualkeyboard/mingw-w64/PKGBUILD index 7e87c2df..439ff42b 100644 --- a/qt6-virtualkeyboard/mingw-w64/PKGBUILD +++ b/qt6-virtualkeyboard/mingw-w64/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-virtualkeyboard -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -16,23 +16,11 @@ makedepends=('mingw-w64-cmake' 'mingw-w64-vulkan-headers' 'mingw-w64-vulkan-icd- options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtvirtualkeyboard-everywhere-src-${_qtver}" -source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" - '0001-Fix-linking-against-imm32-with-mingw-w64.patch') -sha256sums=('25cbdf595f5c82d8bc8aea4c95c5adfc08555d540451afac4a1bc0194db3eae0' - '8d643061931023d8f307b09d4522eb3aea18c7f5964373cde6dbf6e499d93eed') +source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") +sha256sums=('4dc46a443e4680205eda0e9f44a92a7557cc60b1439c1d75da838230ec53be90') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' -prepare () { - cd $_pkgfqn - - # apply patches; further descriptions can be found in patch files itself - for patch in "$srcdir/"*.patch; do - msg2 "Applying patch $patch" - patch -p1 -i "$patch" - done -} - build() { for _arch in ${_architectures}; do export PKG_CONFIG=/usr/bin/$_arch-pkg-config diff --git a/qt6-virtualkeyboard/mingw-w64/PKGBUILD.sh.ep b/qt6-virtualkeyboard/mingw-w64/PKGBUILD.sh.ep index 3985a342..179c3e30 100644 --- a/qt6-virtualkeyboard/mingw-w64/PKGBUILD.sh.ep +++ b/qt6-virtualkeyboard/mingw-w64/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.1.2 +_qtver=6.1.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-virtualkeyboard/mingw-w64/qtvirtualkeyboard-sha256.txt b/qt6-virtualkeyboard/mingw-w64/qtvirtualkeyboard-sha256.txt index 5ddc058b..c798be6a 100644 --- a/qt6-virtualkeyboard/mingw-w64/qtvirtualkeyboard-sha256.txt +++ b/qt6-virtualkeyboard/mingw-w64/qtvirtualkeyboard-sha256.txt @@ -1 +1 @@ -25cbdf595f5c82d8bc8aea4c95c5adfc08555d540451afac4a1bc0194db3eae0 +4dc46a443e4680205eda0e9f44a92a7557cc60b1439c1d75da838230ec53be90