[arch-commits] Commit in (32 files)

Antonio Rojas arojas at gemini.archlinux.org
Mon Mar 28 16:34:29 UTC 2022


    Date: Monday, March 28, 2022 @ 16:34:29
  Author: arojas
Revision: 440773

Qt 6.3 RC

Added:
  qt6-webengine/kde-unstable/system-icu.patch
Modified:
  qt6-3d/kde-unstable/PKGBUILD
  qt6-5compat/kde-unstable/PKGBUILD
  qt6-base/kde-unstable/PKGBUILD
  qt6-charts/kde-unstable/PKGBUILD
  qt6-connectivity/kde-unstable/PKGBUILD
  qt6-datavis3d/kde-unstable/PKGBUILD
  qt6-declarative/kde-unstable/PKGBUILD
  qt6-doc/kde-unstable/PKGBUILD
  qt6-imageformats/kde-unstable/PKGBUILD
  qt6-languageserver/kde-unstable/PKGBUILD
  qt6-lottie/kde-unstable/PKGBUILD
  qt6-multimedia/kde-unstable/PKGBUILD
  qt6-networkauth/kde-unstable/PKGBUILD
  qt6-positioning/kde-unstable/PKGBUILD
  qt6-quick3d/kde-unstable/PKGBUILD
  qt6-quicktimeline/kde-unstable/PKGBUILD
  qt6-remoteobjects/kde-unstable/PKGBUILD
  qt6-scxml/kde-unstable/PKGBUILD
  qt6-sensors/kde-unstable/PKGBUILD
  qt6-serialbus/kde-unstable/PKGBUILD
  qt6-serialport/kde-unstable/PKGBUILD
  qt6-shadertools/kde-unstable/PKGBUILD
  qt6-svg/kde-unstable/PKGBUILD
  qt6-tools/kde-unstable/PKGBUILD
  qt6-translations/kde-unstable/PKGBUILD
  qt6-virtualkeyboard/kde-unstable/PKGBUILD
  qt6-wayland/kde-unstable/PKGBUILD
  qt6-webchannel/kde-unstable/PKGBUILD
  qt6-webengine/kde-unstable/PKGBUILD
  qt6-websockets/kde-unstable/PKGBUILD
  qt6-webview/kde-unstable/PKGBUILD

---------------------------------------------+
 qt6-3d/kde-unstable/PKGBUILD                |    4 -
 qt6-5compat/kde-unstable/PKGBUILD           |    4 -
 qt6-base/kde-unstable/PKGBUILD              |    4 -
 qt6-charts/kde-unstable/PKGBUILD            |    4 -
 qt6-connectivity/kde-unstable/PKGBUILD      |    4 -
 qt6-datavis3d/kde-unstable/PKGBUILD         |    4 -
 qt6-declarative/kde-unstable/PKGBUILD       |    4 -
 qt6-doc/kde-unstable/PKGBUILD               |    4 -
 qt6-imageformats/kde-unstable/PKGBUILD      |    4 -
 qt6-languageserver/kde-unstable/PKGBUILD    |    4 -
 qt6-lottie/kde-unstable/PKGBUILD            |    4 -
 qt6-multimedia/kde-unstable/PKGBUILD        |    4 -
 qt6-networkauth/kde-unstable/PKGBUILD       |    4 -
 qt6-positioning/kde-unstable/PKGBUILD       |    4 -
 qt6-quick3d/kde-unstable/PKGBUILD           |    4 -
 qt6-quicktimeline/kde-unstable/PKGBUILD     |    4 -
 qt6-remoteobjects/kde-unstable/PKGBUILD     |    4 -
 qt6-scxml/kde-unstable/PKGBUILD             |    4 -
 qt6-sensors/kde-unstable/PKGBUILD           |    4 -
 qt6-serialbus/kde-unstable/PKGBUILD         |    4 -
 qt6-serialport/kde-unstable/PKGBUILD        |    4 -
 qt6-shadertools/kde-unstable/PKGBUILD       |    4 -
 qt6-svg/kde-unstable/PKGBUILD               |    4 -
 qt6-tools/kde-unstable/PKGBUILD             |    4 -
 qt6-translations/kde-unstable/PKGBUILD      |    4 -
 qt6-virtualkeyboard/kde-unstable/PKGBUILD   |    4 -
 qt6-wayland/kde-unstable/PKGBUILD           |    4 -
 qt6-webchannel/kde-unstable/PKGBUILD        |    4 -
 qt6-webengine/kde-unstable/PKGBUILD         |   12 +--
 qt6-webengine/kde-unstable/system-icu.patch |   84 ++++++++++++++++++++++++++
 qt6-websockets/kde-unstable/PKGBUILD        |    4 -
 qt6-webview/kde-unstable/PKGBUILD           |    4 -
 32 files changed, 150 insertions(+), 66 deletions(-)

