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 ea3a5b19..30c6a62d 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.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/devel/generator/templates/layouts/mingw-w64-qt6-module.sh.ep b/devel/generator/templates/layouts/mingw-w64-qt6-module.sh.ep index 3d20aa85..f90a4115 100644 --- a/devel/generator/templates/layouts/mingw-w64-qt6-module.sh.ep +++ b/devel/generator/templates/layouts/mingw-w64-qt6-module.sh.ep @@ -45,7 +45,7 @@ build() { % if ($static_variant) { -DCMAKE_INSTALL_PREFIX:PATH="/usr/$_arch/static" \\ % } - -DFEATURE_pkg_config=ON + -DFEATURE_pkg_config=ON<%== content_for 'additional_cmake_args' %> cmake --build build-$_arch done } diff --git a/devel/versions.sh b/devel/versions.sh index 24ff3181..4bc10be8 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.0.0-beta4 + [qt6]=6.0.0-rc ) declare -A github_names=( [c++utilities]=cpp-utilities diff --git a/qt5/android-aarch64/PKGBUILD b/qt5/android-aarch64/PKGBUILD index 0b443173..35355945 100644 --- a/qt5/android-aarch64/PKGBUILD +++ b/qt5/android-aarch64/PKGBUILD @@ -12,7 +12,7 @@ _android_api_platform=30 _android_ndk_platform=$_android_min_platform pkgname=android-$_pkg_arch-qt5 -pkgver=5.15.1 +pkgver=5.15.2 pkgrel=1 pkgdesc="Qt 5 for Android" arch=('x86_64') diff --git a/qt5/android-armv7a-eabi/PKGBUILD b/qt5/android-armv7a-eabi/PKGBUILD index 430f4e05..4a23a896 100644 --- a/qt5/android-armv7a-eabi/PKGBUILD +++ b/qt5/android-armv7a-eabi/PKGBUILD @@ -12,7 +12,7 @@ _android_api_platform=30 _android_ndk_platform=$_android_min_platform pkgname=android-$_pkg_arch-qt5 -pkgver=5.15.1 +pkgver=5.15.2 pkgrel=1 pkgdesc="Qt 5 for Android" arch=('x86_64') diff --git a/qt5/android-x86-64/PKGBUILD b/qt5/android-x86-64/PKGBUILD index 54c4f338..13f90a1f 100644 --- a/qt5/android-x86-64/PKGBUILD +++ b/qt5/android-x86-64/PKGBUILD @@ -12,7 +12,7 @@ _android_api_platform=30 _android_ndk_platform=$_android_min_platform pkgname=android-$_pkg_arch-qt5 -pkgver=5.15.1 +pkgver=5.15.2 pkgrel=1 pkgdesc="Qt 5 for Android" arch=('x86_64') diff --git a/qt6-5compat/default/PKGBUILD b/qt6-5compat/default/PKGBUILD index 2dd7ab97..6e5fcc9d 100644 --- a/qt6-5compat/default/PKGBUILD +++ b/qt6-5compat/default/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=qt6-5compat -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -16,7 +16,7 @@ makedepends=(cmake ninja) groups=(qt6) _pkgfqn="${pkgname/6-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('3d453b278fd44290bda3d688b7699e0f243675517b3c3109aa4ee0be6cf8e81d') +sha256sums=('114a7f5f69c53449c545a03262b55c223cf32f276188e7bead4dfa2f3672c1c0') build() { cmake -G Ninja -B build -S $_pkgfqn diff --git a/qt6-5compat/default/PKGBUILD.sh.ep b/qt6-5compat/default/PKGBUILD.sh.ep index feaec066..d4a5bf91 100644 --- a/qt6-5compat/default/PKGBUILD.sh.ep +++ b/qt6-5compat/default/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'qt6-module'; \ -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) diff --git a/qt6-5compat/default/qt5compat-sha256.txt b/qt6-5compat/default/qt5compat-sha256.txt index 593dec08..367ef9f9 100644 --- a/qt6-5compat/default/qt5compat-sha256.txt +++ b/qt6-5compat/default/qt5compat-sha256.txt @@ -1 +1 @@ -3d453b278fd44290bda3d688b7699e0f243675517b3c3109aa4ee0be6cf8e81d +114a7f5f69c53449c545a03262b55c223cf32f276188e7bead4dfa2f3672c1c0 diff --git a/qt6-5compat/mingw-w64-static/PKGBUILD b/qt6-5compat/mingw-w64-static/PKGBUILD index 457bfbe8..ed9f08af 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.0.0-beta4 +_qtver=6.0.0-rc 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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('3d453b278fd44290bda3d688b7699e0f243675517b3c3109aa4ee0be6cf8e81d') +sha256sums=('114a7f5f69c53449c545a03262b55c223cf32f276188e7bead4dfa2f3672c1c0') _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 593dec08..367ef9f9 100644 --- a/qt6-5compat/mingw-w64-static/qt5compat-sha256.txt +++ b/qt6-5compat/mingw-w64-static/qt5compat-sha256.txt @@ -1 +1 @@ -3d453b278fd44290bda3d688b7699e0f243675517b3c3109aa4ee0be6cf8e81d +114a7f5f69c53449c545a03262b55c223cf32f276188e7bead4dfa2f3672c1c0 diff --git a/qt6-5compat/mingw-w64/PKGBUILD b/qt6-5compat/mingw-w64/PKGBUILD index 5b312ae9..2df77e12 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.0.0-beta4 +_qtver=6.0.0-rc 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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('3d453b278fd44290bda3d688b7699e0f243675517b3c3109aa4ee0be6cf8e81d') +sha256sums=('114a7f5f69c53449c545a03262b55c223cf32f276188e7bead4dfa2f3672c1c0') _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 41c8094b..96f0d12e 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.0.0-beta4 +_qtver=6.0.0-rc 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 593dec08..367ef9f9 100644 --- a/qt6-5compat/mingw-w64/qt5compat-sha256.txt +++ b/qt6-5compat/mingw-w64/qt5compat-sha256.txt @@ -1 +1 @@ -3d453b278fd44290bda3d688b7699e0f243675517b3c3109aa4ee0be6cf8e81d +114a7f5f69c53449c545a03262b55c223cf32f276188e7bead4dfa2f3672c1c0 diff --git a/qt6-base/default/PKGBUILD b/qt6-base/default/PKGBUILD index 1bb4fe86..a5f4b059 100644 --- a/qt6-base/default/PKGBUILD +++ b/qt6-base/default/PKGBUILD @@ -5,7 +5,7 @@ # you also find the URL of a binary repository. pkgname=qt6-base -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -27,7 +27,7 @@ optdepends=('postgresql-libs: PostgreSQL driver' groups=(qt6) _pkgfqn="${pkgname/6-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('5cb57bf0c513eb48cf57115dc1f1792eb3092a412806b46b836b960f82e31b3e') +sha256sums=('8dc2c6fe053235e4a2866d8e1927fd667e5e8c853c96de708b9688012089138d') build() { cmake -G Ninja -B build -S $_pkgfqn \ diff --git a/qt6-base/default/qtbase-sha256.txt b/qt6-base/default/qtbase-sha256.txt index 3f14737b..713f78c4 100644 --- a/qt6-base/default/qtbase-sha256.txt +++ b/qt6-base/default/qtbase-sha256.txt @@ -1 +1 @@ -5cb57bf0c513eb48cf57115dc1f1792eb3092a412806b46b836b960f82e31b3e +8dc2c6fe053235e4a2866d8e1927fd667e5e8c853c96de708b9688012089138d diff --git a/qt6-base/mingw-w64-static/PKGBUILD b/qt6-base/mingw-w64-static/PKGBUILD index 7193d4a8..08a13ab9 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.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -38,7 +38,7 @@ source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/s '0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch' '0006-Support-finding-MariaDB.patch' '0007-Allow-overriding-CMAKE_FIND_LIBRARY_SUFFIXES-to-pref.patch') -sha256sums=('5cb57bf0c513eb48cf57115dc1f1792eb3092a412806b46b836b960f82e31b3e' +sha256sums=('8dc2c6fe053235e4a2866d8e1927fd667e5e8c853c96de708b9688012089138d' 'bb9bec76506c3425d6fa2394c2c15cf8c8e84d6ce090f8cd9136c77e7a286d8f' '9ba0563f3c47327ca2f51c864fc1916a4355f56f82da77dea81c8a90cf315579' '37e533855b3b498bd1e93879aac05cc77dad3b2df64f9a61440aa2bcb73e9847' diff --git a/qt6-base/mingw-w64-static/qtbase-sha256.txt b/qt6-base/mingw-w64-static/qtbase-sha256.txt index 3f14737b..713f78c4 100644 --- a/qt6-base/mingw-w64-static/qtbase-sha256.txt +++ b/qt6-base/mingw-w64-static/qtbase-sha256.txt @@ -1 +1 @@ -5cb57bf0c513eb48cf57115dc1f1792eb3092a412806b46b836b960f82e31b3e +8dc2c6fe053235e4a2866d8e1927fd667e5e8c853c96de708b9688012089138d diff --git a/qt6-base/mingw-w64/PKGBUILD b/qt6-base/mingw-w64/PKGBUILD index 3e73b34e..db259cde 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.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -38,7 +38,7 @@ source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/s '0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch' '0006-Support-finding-MariaDB.patch' '0007-Allow-overriding-CMAKE_FIND_LIBRARY_SUFFIXES-to-pref.patch') -sha256sums=('5cb57bf0c513eb48cf57115dc1f1792eb3092a412806b46b836b960f82e31b3e' +sha256sums=('8dc2c6fe053235e4a2866d8e1927fd667e5e8c853c96de708b9688012089138d' 'bb9bec76506c3425d6fa2394c2c15cf8c8e84d6ce090f8cd9136c77e7a286d8f' '9ba0563f3c47327ca2f51c864fc1916a4355f56f82da77dea81c8a90cf315579' '37e533855b3b498bd1e93879aac05cc77dad3b2df64f9a61440aa2bcb73e9847' diff --git a/qt6-base/mingw-w64/qtbase-sha256.txt b/qt6-base/mingw-w64/qtbase-sha256.txt index 3f14737b..713f78c4 100644 --- a/qt6-base/mingw-w64/qtbase-sha256.txt +++ b/qt6-base/mingw-w64/qtbase-sha256.txt @@ -1 +1 @@ -5cb57bf0c513eb48cf57115dc1f1792eb3092a412806b46b836b960f82e31b3e +8dc2c6fe053235e4a2866d8e1927fd667e5e8c853c96de708b9688012089138d diff --git a/qt6-declarative/default/PKGBUILD b/qt6-declarative/default/PKGBUILD index 2444310c..e560eb77 100644 --- a/qt6-declarative/default/PKGBUILD +++ b/qt6-declarative/default/PKGBUILD @@ -5,7 +5,7 @@ # you also find the URL of a binary repository. pkgname=qt6-declarative -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -17,7 +17,7 @@ makedepends=(cmake python vulkan-headers at-spi2-core ninja) groups=(qt6) _pkgfqn="${pkgname/6-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('615eb2eacf0319f3c0ba6c0bd7a82cc0a4a19d4b9e22c0fe656715765cd5aadf') +sha256sums=('f623518d14ac1ea9d2a5a1e8962be36f86a2e77393a315518a34c78931bcb389') build() { cmake -G Ninja -B build -S $_pkgfqn diff --git a/qt6-declarative/default/PKGBUILD.sh.ep b/qt6-declarative/default/PKGBUILD.sh.ep index 5634cac4..910492fb 100644 --- a/qt6-declarative/default/PKGBUILD.sh.ep +++ b/qt6-declarative/default/PKGBUILD.sh.ep @@ -4,7 +4,7 @@ # Based on: AUR package qt6-declarative-git, official qt5-declarative package % end \ -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) diff --git a/qt6-declarative/default/qtdeclarative-sha256.txt b/qt6-declarative/default/qtdeclarative-sha256.txt index 291c2a2c..5c78efd7 100644 --- a/qt6-declarative/default/qtdeclarative-sha256.txt +++ b/qt6-declarative/default/qtdeclarative-sha256.txt @@ -1 +1 @@ -615eb2eacf0319f3c0ba6c0bd7a82cc0a4a19d4b9e22c0fe656715765cd5aadf +f623518d14ac1ea9d2a5a1e8962be36f86a2e77393a315518a34c78931bcb389 diff --git a/qt6-declarative/mingw-w64-static/PKGBUILD b/qt6-declarative/mingw-w64-static/PKGBUILD index 9e252435..e4acc707 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.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtdeclarative-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('615eb2eacf0319f3c0ba6c0bd7a82cc0a4a19d4b9e22c0fe656715765cd5aadf') +sha256sums=('f623518d14ac1ea9d2a5a1e8962be36f86a2e77393a315518a34c78931bcb389') _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 291c2a2c..5c78efd7 100644 --- a/qt6-declarative/mingw-w64-static/qtdeclarative-sha256.txt +++ b/qt6-declarative/mingw-w64-static/qtdeclarative-sha256.txt @@ -1 +1 @@ -615eb2eacf0319f3c0ba6c0bd7a82cc0a4a19d4b9e22c0fe656715765cd5aadf +f623518d14ac1ea9d2a5a1e8962be36f86a2e77393a315518a34c78931bcb389 diff --git a/qt6-declarative/mingw-w64/PKGBUILD b/qt6-declarative/mingw-w64/PKGBUILD index ebfe6e29..09fa312e 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.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtdeclarative-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('615eb2eacf0319f3c0ba6c0bd7a82cc0a4a19d4b9e22c0fe656715765cd5aadf') +sha256sums=('f623518d14ac1ea9d2a5a1e8962be36f86a2e77393a315518a34c78931bcb389') _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 7a66076b..cf002d53 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.0.0-beta4 +_qtver=6.0.0-rc 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 291c2a2c..5c78efd7 100644 --- a/qt6-declarative/mingw-w64/qtdeclarative-sha256.txt +++ b/qt6-declarative/mingw-w64/qtdeclarative-sha256.txt @@ -1 +1 @@ -615eb2eacf0319f3c0ba6c0bd7a82cc0a4a19d4b9e22c0fe656715765cd5aadf +f623518d14ac1ea9d2a5a1e8962be36f86a2e77393a315518a34c78931bcb389 diff --git a/qt6-imageformats/default/PKGBUILD b/qt6-imageformats/default/PKGBUILD index ee7cabec..4bb93fda 100644 --- a/qt6-imageformats/default/PKGBUILD +++ b/qt6-imageformats/default/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=qt6-imageformats -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -18,7 +18,7 @@ depends=(qt6-base jasper libwebp) makedepends=(cmake ninja git) groups=(qt6) _pkgfqn="${pkgname/6-/}-everywhere-src-${_qtver}" -source=("$_pkgfqn::git://code.qt.io/qt/qtimageformats.git#commit=1cca5f2fdbabbfca96978b8cc18e80135e0a9406") +source=("$_pkgfqn::git://code.qt.io/qt/qtimageformats.git#commit=9b0b68488ac75668da339bdcd1ab358db03f2932") sha256sums=('SKIP') build() { diff --git a/qt6-imageformats/default/PKGBUILD.sh.ep b/qt6-imageformats/default/PKGBUILD.sh.ep index bf461ab3..29416c9e 100644 --- a/qt6-imageformats/default/PKGBUILD.sh.ep +++ b/qt6-imageformats/default/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ -% layout 'qt6-module', git_commit => '1cca5f2fdbabbfca96978b8cc18e80135e0a9406'; +% layout 'qt6-module', git_commit => '9b0b68488ac75668da339bdcd1ab358db03f2932'; \ -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) diff --git a/qt6-imageformats/mingw-w64-static/PKGBUILD b/qt6-imageformats/mingw-w64-static/PKGBUILD index f227eb6e..62cf42d3 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.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -19,7 +19,7 @@ makedepends=('mingw-w64-cmake-static' 'qt6-base' 'ninja' 'git') options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtimageformats-everywhere-src-${_qtver}" -source=("$_pkgfqn::git://code.qt.io/qt/qtimageformats.git#commit=1cca5f2fdbabbfca96978b8cc18e80135e0a9406") +source=("$_pkgfqn::git://code.qt.io/qt/qtimageformats.git#commit=9b0b68488ac75668da339bdcd1ab358db03f2932") sha256sums=('SKIP') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/qt6-imageformats/mingw-w64/PKGBUILD b/qt6-imageformats/mingw-w64/PKGBUILD index 4193a6ef..5c889158 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.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -19,7 +19,7 @@ makedepends=('mingw-w64-cmake' 'qt6-base' 'ninja' 'git') options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtimageformats-everywhere-src-${_qtver}" -source=("$_pkgfqn::git://code.qt.io/qt/qtimageformats.git#commit=1cca5f2fdbabbfca96978b8cc18e80135e0a9406") +source=("$_pkgfqn::git://code.qt.io/qt/qtimageformats.git#commit=9b0b68488ac75668da339bdcd1ab358db03f2932") sha256sums=('SKIP') _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 371f64dc..3a9e6409 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', git_commit => '1cca5f2fdbabbfca96978b8cc18e80135e0a9406'; +% layout 'mingw-w64-qt6-module', git_commit => '9b0b68488ac75668da339bdcd1ab358db03f2932'; \ -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-quick3d/default/PKGBUILD b/qt6-quick3d/default/PKGBUILD index 26d2f3c5..7ae2c1b8 100644 --- a/qt6-quick3d/default/PKGBUILD +++ b/qt6-quick3d/default/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=qt6-quick3d -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -17,7 +17,7 @@ optdepends=('assimp: Import from assimp') groups=(qt6) _pkgfqn="${pkgname/6-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('d47e1e5d8cf10f37f2933b60ca97ca2ae55c9a0d18f1ca22a0ddd0e2c3c6908e') +sha256sums=('439b7ab05177e6b5800676c261bb0953e93afcd9fc68aee9fdb75ec179e72e16') build() { cmake -G Ninja -B build -S $_pkgfqn diff --git a/qt6-quick3d/default/PKGBUILD.sh.ep b/qt6-quick3d/default/PKGBUILD.sh.ep index 57c14ef6..cf07a58c 100644 --- a/qt6-quick3d/default/PKGBUILD.sh.ep +++ b/qt6-quick3d/default/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'qt6-module'; \ -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) diff --git a/qt6-quick3d/default/qtquick3d-sha256.txt b/qt6-quick3d/default/qtquick3d-sha256.txt index 994fbe3d..804718db 100644 --- a/qt6-quick3d/default/qtquick3d-sha256.txt +++ b/qt6-quick3d/default/qtquick3d-sha256.txt @@ -1 +1 @@ -d47e1e5d8cf10f37f2933b60ca97ca2ae55c9a0d18f1ca22a0ddd0e2c3c6908e +439b7ab05177e6b5800676c261bb0953e93afcd9fc68aee9fdb75ec179e72e16 diff --git a/qt6-quick3d/mingw-w64-static/PKGBUILD b/qt6-quick3d/mingw-w64-static/PKGBUILD index 6c33ff04..1af0aa9e 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.0.0-beta4 +_qtver=6.0.0-rc 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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('d47e1e5d8cf10f37f2933b60ca97ca2ae55c9a0d18f1ca22a0ddd0e2c3c6908e') +sha256sums=('439b7ab05177e6b5800676c261bb0953e93afcd9fc68aee9fdb75ec179e72e16') _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 994fbe3d..804718db 100644 --- a/qt6-quick3d/mingw-w64-static/qtquick3d-sha256.txt +++ b/qt6-quick3d/mingw-w64-static/qtquick3d-sha256.txt @@ -1 +1 @@ -d47e1e5d8cf10f37f2933b60ca97ca2ae55c9a0d18f1ca22a0ddd0e2c3c6908e +439b7ab05177e6b5800676c261bb0953e93afcd9fc68aee9fdb75ec179e72e16 diff --git a/qt6-quick3d/mingw-w64/PKGBUILD b/qt6-quick3d/mingw-w64/PKGBUILD index 390b6b2c..943132ba 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.0.0-beta4 +_qtver=6.0.0-rc 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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('d47e1e5d8cf10f37f2933b60ca97ca2ae55c9a0d18f1ca22a0ddd0e2c3c6908e') +sha256sums=('439b7ab05177e6b5800676c261bb0953e93afcd9fc68aee9fdb75ec179e72e16') _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 52f23c60..8cece6cf 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.0.0-beta4 +_qtver=6.0.0-rc 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 994fbe3d..804718db 100644 --- a/qt6-quick3d/mingw-w64/qtquick3d-sha256.txt +++ b/qt6-quick3d/mingw-w64/qtquick3d-sha256.txt @@ -1 +1 @@ -d47e1e5d8cf10f37f2933b60ca97ca2ae55c9a0d18f1ca22a0ddd0e2c3c6908e +439b7ab05177e6b5800676c261bb0953e93afcd9fc68aee9fdb75ec179e72e16 diff --git a/qt6-quickcontrols2/default/PKGBUILD b/qt6-quickcontrols2/default/PKGBUILD index ce1f5ea2..2e17ecd6 100644 --- a/qt6-quickcontrols2/default/PKGBUILD +++ b/qt6-quickcontrols2/default/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=qt6-quickcontrols2 -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -16,7 +16,7 @@ makedepends=(cmake vulkan-headers ninja) groups=(qt6) _pkgfqn="${pkgname/6-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('6b069eec4cbacec74c1ba8fd71d0e15edbe8e4ad5a37cca60e5b706b79d7f0e3') +sha256sums=('13e68868e28512614f96a630332918054b918435cc17696a1281eddd7dbeb2cf') build() { cmake -G Ninja -B build -S $_pkgfqn diff --git a/qt6-quickcontrols2/default/PKGBUILD.sh.ep b/qt6-quickcontrols2/default/PKGBUILD.sh.ep index 9711f314..daf07ea3 100644 --- a/qt6-quickcontrols2/default/PKGBUILD.sh.ep +++ b/qt6-quickcontrols2/default/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'qt6-module'; \ -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) diff --git a/qt6-quickcontrols2/default/qtquickcontrols2-sha256.txt b/qt6-quickcontrols2/default/qtquickcontrols2-sha256.txt index e1d20567..d59b9412 100644 --- a/qt6-quickcontrols2/default/qtquickcontrols2-sha256.txt +++ b/qt6-quickcontrols2/default/qtquickcontrols2-sha256.txt @@ -1 +1 @@ -6b069eec4cbacec74c1ba8fd71d0e15edbe8e4ad5a37cca60e5b706b79d7f0e3 +13e68868e28512614f96a630332918054b918435cc17696a1281eddd7dbeb2cf diff --git a/qt6-quickcontrols2/mingw-w64-static/PKGBUILD b/qt6-quickcontrols2/mingw-w64-static/PKGBUILD index b9bae731..f3200365 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.0.0-beta4 +_qtver=6.0.0-rc 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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('6b069eec4cbacec74c1ba8fd71d0e15edbe8e4ad5a37cca60e5b706b79d7f0e3') +sha256sums=('13e68868e28512614f96a630332918054b918435cc17696a1281eddd7dbeb2cf') _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 e1d20567..d59b9412 100644 --- a/qt6-quickcontrols2/mingw-w64-static/qtquickcontrols2-sha256.txt +++ b/qt6-quickcontrols2/mingw-w64-static/qtquickcontrols2-sha256.txt @@ -1 +1 @@ -6b069eec4cbacec74c1ba8fd71d0e15edbe8e4ad5a37cca60e5b706b79d7f0e3 +13e68868e28512614f96a630332918054b918435cc17696a1281eddd7dbeb2cf diff --git a/qt6-quickcontrols2/mingw-w64/PKGBUILD b/qt6-quickcontrols2/mingw-w64/PKGBUILD index 8de161c6..9006790a 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.0.0-beta4 +_qtver=6.0.0-rc 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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('6b069eec4cbacec74c1ba8fd71d0e15edbe8e4ad5a37cca60e5b706b79d7f0e3') +sha256sums=('13e68868e28512614f96a630332918054b918435cc17696a1281eddd7dbeb2cf') _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 45af9077..e0483624 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.0.0-beta4 +_qtver=6.0.0-rc 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 e1d20567..d59b9412 100644 --- a/qt6-quickcontrols2/mingw-w64/qtquickcontrols2-sha256.txt +++ b/qt6-quickcontrols2/mingw-w64/qtquickcontrols2-sha256.txt @@ -1 +1 @@ -6b069eec4cbacec74c1ba8fd71d0e15edbe8e4ad5a37cca60e5b706b79d7f0e3 +13e68868e28512614f96a630332918054b918435cc17696a1281eddd7dbeb2cf diff --git a/qt6-quicktimeline/default/PKGBUILD b/qt6-quicktimeline/default/PKGBUILD index 31baa21f..7a0e2d19 100644 --- a/qt6-quicktimeline/default/PKGBUILD +++ b/qt6-quicktimeline/default/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=qt6-quicktimeline -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -16,7 +16,7 @@ makedepends=(cmake vulkan-headers ninja) groups=(qt6) _pkgfqn="${pkgname/6-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('b3f6859cef67f0b2e21f75672b72110f9636b084dd0987ec1b2f54bc8212b322') +sha256sums=('1c7ef1302ee97f315b9fec017e9c0c4f77a36914b0bf1ad2adb40b1f86956eec') build() { cmake -G Ninja -B build -S $_pkgfqn diff --git a/qt6-quicktimeline/default/PKGBUILD.sh.ep b/qt6-quicktimeline/default/PKGBUILD.sh.ep index 26e80490..379e308d 100644 --- a/qt6-quicktimeline/default/PKGBUILD.sh.ep +++ b/qt6-quicktimeline/default/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'qt6-module'; \ -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) diff --git a/qt6-quicktimeline/default/qtquicktimeline-sha256.txt b/qt6-quicktimeline/default/qtquicktimeline-sha256.txt index 6968e3ed..21a24ad5 100644 --- a/qt6-quicktimeline/default/qtquicktimeline-sha256.txt +++ b/qt6-quicktimeline/default/qtquicktimeline-sha256.txt @@ -1 +1 @@ -b3f6859cef67f0b2e21f75672b72110f9636b084dd0987ec1b2f54bc8212b322 +1c7ef1302ee97f315b9fec017e9c0c4f77a36914b0bf1ad2adb40b1f86956eec diff --git a/qt6-quicktimeline/mingw-w64-static/PKGBUILD b/qt6-quicktimeline/mingw-w64-static/PKGBUILD index 5032f17e..7bb5a232 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.0.0-beta4 +_qtver=6.0.0-rc 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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('b3f6859cef67f0b2e21f75672b72110f9636b084dd0987ec1b2f54bc8212b322') +sha256sums=('1c7ef1302ee97f315b9fec017e9c0c4f77a36914b0bf1ad2adb40b1f86956eec') _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 6968e3ed..21a24ad5 100644 --- a/qt6-quicktimeline/mingw-w64-static/qtquicktimeline-sha256.txt +++ b/qt6-quicktimeline/mingw-w64-static/qtquicktimeline-sha256.txt @@ -1 +1 @@ -b3f6859cef67f0b2e21f75672b72110f9636b084dd0987ec1b2f54bc8212b322 +1c7ef1302ee97f315b9fec017e9c0c4f77a36914b0bf1ad2adb40b1f86956eec diff --git a/qt6-quicktimeline/mingw-w64/PKGBUILD b/qt6-quicktimeline/mingw-w64/PKGBUILD index 2fd8f2b3..5c436ec4 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.0.0-beta4 +_qtver=6.0.0-rc 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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('b3f6859cef67f0b2e21f75672b72110f9636b084dd0987ec1b2f54bc8212b322') +sha256sums=('1c7ef1302ee97f315b9fec017e9c0c4f77a36914b0bf1ad2adb40b1f86956eec') _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 8aaca35a..052bbe65 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.0.0-beta4 +_qtver=6.0.0-rc 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 6968e3ed..21a24ad5 100644 --- a/qt6-quicktimeline/mingw-w64/qtquicktimeline-sha256.txt +++ b/qt6-quicktimeline/mingw-w64/qtquicktimeline-sha256.txt @@ -1 +1 @@ -b3f6859cef67f0b2e21f75672b72110f9636b084dd0987ec1b2f54bc8212b322 +1c7ef1302ee97f315b9fec017e9c0c4f77a36914b0bf1ad2adb40b1f86956eec diff --git a/qt6-shadertools/default/PKGBUILD b/qt6-shadertools/default/PKGBUILD index 8b11d5f0..3be86cb9 100644 --- a/qt6-shadertools/default/PKGBUILD +++ b/qt6-shadertools/default/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=qt6-shadertools -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -16,7 +16,7 @@ makedepends=(cmake vulkan-headers ninja) groups=(qt6) _pkgfqn="${pkgname/6-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('44277c1a1c607fd3393578b3078c2f20b622479154c8c8a4ee001595badfe187') +sha256sums=('4129357f7318c9e7879b2b3570c94e62dedc0d7a5b27f585fc411d5c06d80d35') build() { cmake -G Ninja -B build -S $_pkgfqn diff --git a/qt6-shadertools/default/PKGBUILD.sh.ep b/qt6-shadertools/default/PKGBUILD.sh.ep index 96ea442b..480ccb1c 100644 --- a/qt6-shadertools/default/PKGBUILD.sh.ep +++ b/qt6-shadertools/default/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'qt6-module'; \ -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) diff --git a/qt6-shadertools/default/qtshadertools-sha256.txt b/qt6-shadertools/default/qtshadertools-sha256.txt index 8aecd585..0ff17687 100644 --- a/qt6-shadertools/default/qtshadertools-sha256.txt +++ b/qt6-shadertools/default/qtshadertools-sha256.txt @@ -1 +1 @@ -44277c1a1c607fd3393578b3078c2f20b622479154c8c8a4ee001595badfe187 +4129357f7318c9e7879b2b3570c94e62dedc0d7a5b27f585fc411d5c06d80d35 diff --git a/qt6-shadertools/mingw-w64-static/PKGBUILD b/qt6-shadertools/mingw-w64-static/PKGBUILD index 06df46e4..9fa28fef 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.0.0-beta4 +_qtver=6.0.0-rc 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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('44277c1a1c607fd3393578b3078c2f20b622479154c8c8a4ee001595badfe187') +sha256sums=('4129357f7318c9e7879b2b3570c94e62dedc0d7a5b27f585fc411d5c06d80d35') _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 8aecd585..0ff17687 100644 --- a/qt6-shadertools/mingw-w64-static/qtshadertools-sha256.txt +++ b/qt6-shadertools/mingw-w64-static/qtshadertools-sha256.txt @@ -1 +1 @@ -44277c1a1c607fd3393578b3078c2f20b622479154c8c8a4ee001595badfe187 +4129357f7318c9e7879b2b3570c94e62dedc0d7a5b27f585fc411d5c06d80d35 diff --git a/qt6-shadertools/mingw-w64/PKGBUILD b/qt6-shadertools/mingw-w64/PKGBUILD index 9e7639fe..9e889320 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.0.0-beta4 +_qtver=6.0.0-rc 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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('44277c1a1c607fd3393578b3078c2f20b622479154c8c8a4ee001595badfe187') +sha256sums=('4129357f7318c9e7879b2b3570c94e62dedc0d7a5b27f585fc411d5c06d80d35') _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 4f239fb2..5b12e8b0 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.0.0-beta4 +_qtver=6.0.0-rc 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 8aecd585..0ff17687 100644 --- a/qt6-shadertools/mingw-w64/qtshadertools-sha256.txt +++ b/qt6-shadertools/mingw-w64/qtshadertools-sha256.txt @@ -1 +1 @@ -44277c1a1c607fd3393578b3078c2f20b622479154c8c8a4ee001595badfe187 +4129357f7318c9e7879b2b3570c94e62dedc0d7a5b27f585fc411d5c06d80d35 diff --git a/qt6-svg/default/PKGBUILD b/qt6-svg/default/PKGBUILD index d1fb7423..61758867 100644 --- a/qt6-svg/default/PKGBUILD +++ b/qt6-svg/default/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=qt6-svg -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -16,7 +16,7 @@ makedepends=(cmake ninja) groups=(qt6) _pkgfqn="${pkgname/6-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('77f8b6477be8b63300e475d87d9a720c1fd28ec0809292297abf5a00fc572ced') +sha256sums=('cbd8de2db7d2af14ae7d5dffb6c63507c10261d5b02fce25eabdcb48cf9c8258') build() { cmake -G Ninja -B build -S $_pkgfqn diff --git a/qt6-svg/default/PKGBUILD.sh.ep b/qt6-svg/default/PKGBUILD.sh.ep index fba630b9..b9677406 100644 --- a/qt6-svg/default/PKGBUILD.sh.ep +++ b/qt6-svg/default/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'qt6-module'; \ -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) diff --git a/qt6-svg/default/qtsvg-sha256.txt b/qt6-svg/default/qtsvg-sha256.txt index 7cf1e2a9..52d110a1 100644 --- a/qt6-svg/default/qtsvg-sha256.txt +++ b/qt6-svg/default/qtsvg-sha256.txt @@ -1 +1 @@ -77f8b6477be8b63300e475d87d9a720c1fd28ec0809292297abf5a00fc572ced +cbd8de2db7d2af14ae7d5dffb6c63507c10261d5b02fce25eabdcb48cf9c8258 diff --git a/qt6-svg/mingw-w64-static/PKGBUILD b/qt6-svg/mingw-w64-static/PKGBUILD index 52f1623d..f74d1966 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.0.0-beta4 +_qtver=6.0.0-rc 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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('77f8b6477be8b63300e475d87d9a720c1fd28ec0809292297abf5a00fc572ced') +sha256sums=('cbd8de2db7d2af14ae7d5dffb6c63507c10261d5b02fce25eabdcb48cf9c8258') _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 7cf1e2a9..52d110a1 100644 --- a/qt6-svg/mingw-w64-static/qtsvg-sha256.txt +++ b/qt6-svg/mingw-w64-static/qtsvg-sha256.txt @@ -1 +1 @@ -77f8b6477be8b63300e475d87d9a720c1fd28ec0809292297abf5a00fc572ced +cbd8de2db7d2af14ae7d5dffb6c63507c10261d5b02fce25eabdcb48cf9c8258 diff --git a/qt6-svg/mingw-w64/PKGBUILD b/qt6-svg/mingw-w64/PKGBUILD index 72a495cc..f79979a8 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.0.0-beta4 +_qtver=6.0.0-rc 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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('77f8b6477be8b63300e475d87d9a720c1fd28ec0809292297abf5a00fc572ced') +sha256sums=('cbd8de2db7d2af14ae7d5dffb6c63507c10261d5b02fce25eabdcb48cf9c8258') _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 ac093fa2..686db6d3 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.0.0-beta4 +_qtver=6.0.0-rc 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 7cf1e2a9..52d110a1 100644 --- a/qt6-svg/mingw-w64/qtsvg-sha256.txt +++ b/qt6-svg/mingw-w64/qtsvg-sha256.txt @@ -1 +1 @@ -77f8b6477be8b63300e475d87d9a720c1fd28ec0809292297abf5a00fc572ced +cbd8de2db7d2af14ae7d5dffb6c63507c10261d5b02fce25eabdcb48cf9c8258 diff --git a/qt6-tools/default/PKGBUILD b/qt6-tools/default/PKGBUILD index 593fe5cc..7ae486e2 100644 --- a/qt6-tools/default/PKGBUILD +++ b/qt6-tools/default/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=qt6-tools -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -17,7 +17,7 @@ optdepends=('clang: for qdoc and lupdate') groups=(qt6) _pkgfqn="${pkgname/6-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('cd15384ed635fc9efa0f5f6679040082f138f28748a17f65b4b415a3d2e639ca') +sha256sums=('6fe789cf7e1abc7f0ac39027c53e7880433425b234d448d1500e583e9c3ba498') build() { cmake -G Ninja -B build -S $_pkgfqn diff --git a/qt6-tools/default/PKGBUILD.sh.ep b/qt6-tools/default/PKGBUILD.sh.ep index caf2dfd1..f744b33f 100644 --- a/qt6-tools/default/PKGBUILD.sh.ep +++ b/qt6-tools/default/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'qt6-module', has_binaries => 1; \ -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) diff --git a/qt6-tools/default/qttools-sha256.txt b/qt6-tools/default/qttools-sha256.txt index 2038fb6c..20ac2b90 100644 --- a/qt6-tools/default/qttools-sha256.txt +++ b/qt6-tools/default/qttools-sha256.txt @@ -1 +1 @@ -cd15384ed635fc9efa0f5f6679040082f138f28748a17f65b4b415a3d2e639ca +6fe789cf7e1abc7f0ac39027c53e7880433425b234d448d1500e583e9c3ba498 diff --git a/qt6-tools/mingw-w64-static/0001-Make-windeployqt-an-optional-feature.patch b/qt6-tools/mingw-w64-static/0001-Make-windeployqt-an-optional-feature.patch new file mode 120000 index 00000000..a6b4fdab --- /dev/null +++ b/qt6-tools/mingw-w64-static/0001-Make-windeployqt-an-optional-feature.patch @@ -0,0 +1 @@ +../mingw-w64/0001-Make-windeployqt-an-optional-feature.patch \ No newline at end of file diff --git a/qt6-tools/mingw-w64-static/0001-windeployqt-Fix-name-of-qt6CoreName-variable.patch b/qt6-tools/mingw-w64-static/0001-windeployqt-Fix-name-of-qt6CoreName-variable.patch deleted file mode 100644 index e58ef2aa..00000000 --- a/qt6-tools/mingw-w64-static/0001-windeployqt-Fix-name-of-qt6CoreName-variable.patch +++ /dev/null @@ -1,25 +0,0 @@ -From b675d7e907c0a0cd415322879fa1738e5f7323c8 Mon Sep 17 00:00:00 2001 -From: Martchus -Date: Sun, 8 Nov 2020 17:10:15 +0100 -Subject: [PATCH] windeployqt: Fix name of qt6CoreName variable - ---- - src/windeployqt/main.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp -index 21321457..1b331024 100644 ---- a/src/windeployqt/main.cpp -+++ b/src/windeployqt/main.cpp -@@ -1461,7 +1461,7 @@ static DeployResult deploy(const Options &options, - } - - if (options.patchQt && !options.dryRun) { -- const QString qt5CoreName = QFileInfo(libraryPath(libraryLocation, "Qt6Core", qtLibInfix, -+ const QString qt6CoreName = QFileInfo(libraryPath(libraryLocation, "Qt6Core", qtLibInfix, - options.platform, result.isDebug)).fileName(); - #ifndef QT_RELOCATABLE - if (!patchQtCore(targetPath + QLatin1Char('/') + qt6CoreName, errorMessage)) { --- -2.29.2 - diff --git a/qt6-tools/mingw-w64-static/PKGBUILD b/qt6-tools/mingw-w64-static/PKGBUILD index 9f62ecf9..36a19b9d 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.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,9 +17,9 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qttools-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" - '0001-windeployqt-Fix-name-of-qt6CoreName-variable.patch') -sha256sums=('cd15384ed635fc9efa0f5f6679040082f138f28748a17f65b4b415a3d2e639ca' - '1f428c44520364d9a0dd03c4f017739fcaccec13a6800e69183c08c91a8d2f57') + '0001-Make-windeployqt-an-optional-feature.patch') +sha256sums=('6fe789cf7e1abc7f0ac39027c53e7880433425b234d448d1500e583e9c3ba498' + '5655e188088c8345ba3aed72c74d98800d270bc65f9298676eeb40e3796d17c8') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' @@ -38,7 +38,8 @@ build() { export PKG_CONFIG=/usr/bin/$_arch-pkg-config $_arch-cmake-static -G Ninja -B build-$_arch -S $_pkgfqn \ -DCMAKE_INSTALL_PREFIX:PATH="/usr/$_arch/static" \ - -DFEATURE_pkg_config=ON + -DFEATURE_pkg_config=ON \ + -DFEATURE_windeployqt=OFF cmake --build build-$_arch done } diff --git a/qt6-tools/mingw-w64-static/qttools-sha256.txt b/qt6-tools/mingw-w64-static/qttools-sha256.txt index 2038fb6c..20ac2b90 100644 --- a/qt6-tools/mingw-w64-static/qttools-sha256.txt +++ b/qt6-tools/mingw-w64-static/qttools-sha256.txt @@ -1 +1 @@ -cd15384ed635fc9efa0f5f6679040082f138f28748a17f65b4b415a3d2e639ca +6fe789cf7e1abc7f0ac39027c53e7880433425b234d448d1500e583e9c3ba498 diff --git a/qt6-tools/mingw-w64/0001-Make-windeployqt-an-optional-feature.patch b/qt6-tools/mingw-w64/0001-Make-windeployqt-an-optional-feature.patch new file mode 100644 index 00000000..34b85d1c --- /dev/null +++ b/qt6-tools/mingw-w64/0001-Make-windeployqt-an-optional-feature.patch @@ -0,0 +1,26 @@ +From adbcd437ab61010cec31a3e52a1fd0b7e772173f Mon Sep 17 00:00:00 2001 +From: Martchus +Date: Thu, 26 Nov 2020 01:53:27 +0100 +Subject: [PATCH] Make windeployqt an optional feature + +Change-Id: I3c797df913c07ed80929b41d367b1ebb41d8400f +--- + src/CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 770f1cab..d5d34064 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -51,7 +51,7 @@ endif() + if(TARGET Qt::DBus) + add_subdirectory(qdbus) + endif() +-if(WIN32) ++if(QT_FEATURE_windeployqt) + add_subdirectory(windeployqt) + endif() + if(QT_FEATURE_commandlineparser AND TARGET Qt::Gui AND NOT ANDROID AND NOT QNX AND NOT UIKIT AND NOT WASM) +-- +2.29.2 + diff --git a/qt6-tools/mingw-w64/0001-windeployqt-Fix-name-of-qt6CoreName-variable.patch b/qt6-tools/mingw-w64/0001-windeployqt-Fix-name-of-qt6CoreName-variable.patch deleted file mode 100644 index e58ef2aa..00000000 --- a/qt6-tools/mingw-w64/0001-windeployqt-Fix-name-of-qt6CoreName-variable.patch +++ /dev/null @@ -1,25 +0,0 @@ -From b675d7e907c0a0cd415322879fa1738e5f7323c8 Mon Sep 17 00:00:00 2001 -From: Martchus -Date: Sun, 8 Nov 2020 17:10:15 +0100 -Subject: [PATCH] windeployqt: Fix name of qt6CoreName variable - ---- - src/windeployqt/main.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp -index 21321457..1b331024 100644 ---- a/src/windeployqt/main.cpp -+++ b/src/windeployqt/main.cpp -@@ -1461,7 +1461,7 @@ static DeployResult deploy(const Options &options, - } - - if (options.patchQt && !options.dryRun) { -- const QString qt5CoreName = QFileInfo(libraryPath(libraryLocation, "Qt6Core", qtLibInfix, -+ const QString qt6CoreName = QFileInfo(libraryPath(libraryLocation, "Qt6Core", qtLibInfix, - options.platform, result.isDebug)).fileName(); - #ifndef QT_RELOCATABLE - if (!patchQtCore(targetPath + QLatin1Char('/') + qt6CoreName, errorMessage)) { --- -2.29.2 - diff --git a/qt6-tools/mingw-w64/PKGBUILD b/qt6-tools/mingw-w64/PKGBUILD index 8663cff5..3ee12e1a 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.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,9 +17,9 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qttools-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" - '0001-windeployqt-Fix-name-of-qt6CoreName-variable.patch') -sha256sums=('cd15384ed635fc9efa0f5f6679040082f138f28748a17f65b4b415a3d2e639ca' - '1f428c44520364d9a0dd03c4f017739fcaccec13a6800e69183c08c91a8d2f57') + '0001-Make-windeployqt-an-optional-feature.patch') +sha256sums=('6fe789cf7e1abc7f0ac39027c53e7880433425b234d448d1500e583e9c3ba498' + '5655e188088c8345ba3aed72c74d98800d270bc65f9298676eeb40e3796d17c8') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' @@ -37,7 +37,8 @@ build() { for _arch in ${_architectures}; do export PKG_CONFIG=/usr/bin/$_arch-pkg-config $_arch-cmake -G Ninja -B build-$_arch -S $_pkgfqn \ - -DFEATURE_pkg_config=ON + -DFEATURE_pkg_config=ON \ + -DFEATURE_windeployqt=OFF cmake --build build-$_arch done } diff --git a/qt6-tools/mingw-w64/PKGBUILD.sh.ep b/qt6-tools/mingw-w64/PKGBUILD.sh.ep index 9d539c71..eaaf3ea4 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.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -9,3 +9,8 @@ license=(GPL3 LGPL3 FDL custom) pkgdesc='A cross-platform application and UI framework (tools, mingw-w64)' depends=(<%== qt6deps qw(base) %>) makedepends=('mingw-w64-cmake<%== $static_suffix %>' 'mingw-w64-vulkan-headers' 'mingw-w64-vulkan-icd-loader' <%== qt6deps qw(declarative) %> 'qt6-declarative' 'qt6-tools' 'ninja') +% \ +% content_for additional_cmake_args => begin + \\ + -DFEATURE_windeployqt=OFF\ +% end diff --git a/qt6-tools/mingw-w64/qttools-sha256.txt b/qt6-tools/mingw-w64/qttools-sha256.txt index 2038fb6c..20ac2b90 100644 --- a/qt6-tools/mingw-w64/qttools-sha256.txt +++ b/qt6-tools/mingw-w64/qttools-sha256.txt @@ -1 +1 @@ -cd15384ed635fc9efa0f5f6679040082f138f28748a17f65b4b415a3d2e639ca +6fe789cf7e1abc7f0ac39027c53e7880433425b234d448d1500e583e9c3ba498 diff --git a/qt6-translations/default/PKGBUILD b/qt6-translations/default/PKGBUILD index b80d5f30..ebad05ba 100644 --- a/qt6-translations/default/PKGBUILD +++ b/qt6-translations/default/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=qt6-translations -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -16,7 +16,7 @@ makedepends=(cmake qt6-tools ninja) groups=(qt6) _pkgfqn="${pkgname/6-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('63ffd26df581cef6b2a47122917a241f6d4568f193a2907c9b57dd3013dce47e') +sha256sums=('7da1d59db9ab5d25acce79cfefe51fbca79076e0fcb0a0abbfc2043324f140c6') build() { cmake -G Ninja -B build -S $_pkgfqn diff --git a/qt6-translations/default/PKGBUILD.sh.ep b/qt6-translations/default/PKGBUILD.sh.ep index dfd78b4e..83c30feb 100644 --- a/qt6-translations/default/PKGBUILD.sh.ep +++ b/qt6-translations/default/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'qt6-module', no_libs => 1; \ -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qt6-translations/default/qttranslations-sha256.txt b/qt6-translations/default/qttranslations-sha256.txt index 83812324..12a5bfdd 100644 --- a/qt6-translations/default/qttranslations-sha256.txt +++ b/qt6-translations/default/qttranslations-sha256.txt @@ -1 +1 @@ -63ffd26df581cef6b2a47122917a241f6d4568f193a2907c9b57dd3013dce47e +7da1d59db9ab5d25acce79cfefe51fbca79076e0fcb0a0abbfc2043324f140c6 diff --git a/qt6-translations/mingw-w64/PKGBUILD b/qt6-translations/mingw-w64/PKGBUILD index d59c582a..d21d486a 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.0.0-beta4 +_qtver=6.0.0-rc 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/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('63ffd26df581cef6b2a47122917a241f6d4568f193a2907c9b57dd3013dce47e') +sha256sums=('7da1d59db9ab5d25acce79cfefe51fbca79076e0fcb0a0abbfc2043324f140c6') _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 08a02ed1..8f30ab10 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.0.0-beta4 +_qtver=6.0.0-rc 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 83812324..12a5bfdd 100644 --- a/qt6-translations/mingw-w64/qttranslations-sha256.txt +++ b/qt6-translations/mingw-w64/qttranslations-sha256.txt @@ -1 +1 @@ -63ffd26df581cef6b2a47122917a241f6d4568f193a2907c9b57dd3013dce47e +7da1d59db9ab5d25acce79cfefe51fbca79076e0fcb0a0abbfc2043324f140c6 diff --git a/qt6-wayland/default/PKGBUILD b/qt6-wayland/default/PKGBUILD index 0f5eabc5..a0071965 100644 --- a/qt6-wayland/default/PKGBUILD +++ b/qt6-wayland/default/PKGBUILD @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=qt6-wayland -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) @@ -16,7 +16,7 @@ makedepends=(cmake vulkan-headers ninja) groups=(qt6) _pkgfqn="${pkgname/6-/}-everywhere-src-${_qtver}" source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('4ccc1119b030689f2c5c6ef9d11d19af12eaaa6e7cfe903ef741c42b05020db2') +sha256sums=('a54d6530588998f2e011fc873f5744f0ab194f2286241f4aa8d7a7bc2967576f') build() { cmake -G Ninja -B build -S $_pkgfqn diff --git a/qt6-wayland/default/PKGBUILD.sh.ep b/qt6-wayland/default/PKGBUILD.sh.ep index d8e9bab1..e3bde2c8 100644 --- a/qt6-wayland/default/PKGBUILD.sh.ep +++ b/qt6-wayland/default/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'qt6-module'; \ -_qtver=6.0.0-beta4 +_qtver=6.0.0-rc pkgver=${_qtver/-/} pkgrel=1 arch=(x86_64) diff --git a/qt6-wayland/default/qtwayland-sha256.txt b/qt6-wayland/default/qtwayland-sha256.txt index 44f5a515..3024de28 100644 --- a/qt6-wayland/default/qtwayland-sha256.txt +++ b/qt6-wayland/default/qtwayland-sha256.txt @@ -1 +1 @@ -4ccc1119b030689f2c5c6ef9d11d19af12eaaa6e7cfe903ef741c42b05020db2 +a54d6530588998f2e011fc873f5744f0ab194f2286241f4aa8d7a7bc2967576f diff --git a/qt6ct/default/PKGBUILD b/qt6ct/default/PKGBUILD index 21e0dcba..5fd50126 100644 --- a/qt6ct/default/PKGBUILD +++ b/qt6ct/default/PKGBUILD @@ -2,7 +2,7 @@ pkgname=qt6ct pkgver=0.2 -pkgrel=2 +pkgrel=3 pkgdesc='Qt 6 Configuration Utility' arch=(x86_64) url='https://github.com/trialuser02/qt6ct' diff --git a/qtutilities/qt6/PKGBUILD b/qtutilities/qt6/PKGBUILD index dbc8cc59..e51e99f6 100644 --- a/qtutilities/qt6/PKGBUILD +++ b/qtutilities/qt6/PKGBUILD @@ -8,7 +8,7 @@ _cfg=qt6 pkgname=qtutilities-$_cfg _name=${pkgname%-$_cfg} pkgver=6.3.1 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (using Qt 6)' license=('GPL') diff --git a/syncthingtray/qt6/PKGBUILD b/syncthingtray/qt6/PKGBUILD index df6cfe88..b485c867 100644 --- a/syncthingtray/qt6/PKGBUILD +++ b/syncthingtray/qt6/PKGBUILD @@ -27,7 +27,7 @@ _cfg=qt6 pkgname=syncthingtray-$_cfg _name=${pkgname%-$_cfg} pkgver=1.0.1 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Tray application for Syncthing (using Qt 6)' license=('GPL')