[arch-commits] Commit in (78 files)

Antonio Rojas arojas at archlinux.org
Wed Oct 9 12:15:15 UTC 2019


    Date: Wednesday, October 9, 2019 @ 12:15:14
  Author: arojas
Revision: 364219

Qt 5.14 beta 1

Added:
  qt5-3d/kde-unstable/
  qt5-base/kde-unstable/
  qt5-charts/kde-unstable/
  qt5-connectivity/kde-unstable/
  qt5-datavis3d/kde-unstable/
  qt5-declarative/kde-unstable/
  qt5-doc/kde-unstable/
  qt5-gamepad/kde-unstable/
  qt5-graphicaleffects/kde-unstable/
  qt5-imageformats/kde-unstable/
  qt5-location/kde-unstable/
  qt5-lottie/kde-unstable/
  qt5-multimedia/kde-unstable/
  qt5-networkauth/kde-unstable/
  qt5-purchasing/kde-unstable/
  qt5-quick3d/
  qt5-quick3d/kde-unstable/
  qt5-quick3d/kde-unstable/PKGBUILD
  qt5-quickcontrols/kde-unstable/
  qt5-quickcontrols2/kde-unstable/
  qt5-remoteobjects/kde-unstable/
  qt5-script/kde-unstable/
  qt5-scxml/kde-unstable/
  qt5-sensors/kde-unstable/
  qt5-serialbus/kde-unstable/
  qt5-serialport/kde-unstable/
  qt5-speech/kde-unstable/
  qt5-svg/kde-unstable/
  qt5-tools/kde-unstable/
  qt5-translations/kde-unstable/
  qt5-virtualkeyboard/kde-unstable/
  qt5-wayland/kde-unstable/
  qt5-webchannel/kde-unstable/
  qt5-webengine/kde-unstable/
  qt5-webengine/kde-unstable/qt5-webengine-system-icu.patch
  qt5-webglplugin/kde-unstable/
  qt5-websockets/kde-unstable/
  qt5-webview/kde-unstable/
  qt5-x11extras/kde-unstable/
  qt5-xmlpatterns/kde-unstable/
Modified:
  qt5-3d/kde-unstable/PKGBUILD
  qt5-base/kde-unstable/PKGBUILD
  qt5-charts/kde-unstable/PKGBUILD
  qt5-connectivity/kde-unstable/PKGBUILD
  qt5-datavis3d/kde-unstable/PKGBUILD
  qt5-declarative/kde-unstable/PKGBUILD
  qt5-doc/kde-unstable/PKGBUILD
  qt5-gamepad/kde-unstable/PKGBUILD
  qt5-graphicaleffects/kde-unstable/PKGBUILD
  qt5-imageformats/kde-unstable/PKGBUILD
  qt5-location/kde-unstable/PKGBUILD
  qt5-lottie/kde-unstable/PKGBUILD
  qt5-multimedia/kde-unstable/PKGBUILD
  qt5-networkauth/kde-unstable/PKGBUILD
  qt5-purchasing/kde-unstable/PKGBUILD
  qt5-quickcontrols/kde-unstable/PKGBUILD
  qt5-quickcontrols2/kde-unstable/PKGBUILD
  qt5-remoteobjects/kde-unstable/PKGBUILD
  qt5-script/kde-unstable/PKGBUILD
  qt5-scxml/kde-unstable/PKGBUILD
  qt5-sensors/kde-unstable/PKGBUILD
  qt5-serialbus/kde-unstable/PKGBUILD
  qt5-serialport/kde-unstable/PKGBUILD
  qt5-speech/kde-unstable/PKGBUILD
  qt5-svg/kde-unstable/PKGBUILD
  qt5-tools/kde-unstable/PKGBUILD
  qt5-translations/kde-unstable/PKGBUILD
  qt5-virtualkeyboard/kde-unstable/PKGBUILD
  qt5-wayland/kde-unstable/PKGBUILD
  qt5-webchannel/kde-unstable/PKGBUILD
  qt5-webengine/kde-unstable/PKGBUILD
  qt5-webglplugin/kde-unstable/PKGBUILD
  qt5-websockets/kde-unstable/PKGBUILD
  qt5-webview/kde-unstable/PKGBUILD
  qt5-x11extras/kde-unstable/PKGBUILD
  qt5-xmlpatterns/kde-unstable/PKGBUILD