Modified: qt6-3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-3d/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-3d/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-3d
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -17,7 +17,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('1e976bdc32e69cde3085087d5e3fc476c6b5837242ac7f3467b2f9fb364857d3')
+sha256sums=('6bfd4065b36919d53a7aff201617321043213e3ba9f773cad8a1341e776ab48e')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-5compat/kde-unstable/PKGBUILD
===================================================================
--- qt6-5compat/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-5compat/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-5compat
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -17,7 +17,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('226e372d4ebc2cb54bae61b1c8562a3a07df0adc3ffca7ce3b3661b8939d7375')
+sha256sums=('07952ec1c81de5505c50e60851a040800131671b8298ae62386b0742a4ea051d')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-base/kde-unstable/PKGBUILD
===================================================================
--- qt6-base/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-base/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-base
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -29,7 +29,7 @@
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
         qt6-base-cflags.patch
         qt6-base-nostrip.patch)
-sha256sums=('c8febc2dedd53c336a20f50823e17430b94526a1b1704e42bbce3e6e4e159cc4'
+sha256sums=('9263751a6f9dbeeb078a024b5aa0939a6c93faa530336ff594fac8b71274c548'
             '5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
             '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
 

Modified: qt6-charts/kde-unstable/PKGBUILD
===================================================================
--- qt6-charts/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-charts/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-charts
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('08aacfd423bb1256112fe9af480b0c62551d07ab15cebda5e48a0b4177c75e20')
+sha256sums=('20b1ec365148356cc5768abd14fbdb804e2c85d358400308370f4f2e3881f4d9')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-connectivity/kde-unstable/PKGBUILD
===================================================================
--- qt6-connectivity/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-connectivity/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-connectivity
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('8dd546a628a6a02c0b179bb98602692b4abf40773772d746a31f86d426c00aa0')
+sha256sums=('8a029d52bee88b628c015871070f5bd8411d953f7dac9c488ad9231c8b6631e9')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-datavis3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-datavis3d/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-datavis3d/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-datavis3d
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('dfd652760db3660c6d42f56524c8f94a9ac667d18a7a060e13d06381ea6584f7')
+sha256sums=('8323d2cacfff46f4d5bb8a67d9396c59f5ff92a526644513749bfcff2974a8aa')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-declarative/kde-unstable/PKGBUILD
===================================================================
--- qt6-declarative/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-declarative/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-declarative
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -20,7 +20,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('ec7792b6bbc52869d6d8303e637cc8b1b0a44be5eb6e2ae8e439a40f286ff5c0')
+sha256sums=('18c977479b4ddad093b7de0cead9a22e3ad3a01af98a2143e1cac2d3e3a24e9a')
 
 build() {
   export CXXFLAGS+=" -ffat-lto-objects"

Modified: qt6-doc/kde-unstable/PKGBUILD
===================================================================
--- qt6-doc/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-doc/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -4,7 +4,7 @@
 
 pkgbase=qt6-doc
 pkgname=(qt6-doc qt6-examples)
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('any')
@@ -15,7 +15,7 @@
 groups=(qt6)
 _pkgfn=qt-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/single/$_pkgfn.tar.xz)
-sha256sums=('3842ac0e3e3438ec63c8f8aae19a6cf2641d56a3013f9f23c2c43d6c5badf9f8')
+sha256sums=('307c3aac2a12e7f47104e11724d1c8b6b7f2237571865a51b0bc96272eae97e6')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-imageformats/kde-unstable/PKGBUILD
===================================================================
--- qt6-imageformats/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-imageformats/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-imageformats
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('f0d0a4e3bb41ba994486a45279ab7735b961059b8623a15f5a7962596ebd42ae')
+sha256sums=('d5f3506afc84ce1f97066103ea8a76779c51f0479157c102ac6883a5f5382311')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-languageserver/kde-unstable/PKGBUILD
===================================================================
--- qt6-languageserver/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-languageserver/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-languageserver
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('ab68d74c1627c5ffbf718bd05fa8e8e15bc66cfba625d2fb49fc3489d2db07a9')
+sha256sums=('a712626a451d2117e9de8cda72c65f83b7f7d062c5cd6157b59ea1bd8406090f')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-lottie/kde-unstable/PKGBUILD
===================================================================
--- qt6-lottie/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-lottie/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-lottie
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('6168fe987edc64f9afca7314af4af41ada5f86dee715a8c88e90c3b4df614a3c')
+sha256sums=('ab00fe1701b4fc281723ae81c358426854cd42386befe10f59fe82a08fb5975f')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-multimedia/kde-unstable/PKGBUILD
===================================================================
--- qt6-multimedia/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-multimedia/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-multimedia
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -20,7 +20,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('b627d2f779437d5029f85df75f79699eadddab7e6e02fe175bc8e7065a467cac')
+sha256sums=('94d3df0fc0053be246d47cfe8669863412f9d4ec11b32c703b9cf0fe028f9542')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-networkauth/kde-unstable/PKGBUILD
===================================================================
--- qt6-networkauth/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-networkauth/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-networkauth
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('1d65b0a315032ebd3665e0a22c6d03a52dd5975c389911ccb00546b9409464e9')
+sha256sums=('5c66f2dae0cf9379b438f9f0a8fba0148c55aa9dab1a02867f3773132a7234a9')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-positioning/kde-unstable/PKGBUILD
===================================================================
--- qt6-positioning/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-positioning/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-positioning
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -19,7 +19,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('588de3a7747dec1c50eba158e8ec529407d86c832fd3ee6d2b1297165c3e73b1')
+sha256sums=('df223c2371235281bb5222d5bdb75fe8cea7c78493d220be2a1dbf1f461c8f24')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-quick3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-quick3d/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-quick3d/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-quick3d
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -17,7 +17,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('f87fbf73ad10f994e76fd887d4f2612f3f1c325fbe69d4429b99a781b53b1c9d')
+sha256sums=('91ce653a33970745607bfe9da76f1c70b1432424a56c6e3d99880bb9b40fb4ac')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-quicktimeline/kde-unstable/PKGBUILD
===================================================================
--- qt6-quicktimeline/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-quicktimeline/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-quicktimeline
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('f93c3ea9b615783015df4f5537a076d5fcf75cd7840d1896d433ec6a967b130a')
+sha256sums=('5f2955ba65dbd55dcf3dabe2a6523a7de5015ac7675106febb069c20a2f9de72')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-remoteobjects/kde-unstable/PKGBUILD
===================================================================
--- qt6-remoteobjects/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-remoteobjects/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-remoteobjects
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('96959971f6fcae640d8c47135ecf44105606c786bf89c934cca091a28dea330b')
+sha256sums=('f7c248e386c21315f910f5e0c1df6ecb0673a7526bd7c6d25c7c5c1206c87124')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-scxml/kde-unstable/PKGBUILD
===================================================================
--- qt6-scxml/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-scxml/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-scxml
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('d1f5a1297c636fe9aa08d5611f4121f2295a0f84e309a649179fa2186bd049ef')
+sha256sums=('3c603b8082db6ea1012750882d0051656de7412215267bd16cf66afe32c01856')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-sensors/kde-unstable/PKGBUILD
===================================================================
--- qt6-sensors/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-sensors/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-sensors
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('2daebce2f9195cbc670e2172b896e11924fcce8a8ab09d6c1f1ec647686118a5')
+sha256sums=('2262f7c13ac05fefcfa330261060d6a4673ac73057da3162c55791cc4e84806e')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-serialbus/kde-unstable/PKGBUILD
===================================================================
--- qt6-serialbus/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-serialbus/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-serialbus
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('ce56e533cd9a45cf84a097cc844849c51b25ddac5a9619f43341bea680e9e5e0')
+sha256sums=('25d054b83b9829a8ef02202516a3cde521eff75d3989a340d82bfa9b6449cac7')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-serialport/kde-unstable/PKGBUILD
===================================================================
--- qt6-serialport/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-serialport/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-serialport
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('505b48e002cc3aa87589d68107d5a1ee3bf5dc6d8fc5a83aa440595b67fc2440')
+sha256sums=('dcf99d79965ba976fcafd722b709943d9aec1c7ae3196e30505bda02d3376ecc')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-shadertools/kde-unstable/PKGBUILD
===================================================================
--- qt6-shadertools/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-shadertools/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-shadertools
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('24e14916ba7ee8a0b9f292dffebcba45db7fbf0b2967691605b952e22a3e949f')
+sha256sums=('41f270202b6fab4502cd804479307e0cf079b2d365697c831c18f4005d66c732')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-svg/kde-unstable/PKGBUILD
===================================================================
--- qt6-svg/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-svg/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-svg
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('7b2afbc6692ba38d326dfe2a8daa9883a705f067ee468b2d36c2c59245ccd452')
+sha256sums=('1b8149455612252ad34230956de2d50f271a803752839c11c082a2a6219ce087')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-tools/kde-unstable/PKGBUILD
===================================================================
--- qt6-tools/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-tools/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-tools
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -17,7 +17,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('ad94b63510000979ff9a54c63a78283aab1b0aee4789c69adba0313d42b7b8ed')
+sha256sums=('2bd6eaeeba4ba48d273a43d773917ddae85bbd886fe4d2ce85b304138ab14782')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja \

Modified: qt6-translations/kde-unstable/PKGBUILD
===================================================================
--- qt6-translations/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-translations/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-translations
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(any)
@@ -15,7 +15,7 @@
 groups=(qt6)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('4c8a11033c99edbddb88e6eb2e79edca387af5e4e07dd1db0cdc8598a9e72b9d')
+sha256sums=('a4d7b02a75e1f677ccf93a6d85c463026edea1168d2c1c54bb6b6b323d8c41ac')
 
 build() {
   export PATH="/usr/lib/qt6/bin:$PATH"

Modified: qt6-virtualkeyboard/kde-unstable/PKGBUILD
===================================================================
--- qt6-virtualkeyboard/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-virtualkeyboard/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-virtualkeyboard
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('3862b169f7829701199e284efe7356685fce2c0ccbf6dda37161d806171e683f')
+sha256sums=('a09fb257c43208348a1f182b843f415c7d6642901793739c573e09f188eab63e')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-wayland/kde-unstable/PKGBUILD
===================================================================
--- qt6-wayland/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-wayland/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-wayland
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('e943bedf1da1b7917c6a351cb78c199637d585dd2634421245d85c51eb229d0f')
+sha256sums=('0a26af10129737b100372cf0dceea955a043b2fe32e93489e2ac78be83060e0c')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-webchannel/kde-unstable/PKGBUILD
===================================================================
--- qt6-webchannel/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-webchannel/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-webchannel
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('3a050e614270f73c1830d029ee61def169509dba4c0c7512472fab3e76186b36')
+sha256sums=('8feeb56dd0f0288b751a3cb8618141ba91ca9983a4e199382cdf21b7fb2df214')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-webengine/kde-unstable/PKGBUILD
===================================================================
--- qt6-webengine/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-webengine/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-webengine
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -17,12 +17,12 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
-        qt6-webengine-ffmpeg5.patch::https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch/?id=b5afc89e)
-sha256sums=('847495f1415646327ff3656375730336c5cc08226eaef21cb961a513569ec449'
-            '415d7867de841f72fd4308c41ba0d506058ea46e8b5f36a99cd4382721fd376c')
+        system-icu.patch)
+sha256sums=('448b8b408c2959718bb220f3edd660806892d9939a43dbf118aa325cd95ea7f8'
+            '469ca3f2da107dd28736f827cb20e5658455cb70bd277e101c50f80d00931944')
 
 prepare() {
-  patch -d $_pkgfn/src/3rdparty -p1 < qt6-webengine-ffmpeg5.patch # Fix build with ffmpeg 5
+  patch -d $_pkgfn -p1 < system-icu.patch # Fix build with system ICU
 }
 
 build() {
@@ -29,7 +29,7 @@
   cmake -B build -S $_pkgfn -G Ninja \
     -DCMAKE_TOOLCHAIN_FILE=/usr/lib/cmake/Qt6/qt.toolchain.cmake \
     -DQT_FEATURE_webengine_system_ffmpeg=ON \
-    -DQT_FEATURE_webengine_system_icu=OFF \
+    -DQT_FEATURE_webengine_system_icu=ON \
     -DQT_FEATURE_webengine_system_libevent=ON \
     -DQT_FEATURE_webengine_system_libxslt=ON \
     -DQT_FEATURE_webengine_proprietary_codecs=ON \

Added: qt6-webengine/kde-unstable/system-icu.patch
===================================================================
--- qt6-webengine/kde-unstable/system-icu.patch	                        (rev 0)
+++ qt6-webengine/kde-unstable/system-icu.patch	2022-03-28 16:34:29 UTC (rev 440773)
@@ -0,0 +1,84 @@
+From 4c3fb4070214ed28b1208aab55d7f5e3bcc9608f Mon Sep 17 00:00:00 2001
+From: Allan Sandfeld Jensen <allan.jensen at qt.io>
+Date: Mon, 28 Mar 2022 11:30:14 +0200
+Subject: [PATCH] Support system ICU>=70
+
+Fixes: QTBUG-100495
+Change-Id: I243308ffd4ea274e1c2c9e3c24b9a17355abac7c
+---
+
+diff --git a/configure.cmake b/configure.cmake
+index 7d92341..b77a7a8 100644
+--- a/configure.cmake
++++ b/configure.cmake
+@@ -41,6 +41,7 @@
+     pkg_check_modules(ZLIB zlib)
+     pkg_check_modules(RE2 re2 IMPORTED_TARGET)
+     pkg_check_modules(ICU icu-uc>=68 icu-i18n>=68)
++    pkg_check_modules(ICU70P icu-uc>=70 icu-i18n>=70)
+     pkg_check_modules(WEBP libwebp libwebpmux libwebpdemux)
+     pkg_check_modules(LCMS2 lcms2)
+     pkg_check_modules(FREETYPE freetype2 IMPORTED_TARGET)
+@@ -276,6 +277,10 @@
+     AUTODETECT FALSE
+     CONDITION ICU_FOUND
+ )
++qt_feature("webengine-system-icu70plus" PRIVATE
++    LABEL "icu>=70"
++    CONDITION ICU70P_FOUND AND QT_FEATURE_webengine_system_icu
++)
+ qt_feature("webengine-system-libwebp" PRIVATE
+     LABEL "libwebp, libwebpmux and libwebpdemux"
+     CONDITION UNIX AND WEBP_FOUND
+@@ -565,6 +570,7 @@
+     qt_configure_add_summary_section(NAME "Optional system libraries")
+     qt_configure_add_summary_entry(ARGS "webengine-system-re2")
+     qt_configure_add_summary_entry(ARGS "webengine-system-icu")
++    qt_configure_add_summary_entry(ARGS "webengine-system-icu70plus")
+     qt_configure_add_summary_entry(ARGS "webengine-system-libwebp")
+     qt_configure_add_summary_entry(ARGS "webengine-system-opus")
+     qt_configure_add_summary_entry(ARGS "webengine-system-ffmpeg")
+diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
+index e745207..1f8ee8d 100644
+--- a/src/core/CMakeLists.txt
++++ b/src/core/CMakeLists.txt
+@@ -402,6 +402,10 @@
+                 CONDITION QT_FEATURE_webengine_system_pulseaudio
+             )
+             extend_gn_list(gnArgArg
++                ARGS use_system_icu70plus
++                CONDITION QT_FEATURE_webengine_system_icu70plus
++            )
++            extend_gn_list(gnArgArg
+                 ARGS ozone_platform_x11 use_xkbcommon
+                 CONDITION QT_FEATURE_webengine_ozone_x11
+             )
+diff --git a/src/3rdparty/chromium/third_party/icu/BUILD.gn b/src/3rdparty/chromium/third_party/icu/BUILD.gn
+index d5b1361..2ef484e 100644
+--- a/src/3rdparty/chromium/third_party/icu/BUILD.gn
++++ b/src/3rdparty/chromium/third_party/icu/BUILD.gn
+@@ -11,6 +11,7 @@
+ 
+ declare_args() {
+   use_system_icu = false
++  use_system_icu70plus = false
+ }
+ 
+ if (is_android) {
+@@ -411,10 +412,12 @@
+     "ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC",
+   ]
+ 
+-  if (is_win) {
+-    defines += [ "UCHAR_TYPE=wchar_t" ]
+-  } else {
+-    defines += [ "UCHAR_TYPE=uint16_t" ]
++  if (!use_system_icu70plus) {
++    if (is_win) {
++      defines += [ "UCHAR_TYPE=wchar_t" ]
++    } else {
++      defines += [ "UCHAR_TYPE=uint16_t" ]
++    }
+   }
+ }
+ 

Modified: qt6-websockets/kde-unstable/PKGBUILD
===================================================================
--- qt6-websockets/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-websockets/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-websockets
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -16,7 +16,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('f13c30fed0dc717a7a91a2aa75b2cbef922fac4d2ed96b3316f7f2a143633f9d')
+sha256sums=('78a2e76feb558b39d50613a29290d84c5cdc90f3a87796584a97fcfd6913aae4')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja

Modified: qt6-webview/kde-unstable/PKGBUILD
===================================================================
--- qt6-webview/kde-unstable/PKGBUILD	2022-03-28 16:12:01 UTC (rev 440772)
+++ qt6-webview/kde-unstable/PKGBUILD	2022-03-28 16:34:29 UTC (rev 440773)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt6-webview
-_qtver=6.3.0-beta3
+_qtver=6.3.0-rc
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('4a7581d9f978aac79263f631559a75d1cf98a564cccf8e668a5688346631659e')
+sha256sums=('5c397833b5220b1cdc3a98ac864a81fbfa168e7950c7a7fa91f623c6a718d893')
 
 build() {
   cmake -B build -S $_pkgfn -G Ninja



More information about the arch-commits mailing list