[arch-commits] Commit in (33 files)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Jul 29 09:57:19 UTC 2021
Date: Thursday, July 29, 2021 @ 09:57:18
Author: arojas
Revision: 420642
Qt 6.2 beta 2
Added:
qt6-webengine/kde-unstable/chromium-freetype-2.11.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-location/kde-unstable/PKGBUILD
qt6-lottie/kde-unstable/PKGBUILD
qt6-multimedia/kde-unstable/PKGBUILD
qt6-networkauth/kde-unstable/PKGBUILD
qt6-quick3d/kde-unstable/PKGBUILD
qt6-quickcontrols2/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-webengine/kde-unstable/qt6-webengine-destdir.patch
qt6-websockets/kde-unstable/PKGBUILD
qt6-webview/kde-unstable/PKGBUILD
---------------------------------------------------------+
qt6-3d/kde-unstable/PKGBUILD | 6 -
qt6-5compat/kde-unstable/PKGBUILD | 4 -
qt6-base/kde-unstable/PKGBUILD | 8 +-
qt6-charts/kde-unstable/PKGBUILD | 4 -
qt6-connectivity/kde-unstable/PKGBUILD | 4 -
qt6-datavis3d/kde-unstable/PKGBUILD | 4 -
qt6-declarative/kde-unstable/PKGBUILD | 6 -
qt6-doc/kde-unstable/PKGBUILD | 4 -
qt6-imageformats/kde-unstable/PKGBUILD | 4 -
qt6-location/kde-unstable/PKGBUILD | 4 -
qt6-lottie/kde-unstable/PKGBUILD | 4 -
qt6-multimedia/kde-unstable/PKGBUILD | 4 -
qt6-networkauth/kde-unstable/PKGBUILD | 4 -
qt6-quick3d/kde-unstable/PKGBUILD | 6 -
qt6-quickcontrols2/kde-unstable/PKGBUILD | 6 -
qt6-quicktimeline/kde-unstable/PKGBUILD | 6 -
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 | 6 -
qt6-svg/kde-unstable/PKGBUILD | 6 -
qt6-tools/kde-unstable/PKGBUILD | 8 +-
qt6-translations/kde-unstable/PKGBUILD | 4 -
qt6-virtualkeyboard/kde-unstable/PKGBUILD | 4 -
qt6-wayland/kde-unstable/PKGBUILD | 6 -
qt6-webchannel/kde-unstable/PKGBUILD | 6 -
qt6-webengine/kde-unstable/PKGBUILD | 19 +++--
qt6-webengine/kde-unstable/chromium-freetype-2.11.patch | 28 +++++++
qt6-webengine/kde-unstable/qt6-webengine-destdir.patch | 51 ++------------
qt6-websockets/kde-unstable/PKGBUILD | 4 -
qt6-webview/kde-unstable/PKGBUILD | 4 -
33 files changed, 122 insertions(+), 122 deletions(-)
Modified: qt6-3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-3d/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-3d/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt6-3d
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -11,12 +11,12 @@
license=(GPL3 LGPL3 FDL custom)
pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
depends=(qt6-base)
-makedepends=(cmake qt6-declarative qt6-shadertools vulkan-headers) # assimp
+makedepends=(cmake qt6-declarative qt6-shadertools) # assimp
optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings')
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('5ed29719a32889b7a637e2c56dcd06b4029f31c6d18cd53ea179400baa1c609d')
+sha256sums=('6ebe089d70fbc4133872c641affdddd72959d5800ec9511654df3bbbd1785dfd')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-5compat/kde-unstable/PKGBUILD
===================================================================
--- qt6-5compat/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-5compat/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt6-5compat
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -16,7 +16,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('1ce4b796e666b7a9fb9669e38aab3f45bd0a9cb46cf15fd97c477da14b258156')
+sha256sums=('bb2a7d6070abaf1fc49c213e6852e95f9e72fc0eebd9286fea6fa7a77871237f')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-base/kde-unstable/PKGBUILD
===================================================================
--- qt6-base/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-base/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt6-base
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -11,10 +11,10 @@
license=(GPL3 LGPL3 FDL custom)
pkgdesc='A cross-platform application and UI framework'
depends=(libjpeg-turbo xcb-util-keysyms xcb-util-cursor libgl fontconfig xdg-utils
- shared-mime-info xcb-util-wm libxrender libxi sqlite mesa
+ shared-mime-info xcb-util-wm libxrender libxi sqlite mesa vulkan-headers
tslib libinput libxkbcommon-x11 libproxy libcups double-conversion brotli libb2 md4c)
makedepends=(cmake libfbclient mariadb-libs unixodbc postgresql alsa-lib gst-plugins-base-libs
- gtk3 libpulse cups freetds vulkan-headers xmlstarlet)
+ gtk3 libpulse cups freetds xmlstarlet)
optdepends=('postgresql-libs: PostgreSQL driver'
'mariadb-libs: MariaDB driver'
'unixodbc: ODBC driver'
@@ -27,7 +27,7 @@
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
qt6-base-cflags.patch
qt6-base-nostrip.patch)
-sha256sums=('a4f5ac54c2b9cfea02e68e1e4d64495e906461cd5e9ce50a2ad062ac1da0d2f1'
+sha256sums=('a9f6604fd8a2eb4716a9925cd7fa5c13c8a5c9f2383432e9254e7c083d066a44'
'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
Modified: qt6-charts/kde-unstable/PKGBUILD
===================================================================
--- qt6-charts/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-charts/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-charts
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -14,7 +14,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('d858a371e27f1df9b1051295a7a578286da8b5790461259ee163623775e13be9')
+sha256sums=('ec4d125a5e84db779949ed191f312cd12967cfe0ab1ffff8e180293cb9523f33')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-connectivity/kde-unstable/PKGBUILD
===================================================================
--- qt6-connectivity/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-connectivity/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-connectivity
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -15,7 +15,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('5e796060761c5a5bc10545d8c61fa80f88e7ee5419e03dcce95a76d1f9cc5b69')
+sha256sums=('7d97fc9dbaedb5862dd9ea79c87bb14b00458f1c3efa1a2ea178bef8b0ea8071')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-datavis3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-datavis3d/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-datavis3d/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-datavis3d
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -15,7 +15,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('7cfde1c74a50297f4f0794b53032fab899ed68959313c28ffd99dc2897a7369a')
+sha256sums=('0a758fea71f4294f635638ec8f65a98490b55617ee5f25f83b88dd879a063a42')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-declarative/kde-unstable/PKGBUILD
===================================================================
--- qt6-declarative/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-declarative/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt6-declarative
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -11,11 +11,11 @@
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Classes for QML and JavaScript languages'
depends=(qt6-base)
-makedepends=(cmake python vulkan-headers at-spi2-core qt6-shadertools)
+makedepends=(cmake python at-spi2-core qt6-shadertools)
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('9818223505248bcf205dbc2a3753d2b491b6fdbc84976ee1ed731eaaae31a8ba')
+sha256sums=('c0ef03cb4c8963380b1bd51ad8a1541d8a6ecbf963a0f649f36065f5f639465b')
build() {
cmake -B build -S $_pkgfn \
Modified: qt6-doc/kde-unstable/PKGBUILD
===================================================================
--- qt6-doc/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-doc/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -4,7 +4,7 @@
pkgbase=qt6-doc
pkgname=(qt6-doc qt6-examples)
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=('any')
@@ -15,7 +15,7 @@
groups=(qt6)
_pkgfn="qt-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/single/$_pkgfn.tar.xz)
-sha256sums=('5c98ac999faa7adc2bd01cab0b150c2e331e4224d36ff0de2bbe614666e629d1')
+sha256sums=('de3d229cc60f2c996c03d42179a7e35a0e9f8b3e5e39848f2853070a00c7080f')
build() {
cmake -B build -S $_pkgfn \
Modified: qt6-imageformats/kde-unstable/PKGBUILD
===================================================================
--- qt6-imageformats/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-imageformats/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt6-imageformats
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -15,7 +15,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('0a61fe7e1f518d4ca947a6544e8d0bf3adaaa68cf8caf8c60bce05896009a4cd')
+sha256sums=('c394d15621e1de534fcdcfca7d46e173a1d86ee51eb746b2bd6dcbb496fe4646')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-location/kde-unstable/PKGBUILD
===================================================================
--- qt6-location/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-location/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-location
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -15,7 +15,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('3a1257ed48e5129c0569f1baa82dafd338d6f5819d00ecd1849cbd1aa0dfa117')
+sha256sums=('41e26d318d393e5e2fcbdcf24957e7b9d45e5e2f73c49503608930c877becbf9')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-lottie/kde-unstable/PKGBUILD
===================================================================
--- qt6-lottie/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-lottie/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-lottie
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -15,7 +15,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('f9c322750fac030c95d0ba77a5c04668ea0798ae505093b67187991a94df30dd')
+sha256sums=('daace70bfbc5ae3bd95051a353fa7ede8676efa6affc076371c5383ebce7c633')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-multimedia/kde-unstable/PKGBUILD
===================================================================
--- qt6-multimedia/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-multimedia/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-multimedia
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -19,7 +19,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('5a4b724b429363d9b07e510b87bec72213d7f721db333f3b69b95d777987af89')
+sha256sums=('be2b5ab29bc527e6c9bef0ebd9b3df28ad65f5c2a0aa6639f07b55272d079797')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-networkauth/kde-unstable/PKGBUILD
===================================================================
--- qt6-networkauth/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-networkauth/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt6-networkauth
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -15,7 +15,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('39005365a0095b5990cb90bb9652b3009c516054e4ec1c0218c29580dc708b4d')
+sha256sums=('b9b37e8cab0492646ef10f6edd630f85e145ac18a7f6918ebb05b07f0c1d3d85')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-quick3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-quick3d/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-quick3d/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt6-quick3d
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -11,13 +11,13 @@
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Qt module and API for defining 3D content in Qt Quick'
depends=(qt6-declarative)
-makedepends=(cmake vulkan-headers qt6-shadertools)
+makedepends=(cmake qt6-shadertools)
# TODO: use system assimp again when a new version is released
optdepends=('qt6-shadertools: for shadergen')
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('289badb9e5a0fae076c9505aef0797071267d94c2ae6d093f52910b9b5ce212e')
+sha256sums=('9ea6b8c500f2ac16939922a52f40ae4557e7d0e54ee062883d2f6356c859d0d2')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-quickcontrols2/kde-unstable/PKGBUILD
===================================================================
--- qt6-quickcontrols2/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-quickcontrols2/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt6-quickcontrols2
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -11,11 +11,11 @@
license=(GPL3 LGPL3 FDL custom)
pkgdesc='User interface controls based on Qt Quick'
depends=(qt6-declarative)
-makedepends=(cmake vulkan-headers)
+makedepends=(cmake)
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('12f0607cfbbd14323ae423a9da24cbad7952d1049ca9ebb9194311c304a08d7e')
+sha256sums=('ba17ff739fce17e0d221f0f3792022ea87d8bf27042bcaf70442c237eb90d7c1')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-quicktimeline/kde-unstable/PKGBUILD
===================================================================
--- qt6-quicktimeline/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-quicktimeline/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt6-quicktimeline
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -11,11 +11,11 @@
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Qt module for keyframe-based timeline construction'
depends=(qt6-declarative)
-makedepends=(cmake vulkan-headers)
+makedepends=(cmake)
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('0eb30c5d0ff57c1351b603c1a3d19d530472dc6b34d19e9554f0db2bbabaae54')
+sha256sums=('fc05723edf2e1f1995919a988965d15412934de638c9e00fa305f95996da5b54')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-remoteobjects/kde-unstable/PKGBUILD
===================================================================
--- qt6-remoteobjects/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-remoteobjects/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-remoteobjects
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -15,7 +15,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('7390325cf6ef985ce99310706491adc70dcfcd9c33c0bd2064c08129113ed0ed')
+sha256sums=('29ac94038779f24b202d9992932599dc647bd1f8716c97184dc3d2ead580b62f')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-scxml/kde-unstable/PKGBUILD
===================================================================
--- qt6-scxml/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-scxml/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-scxml
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -15,7 +15,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('16404a5906daea48bd96720704eeb59972efcb48c9e3209f0b0f3df28b41a6b9')
+sha256sums=('1bc310fe1db2d2e039ee733e0ab07d4a63d6c11f85c1ba35719b2fc3f0332e70')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-sensors/kde-unstable/PKGBUILD
===================================================================
--- qt6-sensors/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-sensors/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-sensors
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -15,7 +15,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('214c4f49840d66383703c0c1789ac6ef7b3c343c082d63a7e19fbc424d44cf16')
+sha256sums=('4b79f03c479253bd742a97e77d87461b8dc34acd057820bd7144889b06a37571')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-serialbus/kde-unstable/PKGBUILD
===================================================================
--- qt6-serialbus/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-serialbus/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-serialbus
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -14,7 +14,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('0b69c3e00099da8b05e426a436088f50f9429bde954b03e066878e649a1b341a')
+sha256sums=('0ed39578cce8c09a8319cd6847e4372957b5db9111c8513ba02e25cdc699bc6a')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-serialport/kde-unstable/PKGBUILD
===================================================================
--- qt6-serialport/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-serialport/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-serialport
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -14,7 +14,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('c1f4a871ebc57f69bc980a7c4d9b1225a94065174fb4a2be7f3739ca46927fa2')
+sha256sums=('c96ed16597dd1b6c820dab775f66f1847169497fe2991042fe81dffbb4aa6ee6')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-shadertools/kde-unstable/PKGBUILD
===================================================================
--- qt6-shadertools/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-shadertools/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt6-shadertools
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -11,11 +11,11 @@
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Experimental module providing APIs and a host tool to host tool to perform graphics and compute shader conditioning for the upcoming Qt graphics abstraction layer'
depends=(qt6-base)
-makedepends=(cmake vulkan-headers)
+makedepends=(cmake)
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('6761a497e6140231ef48079abf35e9d03deb8ada88fee562805f55e453f5aa7c')
+sha256sums=('a718bc44a21ba445d1dbd67c79e3a91fb4803048e13697f1ac9b3646f714cd44')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-svg/kde-unstable/PKGBUILD
===================================================================
--- qt6-svg/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-svg/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt6-svg
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -11,11 +11,11 @@
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Classes for displaying the contents of SVG files'
depends=(qt6-base)
-makedepends=(cmake vulkan-headers)
+makedepends=(cmake)
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('e96392135ca4c7a73775b63071449213b3abba2e79862e8a91692f430c028424')
+sha256sums=('bbdc7dd5aa5395557585530c1cd933484ff4680ae06c57b1bdd0c06c35e7f4ad')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-tools/kde-unstable/PKGBUILD
===================================================================
--- qt6-tools/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-tools/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -3,20 +3,20 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt6-tools
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='A cross-platform application and UI framework (Development Tools, QtHelp)'
depends=(qt6-base)
-makedepends=(cmake qt6-declarative vulkan-headers clang llvm)
+makedepends=(cmake qt6-declarative clang llvm)
optdepends=('clang: for qdoc and lupdate')
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('8719eff89500a091a0ed98e58754bc6a00ec0eceb3eba2928ec41e131220d642')
+sha256sums=('cba4b0c79de5593a40fbdbc295fa38f622fbc449a6b7e88e75bec0d74969fa4c')
build() {
cmake -B build -S $_pkgfn \
Modified: qt6-translations/kde-unstable/PKGBUILD
===================================================================
--- qt6-translations/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-translations/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt6-translations
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -15,7 +15,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('50f787f987c9e681f6f90595b50c2928cf06185540e9ac7213ba61bda3be716d')
+sha256sums=('4de24ca1bbb86abd5c199ae9417d5ab2bb90376da41e7491233bb7d2b4f6e2dd')
build() {
export PATH="/usr/lib/qt6/bin:$PATH"
Modified: qt6-virtualkeyboard/kde-unstable/PKGBUILD
===================================================================
--- qt6-virtualkeyboard/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-virtualkeyboard/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-virtualkeyboard
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -14,7 +14,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('6b8c70443b3d5ab7aafc4961c0e33cd382137bfb2d93b5890b4f6cb51ea92a5c')
+sha256sums=('22c9a55b3689033ed6c28e0e12a8e3a6667c52ab9eaa112be053bb4d1f1e4d1f')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-wayland/kde-unstable/PKGBUILD
===================================================================
--- qt6-wayland/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-wayland/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt6-wayland
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -11,11 +11,11 @@
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Provides APIs for Wayland'
depends=(qt6-declarative libxcomposite)
-makedepends=(cmake vulkan-headers)
+makedepends=(cmake)
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('d52ec68b659c0f8ad1d33fd7b327f12aa0da07130cb72b789ebe3542e2b1f433')
+sha256sums=('a1dfb54978a4873086589073c8e7669bdee41a13258aba0ba275bac54c263d8c')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-webchannel/kde-unstable/PKGBUILD
===================================================================
--- qt6-webchannel/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-webchannel/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-webchannel
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -10,11 +10,11 @@
license=(GPL3 LGPL3 FDL custom)
pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients'
depends=(qt6-declarative)
-makedepends=(cmake)
+makedepends=(cmake qt6-websockets)
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('3e0eea39a6efd49e0f792bca0bd2fd219842bae3956308fcaa89a0631a7acdb5')
+sha256sums=('71ddf0af029c281cca4ed69cd7ebde99d65ab2c2e0021fb3a632dfbeef480dda')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-webengine/kde-unstable/PKGBUILD
===================================================================
--- qt6-webengine/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-webengine/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-webengine
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -11,17 +11,20 @@
pkgdesc='Provides support for web applications using the Chromium browser project'
depends=(qt6-webchannel qt6-location libxcomposite libxrandr pciutils libxss libxkbfile
libevent snappy nss libxslt minizip ffmpeg re2 libvpx libxtst ttf-font)
-makedepends=(cmake python2 python gperf jsoncpp ninja qt6-tools libpipewire02 nodejs protobuf)
-optdepends=('libpipewire02: WebRTC desktop sharing under Wayland')
+makedepends=(cmake python2 python gperf jsoncpp ninja qt6-tools pipewire nodejs protobuf)
+optdepends=('pipewire: WebRTC desktop sharing under Wayland')
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
- qt6-webengine-destdir.patch)
-sha256sums=('0c69e748d5411ca9329da091e26f27bc7457b4434790f7f151e6756e5d4b4e64'
- '4055da08726d4172eb54ebd28ccec0c3b272ad9ed07f5153a4cb1b12402eb135')
+ qt6-webengine-destdir.patch
+ chromium-freetype-2.11.patch)
+sha256sums=('0c7def833a33b8dfa28cf64a7b9169b5dc6c2b28089997dd90d77523bafd11dc'
+ '1611f5c4c6913837fa692b9612302f0abcdd7954b0d6cff236cb13f1ca3ec235'
+ 'd7b5b4ae37b3ec8a416942e02f60aeda0e8ff3d9769699029f3af3465b1b892b')
prepare() {
patch -d $_pkgfn -p1 < qt6-webengine-destdir.patch # Don't install externalvprojects to root filesystem
+ patch -d $_pkgfn/src/3rdparty/chromium -p1 < chromium-freetype-2.11.patch # Fix build with freetype 2.11
}
build() {
@@ -38,5 +41,9 @@
package() {
DESTDIR="$pkgdir" cmake --install build/src
+# Fix broken install
+ rm -r "$pkgdir"/build
+ mv "$pkgdir"/usr/{translations,resources} "$pkgdir"/usr/share/qt6
+
install -Dm644 "$srcdir"/${_pkgfn}/src/3rdparty/chromium/LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
}
Added: qt6-webengine/kde-unstable/chromium-freetype-2.11.patch
===================================================================
--- qt6-webengine/kde-unstable/chromium-freetype-2.11.patch (rev 0)
+++ qt6-webengine/kde-unstable/chromium-freetype-2.11.patch 2021-07-29 09:57:18 UTC (rev 420642)
@@ -0,0 +1,28 @@
+--- chromium/third_party/skia/src/ports/SkFontHost_FreeType_common.cpp.orig 2021-07-28 17:20:09.046807474 +0000
++++ chromium/third_party/skia/src/ports/SkFontHost_FreeType_common.cpp 2021-07-28 17:26:25.932899591 +0000
+@@ -665,8 +665,8 @@
+ canvas->drawPaint(paint);
+ break;
+ }
+- case FT_COLR_PAINTFORMAT_TRANSFORMED: {
+- SkMatrix transform = ToSkMatrix(colrv1_paint.u.transformed.affine);
++ case FT_COLR_PAINTFORMAT_TRANSFORM: {
++ SkMatrix transform = ToSkMatrix(colrv1_paint.u.transform.affine);
+
+ canvas->concat(transform);
+ break;
+@@ -760,12 +760,12 @@
+ traverse_result = colrv1_start_glyph(canvas, palette, face, paint.u.colr_glyph.glyphID,
+ FT_COLOR_NO_ROOT_TRANSFORM);
+ break;
+- case FT_COLR_PAINTFORMAT_TRANSFORMED:
++ case FT_COLR_PAINTFORMAT_TRANSFORM:
+ canvas->saveLayer(nullptr, nullptr);
+ // Traverse / draw operation will apply transform.
+ colrv1_draw_paint(canvas, palette, face, paint);
+ traverse_result =
+- colrv1_traverse_paint(canvas, palette, face, paint.u.transformed.paint);
++ colrv1_traverse_paint(canvas, palette, face, paint.u.transform.paint);
+ canvas->restore();
+ break;
+ case FT_COLR_PAINTFORMAT_ROTATE:
Modified: qt6-webengine/kde-unstable/qt6-webengine-destdir.patch
===================================================================
--- qt6-webengine/kde-unstable/qt6-webengine-destdir.patch 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-webengine/kde-unstable/qt6-webengine-destdir.patch 2021-07-29 09:57:18 UTC (rev 420642)
@@ -1,47 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 8a3ff75c..14ca95a4 100644
+index 9939167a..0fa5cd13 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -149,6 +149,7 @@ externalproject_add(libs
- # and this leftover file gets sucked instead of install or src/mkspecs,
- # simply remove it, we need to implment a dry run in qt base to fix it.
- COMMAND ${CMAKE_COMMAND} -E remove_directory ../mkspecs
+@@ -166,6 +166,7 @@ externalproject_add(qtwebengine
+ BUILD_ALWAYS TRUE
+ CMAKE_ARGS ${libsCmakeArgs}
+ BUILD_COMMAND ${CMAKE_COMMAND} -E echo "Starting $<CONFIG> build"
+ INSTALL_COMMAND ""
- )
-
- # Ensure the libs project is reconfigured if the root project is reconfigured, so that the
-diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
-index fd935fe1..f37ad3f6 100644
---- a/src/core/CMakeLists.txt
-+++ b/src/core/CMakeLists.txt
-@@ -674,28 +674,11 @@ if(QT_FEATURE_framework)
- )
- else()
- install(FILES ${localeFiles}
-- DESTINATION translations/qtwebengine_locales
-+ DESTINATION ${INSTALL_DATADIR}/translations/qtwebengine_locales
- CONFIGURATIONS ${config}
- )
- install(FILES ${resourceFiles}
-- DESTINATION resources
-- CONFIGURATIONS ${config}
-- )
-- install(FILES ${icuFiles}
-- DESTINATION resources
-- CONFIGURATIONS ${config}
-- )
--# install (again) for superbuild
-- install(FILES ${localeFiles}
-- DESTINATION ${WEBENGINE_ROOT_BUILD_DIR}/translations/qtwebengine_locales
-- CONFIGURATIONS ${config}
-- )
-- install(FILES ${resourceFiles}
-- DESTINATION ${WEBENGINE_ROOT_BUILD_DIR}/resources
-- CONFIGURATIONS ${config}
-- )
-- install(FILES ${icuFiles}
-- DESTINATION ${WEBENGINE_ROOT_BUILD_DIR}/resources
-+ DESTINATION ${INSTALL_DATADIR}/resources
- CONFIGURATIONS ${config}
- )
- if(NOT QT_WILL_INSTALL)
+ ${coinBug699}
+ COMMAND ${CMAKE_COMMAND} -E echo "$<CONFIG> build complete"
+ # TODO: this is aworkaround for broken qt_lib_webengine*.pri files,
Modified: qt6-websockets/kde-unstable/PKGBUILD
===================================================================
--- qt6-websockets/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-websockets/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-websockets
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -15,7 +15,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('78ca29792de9ae56e9e2ed15ce930baa21525495cdf987fee6b1f6620cdf8993')
+sha256sums=('316b68b797622e30e5c819527e7f577cd747155202268a5a9556bc1eee880de9')
build() {
cmake -B build -S $_pkgfn
Modified: qt6-webview/kde-unstable/PKGBUILD
===================================================================
--- qt6-webview/kde-unstable/PKGBUILD 2021-07-29 09:45:13 UTC (rev 420641)
+++ qt6-webview/kde-unstable/PKGBUILD 2021-07-29 09:57:18 UTC (rev 420642)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt6-webview
-_qtver=6.2.0-beta1
+_qtver=6.2.0-beta2
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -14,7 +14,7 @@
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('db3eecabea6d05926e87b727946a6a37745c534bb9d1198e774be79d325f326e')
+sha256sums=('aab481c18ab68d793417044b1e6efb3ea9fc62e6af3295a77963552708f99712')
build() {
cmake -B build -S $_pkgfn
More information about the arch-commits
mailing list