Deleted:
  qt5-base/kde-unstable/qtbug-77364.patch
  qt5-webengine/kde-unstable/qtbug-77037-workaround.patch

-----------------------------------------------------------+
 PKGBUILD                                                  |  244 +++++-------
 qt5-quick3d/kde-unstable/PKGBUILD                         |   41 ++
 qt5-webengine/kde-unstable/qt5-webengine-system-icu.patch |   20 
 qtbug-77037-workaround.patch                              |   11 
 qtbug-77364.patch                                         |   12 
 5 files changed, 181 insertions(+), 147 deletions(-)

Modified: qt5-3d/kde-unstable/PKGBUILD
===================================================================
--- qt5-3d/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-3d/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-3d
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('qt5-declarative' 'assimp')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('092dc9a691eb784b30b1a48799c23578f0f17d892b1cbd25f18130c67f51a452')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('019a0e931eac209ac6628b52fec4e912f9d38f6b1db3ee5ba653dd15690e7291')
 
 prepare() {
   mkdir -p build

Modified: qt5-base/kde-unstable/PKGBUILD
===================================================================
--- qt5-base/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-base/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -3,9 +3,9 @@
 
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -12,7 +12,7 @@
 pkgdesc='A cross-platform application and UI framework'
 depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 'fontconfig' 'xdg-utils'
          'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'mesa'
-         'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 'double-conversion')
+         'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 'double-conversion' 'md4c')
 makedepends=('libfbclient' 'mariadb-libs' 'sqlite' 'unixodbc' 'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
              'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
 optdepends=('qt5-svg: to use SVG icon themes'
@@ -26,10 +26,8 @@
 conflicts=('qtchooser')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
-        qtbug-77364.patch)
-sha256sums=('110cd08cdacab26274bf2519d3508046616c0b638f0d2f5e00bc8bad87469eab'
-            'dc742814ab0c1b63da5916d96e3ef01fa96007c385ed033ae5b3a8cd8608c119')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('d1496953fed1959c2003890dfafc4defb5da2abaab29a2d995e532a5b57dc8f3')
 
 prepare() {
   cd ${_pkgfqn}
@@ -40,8 +38,6 @@
     mkspecs/common/gcc-base.conf
   sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
     mkspecs/common/g++-unix.conf
-
-  patch -p1 -i ../qtbug-77364.patch # Fix keyboard input in webengine
 }
 
 build() {

Deleted: qt5-base/kde-unstable/qtbug-77364.patch
===================================================================
--- qt5-base/trunk/qtbug-77364.patch	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-base/kde-unstable/qtbug-77364.patch	2019-10-09 12:15:14 UTC (rev 364219)
@@ -1,12 +0,0 @@
-diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp
-index 04290a4ce1..27773d5762 100644
---- a/src/widgets/kernel/qwidget.cpp
-+++ b/src/widgets/kernel/qwidget.cpp
-@@ -6446,7 +6446,7 @@ void QWidget::setFocusProxy(QWidget * w)
- 
-     if (changingAppFocusWidget) {
-         QWidget *newDeepestFocusProxy = d_func()->deepestFocusProxy();
--        QApplicationPrivate::focus_widget = newDeepestFocusProxy ? newDeepestFocusProxy : this;
-+        QApplicationPrivate::setFocusWidget(newDeepestFocusProxy ? newDeepestFocusProxy : this, Qt::NoFocusReason);
-     }
- }

Modified: qt5-charts/kde-unstable/PKGBUILD
===================================================================
--- qt5-charts/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-charts/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-charts
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -14,8 +14,8 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('95fb573137bfd9e3655d4fb0e9fc80894e58d4f5fc02c48e46068cee27ff7aad')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('6de79efdb61a4d9dfcd0128ed476fba50174488e8e1638d08a37d45efdafc581')
 
 prepare() {
   mkdir -p build

Modified: qt5-connectivity/kde-unstable/PKGBUILD
===================================================================
--- qt5-connectivity/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-connectivity/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-connectivity
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -14,8 +14,8 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('a1c4120ca00a8b6f275d6ad3f94565fd154b5ec2c7ca167f99cdccf6b0d5ee6f')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('75a8f3dbda634c059746da7a7ff7874e060dd09592946c1aea525cc88f592df4')
 
 prepare() {
   mkdir -p build

Modified: qt5-datavis3d/kde-unstable/PKGBUILD
===================================================================
--- qt5-datavis3d/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-datavis3d/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-datavis3d
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -14,8 +14,8 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('b153f05028eabf9485c6b5c321fb3e093402be9d8717518dd9eaaad8fafaa256')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('4f07cc47afd5b5985fe36f9f02f186bf51faca8122497eeb9fd4f770b8cde32c')
 
 prepare() {
   mkdir -p build

Modified: qt5-declarative/kde-unstable/PKGBUILD
===================================================================
--- qt5-declarative/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-declarative/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-declarative
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -10,12 +10,12 @@
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Classes for QML and JavaScript languages'
 depends=('qt5-base')
-makedepends=('python')
+makedepends=('python' 'vulkan-headers')
 groups=('qt' 'qt5')
 conflicts=('qtchooser')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('ae3477401b13d6b31e8569629d3f73b3e81e27cec27595988ffd320eaec7f0e2')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('85c6e47b4d5fa8c8f6864c5cad0fda85a25b31d602188428468a8dfd041d41a7')
 
 prepare() {
   mkdir -p build

Modified: qt5-doc/kde-unstable/PKGBUILD
===================================================================
--- qt5-doc/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-doc/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -4,7 +4,7 @@
 
 pkgbase=qt5-doc
 pkgname=(qt5-doc qt5-examples)
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('any')
@@ -14,8 +14,8 @@
              'gperf' 'nss' 'clang')
 groups=('qt' 'qt5')
 _pkgfqn="qt-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz")
-sha256sums=('adf00266dc38352a166a9739f1a24a1e36f1be9c04bf72e16e142a256436974e')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz")
+sha256sums=('f07cfc26762244bd343190b1b2e8b22708196f017024d6ab59f7fe1c8432f6b3')
 
 prepare() {
   cd ${_pkgfqn}

Modified: qt5-gamepad/kde-unstable/PKGBUILD
===================================================================
--- qt5-gamepad/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-gamepad/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-gamepad
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -14,8 +14,8 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('660e2bea430be5dc75557d038f162b77454c945ab6df1a1f4a7d69011e02c199')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('82bf5e0e6d22ccb16d1b7613bb2f71b918cf7ef2c7c40d033c2342adc0cd5763')
 
 prepare() {
   mkdir -p build

Modified: qt5-graphicaleffects/kde-unstable/PKGBUILD
===================================================================
--- qt5-graphicaleffects/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-graphicaleffects/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-graphicaleffects
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('f6611773c1104c26fed412dc559ae34563dbd7aea9582722fdde098cc3cbc8a7')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('474a9d569529493eaf1cc50d0ed955974bff59fe2fc8103a1e46acd1928a57ff')
 
 prepare() {
   mkdir -p build

Modified: qt5-imageformats/kde-unstable/PKGBUILD
===================================================================
--- qt5-imageformats/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-imageformats/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-imageformats
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('f6aa1e3fe6c3d786e211e4bd46a1349192efd82364739c0d708b7f2003a93ddf')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('e1d383b11e21a2f09952f9a3efdb088832ea2089b2561e0ea23ddc9614b224bd')
 
 prepare() {
   mkdir -p build

Modified: qt5-location/kde-unstable/PKGBUILD
===================================================================
--- qt5-location/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-location/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-location
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('qt5-declarative')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('16bd4d64b12fc3f8276fe37985f2b0f5443317c882937ab5e0b583a3a9eed298')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('43035494e97abcd54a41333365e47b7fa377769f7389bf75c9f40a06c8fe8080')
 
 prepare() {
   mkdir -p build

Modified: qt5-lottie/kde-unstable/PKGBUILD
===================================================================
--- qt5-lottie/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-lottie/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt5-lottie
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -14,8 +14,8 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('ea8697bcbb903befde08edce95589b6ef17872c1cab11f164cac0a7ddec51136')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('f09fc0c08c4ce43aa99c2355b8368a85927974756cc745d23f29062c8c4d10dd')
 
 prepare() {
   mkdir -p build

Modified: qt5-multimedia/kde-unstable/PKGBUILD
===================================================================
--- qt5-multimedia/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-multimedia/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-multimedia
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -16,8 +16,8 @@
             'gst-libav: ffmpeg plugin')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('5efdb5876596c3472d24acf1ed753574dfa87b500458ea675c3112e8c2acec65')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('b8bc6e16eb99acf5c6a8e4c24d5d4ea02c98c7d691728b8fb14d3de099ff115c')
 
 prepare() {
   mkdir -p build

Modified: qt5-networkauth/kde-unstable/PKGBUILD
===================================================================
--- qt5-networkauth/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-networkauth/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt5-networkauth
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -12,8 +12,8 @@
 depends=(qt5-base)
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('d5306dd7d6aa128382505046b06ad7f9c17c56a9c4277dc862c13add06b89e4a')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('2196fb4f51f67cf2d0fb87d3d0e79c3af48dcbb606d2f90c0d86350163772b59')
 
 prepare() {
   mkdir -p build

Modified: qt5-purchasing/kde-unstable/PKGBUILD
===================================================================
--- qt5-purchasing/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-purchasing/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-purchasing
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -14,8 +14,8 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('7e5ef82f758cb73285920c9f6918454504450f03e0323e357cfe2f3f2552f559')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('6c6c871c7184c01a6c20fe988179390ba5996a7572db805930bfda05f436267e')
 
 prepare() {
   mkdir -p build

Added: qt5-quick3d/kde-unstable/PKGBUILD
===================================================================
--- qt5-quick3d/kde-unstable/PKGBUILD	                        (rev 0)
+++ qt5-quick3d/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt5-quick3d
+_qtver=5.14.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Qt module and API for defining 3D content in Qt Quick'
+depends=('qt5-declarative')
+makedepends=('assimp')
+optdepends=('assimp: Import from assimp')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('c4ca549fd11a004560d78950756ad830a558ed93160768f4278622cd4da4825c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+    -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Modified: qt5-quickcontrols/kde-unstable/PKGBUILD
===================================================================
--- qt5-quickcontrols/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-quickcontrols/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-quickcontrols
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('5f3dd9a7c25aabe7a21ed7d137c23e2bfff948fefe94b183b5dee1a13667eb9b')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('060fb3e9b961b46b082ecebdc9ec7cc3447d4942729605d8f6f4a6a986815e6b')
 
 prepare() {
   mkdir -p build

Modified: qt5-quickcontrols2/kde-unstable/PKGBUILD
===================================================================
--- qt5-quickcontrols2/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-quickcontrols2/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-quickcontrols2
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -13,8 +13,8 @@
 optdepends=('qt5-graphicaleffects: for the Material style')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('47df5a0d9b65bd6d06fc7edc2a93fba679249d4942163230a72ff6f3cc9f7ab8')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('2cc2d9b43d65849cece08dc86593eee7f701da2cbf19dbed8fc92a7aa39f821c')
 
 prepare() {
   mkdir -p build

Modified: qt5-remoteobjects/kde-unstable/PKGBUILD
===================================================================
--- qt5-remoteobjects/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-remoteobjects/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-remoteobjects
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -14,8 +14,8 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('892a10502b2659e6a0f20167a5b6d71338fd01082e33e4b07eba43b0bbfcce69')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('e193e4f5d9235eecba0fdf0deca15aee488ab207a8a9f4d526ad330719e09609')
 
 prepare() {
   mkdir -p build

Modified: qt5-script/kde-unstable/PKGBUILD
===================================================================
--- qt5-script/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-script/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-script
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('870c65c5dff20eb797a629bd4544aa60874f44eecc0743300e83cce5708648c8')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('7d3f389ff06782e22f98382df7343455b5f74454e9f9b7600a2e67c036a90576')
 
 prepare() {
   mkdir -p build

Modified: qt5-scxml/kde-unstable/PKGBUILD
===================================================================
--- qt5-scxml/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-scxml/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-scxml
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('0669ede4e1373199893308362b9a0ba828f570a578dca52e1f17d1d622612511')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('a616844fe536e27b684d2674409bf4001e91022830cbd581022be56cc59524b6')
 
 prepare() {
   mkdir -p build

Modified: qt5-sensors/kde-unstable/PKGBUILD
===================================================================
--- qt5-sensors/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-sensors/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-sensors
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -14,8 +14,8 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('fa55e96bebb946326c46b720059536bce1e939a63b60f3c990a24ac8fec759d3')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('08c6c5d1ba76f147dd2b51006ed6ba6d89c14c9525a3172f30dd8cf46d8cb8f6')
 
 prepare() {
   mkdir -p build

Modified: qt5-serialbus/kde-unstable/PKGBUILD
===================================================================
--- qt5-serialbus/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-serialbus/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-serialbus
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('643bf5512212a1dc89047d25ed3f766bf08362c143f1da485f5235d3023ca565')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('531c2208b779683439bc459506db611e7458871cce1c291fecf1f881d3b6ec0c')
 
 prepare() {
   mkdir -p build

Modified: qt5-serialport/kde-unstable/PKGBUILD
===================================================================
--- qt5-serialport/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-serialport/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-serialport
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('d96706f406d89b459ed0ecd129b68309a91cea0f132b839958b5311ea0d118d2')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('f14ce6ef328aaa114e3a462bc9ca189181f554e50721f5654fb650e3e321892c')
 
 prepare() {
   mkdir -p build

Modified: qt5-speech/kde-unstable/PKGBUILD
===================================================================
--- qt5-speech/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-speech/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=qt5-speech
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -14,8 +14,8 @@
 optdepends=('flite: flite TTS backend' 'speech-dispatcher: speech-dispatcher TTS backend')
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('347343a96710b389e8e05506df3c971b9437f101d09677e44f4bf2a87bf25556')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('c6ab668dc07aecd8cb164ac9435dfd96091a2baa914f183d918052a9e7715141')
 
 prepare() {
   mkdir -p build

Modified: qt5-svg/kde-unstable/PKGBUILD
===================================================================
--- qt5-svg/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-svg/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-svg
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('qt5-base')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('409e8845c28412041c36f559a7a6e2414f3d9a8dd45c5a85065e279b788e07ab')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('70058f9392b025fbb55afb9cdb246535878cf71fc945cbba2bd199b05fd62ac3')
 
 prepare() {
   mkdir -p build

Modified: qt5-tools/kde-unstable/PKGBUILD
===================================================================
--- qt5-tools/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-tools/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-tools
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,9 +15,9 @@
 groups=('qt' 'qt5')
 conflicts=('qtchooser')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
         {assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('7947bdd758514a0c2d44b0a2110adb6056b18bce75c716711e48bcc8de5c7e82'
+sha256sums=('1703d2529f8ea88798fee4dafeaefb7c9a4d146023d0b1107f5bd76b18cc7e69'
             '8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
             '92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
             '15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'

Modified: qt5-translations/kde-unstable/PKGBUILD
===================================================================
--- qt5-translations/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-translations/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-translations
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('any')
@@ -13,8 +13,8 @@
 makedepends=('qt5-tools')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('01320c62ce28c5d7bc6d3c078e11d4d80415ab007ad94ffe1a635a2ce0ddccfd')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('a06ce8612fa90278cb0a84c021a41405bfcb7c9b69e26d6771981da20dd6b449')
 
 prepare() {
   mkdir -p build

Modified: qt5-virtualkeyboard/kde-unstable/PKGBUILD
===================================================================
--- qt5-virtualkeyboard/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-virtualkeyboard/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-virtualkeyboard
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('b44b2f788250a85d86f682bea4c0cdc8a70dd630d44682a545790b2618b28195')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('8ea25e5e1e1089730c2f627ca13ce49dd32b1d067a9a16fb0289d6a5a830b083')
 
 prepare() {
   mkdir -p build

Modified: qt5-wayland/kde-unstable/PKGBUILD
===================================================================
--- qt5-wayland/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-wayland/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-wayland
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('qt5-declarative' 'libxcomposite')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('def836f365b8af99cc693625f2079a54a0f71f5eff3f370dcf6f30b8944caf77')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('4c9f3f1b5ea2c6b659d0305d92bbd681c15b4b9f61bbacce65434140f4b98c2f')
 
 prepare() {
   mkdir -p build

Modified: qt5-webchannel/kde-unstable/PKGBUILD
===================================================================
--- qt5-webchannel/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-webchannel/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-webchannel
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('f72f875a0cafe7931341ef31084acfb489ede79c36dbce74820c2a5b5d6afb2c')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('7d4d52ceb983e9eff4a5e326b39fe2b113ab4884c1d5087f3d362798a86bee12')
 
 prepare() {
   mkdir -p build

Modified: qt5-webengine/kde-unstable/PKGBUILD
===================================================================
--- qt5-webengine/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-webengine/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,28 +2,28 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-webengine
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
 arch=('x86_64')
 url='https://www.qt.io'
 license=('LGPL3' 'LGPL2.1' 'BSD')
 pkgdesc='Provides support for web applications using the Chromium browser project'
 depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' 'libxss' 
-         'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx' 'libpulse')
-makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
+         'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx')
+makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler' 'gn')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
-        qtbug-77037-workaround.patch)
-sha256sums=('7f12e710b76ff2be4497bf368fc01ecd2419e2e962fb90599b0ece00ae2eb7d0'
-            '3e3bb8ecf292e7f249d001db4a4a072ca4ba38f713f496122bd7c73d93d5def9')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
+        qt5-webengine-linux-5.2.patch::"https://code.qt.io/cgit/qt/qtwebengine-chromium.git/patch?id=74e69da9")
+sha256sums=('4255e0a4f1510b6cae552f053b774659d93116cf17080ac003884c82dc00961c'
+            '8deb3df43a379976bbdb1fa814e68b2ce0433043695efc694c11e47f67c51b6a')
 
 prepare() {
   mkdir -p build
 
-  cd ${_pkgfqn}
-  patch -p1 -i "$srcdir"/qtbug-77037-workaround.patch # Fix build with pulseaudio 13
+  cd $_pkgfqn/src/3rdparty/chromium
+  patch -p2 -i "$srcdir"/qt5-webengine-linux-5.2.patch # Fix build with recent kernel
 }
 
 build() {
@@ -33,8 +33,8 @@
     -proprietary-codecs \
     -system-ffmpeg \
     -webp \
-    -spellchecker \
-    -webengine-icu
+    -spellchecker
+#    -webengine-icu
   make
 }
 

Added: qt5-webengine/kde-unstable/qt5-webengine-system-icu.patch
===================================================================
--- qt5-webengine/kde-unstable/qt5-webengine-system-icu.patch	                        (rev 0)
+++ qt5-webengine/kde-unstable/qt5-webengine-system-icu.patch	2019-10-09 12:15:14 UTC (rev 364219)
@@ -0,0 +1,20 @@
+diff --git a/build/linux/unbundle/icu.gn b/build/linux/unbundle/icu.gn
+index 4450e40..9ca36dd 100644
+--- a/build/linux/unbundle/icu.gn
++++ b/build/linux/unbundle/icu.gn
+@@ -96,6 +96,7 @@ shim_headers("icui18n_shim") {
+     "unicode/fpositer.h",
+     "unicode/gender.h",
+     "unicode/gregocal.h",
++    "unicode/listformatter.h",
+     "unicode/measfmt.h",
+     "unicode/measunit.h",
+     "unicode/measure.h",
+@@ -178,7 +179,6 @@ shim_headers("icuuc_shim") {
+     "unicode/icudataver.h",
+     "unicode/icuplug.h",
+     "unicode/idna.h",
+-    "unicode/listformatter.h",
+     "unicode/localpointer.h",
+     "unicode/locdspnm.h",
+     "unicode/locid.h",

Deleted: qt5-webengine/kde-unstable/qtbug-77037-workaround.patch
===================================================================
--- qt5-webengine/trunk/qtbug-77037-workaround.patch	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-webengine/kde-unstable/qtbug-77037-workaround.patch	2019-10-09 12:15:14 UTC (rev 364219)
@@ -1,11 +0,0 @@
---- qtwebengine-everywhere-src-5.13.0/src/core/config/linux.pri.orig	2019-08-06 08:23:45.385072740 +0300
-+++ qtwebengine-everywhere-src-5.13.0/src/core/config/linux.pri	2019-08-06 08:23:51.085237082 +0300
-@@ -162,7 +162,7 @@ host_build {
-     qtConfig(webengine-system-harfbuzz): gn_args += use_system_harfbuzz=true
-     !qtConfig(webengine-system-glib): gn_args += use_glib=false
-     qtConfig(webengine-pulseaudio) {
--        gn_args += use_pulseaudio=true
-+        gn_args += use_pulseaudio=true link_pulseaudio=true
-     } else {
-         gn_args += use_pulseaudio=false
-     }

Modified: qt5-webglplugin/kde-unstable/PKGBUILD
===================================================================
--- qt5-webglplugin/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-webglplugin/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-webglplugin
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -12,8 +12,8 @@
 depends=(qt5-websockets qt5-declarative)
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('fb40c4077f0dc3954c786c47f065e8fa1816af70bd1d42359aac70bf59652b1a')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('92561a1ee16e25fd6a017502b232f0c953b3bc4e5baf9e966192e69c73136b10')
 
 prepare() {
   mkdir -p build

Modified: qt5-websockets/kde-unstable/PKGBUILD
===================================================================
--- qt5-websockets/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-websockets/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-websockets
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -14,8 +14,8 @@
 optdepends=('qt5-declarative: QML bindings')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('f6b0583cfc5bbdccb89f68297a53cfe6c858c7a7de8e64548066cafd981c0799')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('edb79b690128999020203ea2f06551d91ca0a2540ed03e4e0f344e4734bfff31')
 
 prepare() {
   mkdir -p build

Modified: qt5-webview/kde-unstable/PKGBUILD
===================================================================
--- qt5-webview/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-webview/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=qt5-webview
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('bb369f8addf573d2f984a5afef26219c97dd895764eb0bbcc7296e358530de6f')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('17678ae972ee87d56e5cb3ac2dd96a1e92b5a13aed40b5017d876b2550c21561')
 
 prepare() {
   mkdir -p build

Modified: qt5-x11extras/kde-unstable/PKGBUILD
===================================================================
--- qt5-x11extras/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-x11extras/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-x11extras
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('0bc59f59f8d99674d3f56df091beb1a2d6fb9c103674c0fd412ce769e9656624')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('d251770036243cefd42b27cd94700ed5db9b347aa404f23fefe97c50c784cf39')
 
 prepare() {
   mkdir -p build

Modified: qt5-xmlpatterns/kde-unstable/PKGBUILD
===================================================================
--- qt5-xmlpatterns/trunk/PKGBUILD	2019-09-25 20:14:11 UTC (rev 363415)
+++ qt5-xmlpatterns/kde-unstable/PKGBUILD	2019-10-09 12:15:14 UTC (rev 364219)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-xmlpatterns
-_qtver=5.13.1
+_qtver=5.14.0-beta1
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -15,8 +15,8 @@
 conflicts=('qtchooser')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('2867cc8c92164909d6117b392d1cd9102dd38d815dbdf108f3f10e630c5a748b')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('418e6054f4b374b4f1141e0bf06f2ff53e71c8ae5b5c8a6215faaed1a6d992ed')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list