[arch-commits] Commit in (11 files)

Antonio Rojas arojas at archlinux.org
Thu Nov 5 15:49:41 UTC 2020


    Date: Thursday, November 5, 2020 @ 15:49:41
  Author: arojas
Revision: 399525

Qt 6.0 beta 3

Modified:
  qt6-5compat/kde-unstable/PKGBUILD
  qt6-base/kde-unstable/PKGBUILD
  qt6-declarative/kde-unstable/PKGBUILD
  qt6-doc/kde-unstable/PKGBUILD
  qt6-quick3d/kde-unstable/PKGBUILD
  qt6-quickcontrols2/kde-unstable/PKGBUILD
  qt6-quicktimeline/kde-unstable/PKGBUILD
  qt6-shadertools/kde-unstable/PKGBUILD
  qt6-svg/kde-unstable/PKGBUILD
  qt6-tools/kde-unstable/PKGBUILD
  qt6-wayland/kde-unstable/PKGBUILD

------------------------------------------+
 qt6-5compat/kde-unstable/PKGBUILD        |    4 ++--
 qt6-base/kde-unstable/PKGBUILD           |   14 ++++----------
 qt6-declarative/kde-unstable/PKGBUILD    |    4 ++--
 qt6-doc/kde-unstable/PKGBUILD            |    4 ++--
 qt6-quick3d/kde-unstable/PKGBUILD        |    4 ++--
 qt6-quickcontrols2/kde-unstable/PKGBUILD |    4 ++--
 qt6-quicktimeline/kde-unstable/PKGBUILD  |    4 ++--
 qt6-shadertools/kde-unstable/PKGBUILD    |    4 ++--
 qt6-svg/kde-unstable/PKGBUILD            |    4 ++--
 qt6-tools/kde-unstable/PKGBUILD          |    4 ++--
 qt6-wayland/kde-unstable/PKGBUILD        |    4 ++--
 11 files changed, 24 insertions(+), 30 deletions(-)

Modified: qt6-5compat/kde-unstable/PKGBUILD
===================================================================
--- qt6-5compat/kde-unstable/PKGBUILD	2020-11-05 15:28:07 UTC (rev 399524)
+++ qt6-5compat/kde-unstable/PKGBUILD	2020-11-05 15:49:41 UTC (rev 399525)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-5compat
-_qtver=6.0.0-beta2
+_qtver=6.0.0-beta3
 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=('9626aa2a8752e4fd1e75e1a35583f6209ea451174e501205d6ccb4f8c63b51fc')
+sha256sums=('94cb49919d875e05e6fc8286dbe63131b819ed05add0265619fe9abd7a32efab')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-base/kde-unstable/PKGBUILD
===================================================================
--- qt6-base/kde-unstable/PKGBUILD	2020-11-05 15:28:07 UTC (rev 399524)
+++ qt6-base/kde-unstable/PKGBUILD	2020-11-05 15:49:41 UTC (rev 399525)
@@ -3,9 +3,9 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-base
-_qtver=6.0.0-beta2
+_qtver=6.0.0-beta3
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -24,15 +24,9 @@
             'perl: for syncqt')
 groups=(qt6)
 _pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz"
-         qt6-fix-qmake.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=4670ef3c")
-sha256sums=('1207a5ceb001d164f3cf6646fbd483a055440400c20a315f98f36e23c73f204e'
-            '327d025252efedb54329c6c774558704817a656533fc37847b35ab977218534c')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz")
+sha256sums=('37a97e30cf769b8deaa65aff585968ffb78bda20409177fe46959cb591a53268')
 
-prepare() {
-  patch -d $_pkgfn -p1 -i ../qt6-fix-qmake.patch # Fix qmake
-}
-
 build() {
   cmake -B build -S $_pkgfn \
     -DCMAKE_INSTALL_PREFIX=/usr \

Modified: qt6-declarative/kde-unstable/PKGBUILD
===================================================================
--- qt6-declarative/kde-unstable/PKGBUILD	2020-11-05 15:28:07 UTC (rev 399524)
+++ qt6-declarative/kde-unstable/PKGBUILD	2020-11-05 15:49:41 UTC (rev 399525)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-declarative
-_qtver=6.0.0-beta2
+_qtver=6.0.0-beta3
 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=('3b39ccda6dc16a88890c5861b67911eb32bd11857e7e5281b15f43694069a4da')
+sha256sums=('fe9a05ad73f988f512ed977e0da18164a41c9ee79249b6c63e835a7c5552d279')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-doc/kde-unstable/PKGBUILD
===================================================================
--- qt6-doc/kde-unstable/PKGBUILD	2020-11-05 15:28:07 UTC (rev 399524)
+++ qt6-doc/kde-unstable/PKGBUILD	2020-11-05 15:49:41 UTC (rev 399525)
@@ -4,7 +4,7 @@
 
 pkgbase=qt6-doc
 pkgname=(qt6-doc qt6-examples)
-_qtver=6.0.0-beta2
+_qtver=6.0.0-beta3
 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=('9c4cc2fb781d682e86d8b3754a18a4d8969e02fa8509da31e5343065ead5fbd5')
+sha256sums=('d5a2be779b8aa2374f454f81a0c2064f7306bfd4b6d8f79cae7faadc08ba4e5a')
 
 prepare() {
   mkdir -p $_pkgfn/{qtbase,qttools}/bin

Modified: qt6-quick3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-quick3d/kde-unstable/PKGBUILD	2020-11-05 15:28:07 UTC (rev 399524)
+++ qt6-quick3d/kde-unstable/PKGBUILD	2020-11-05 15:49:41 UTC (rev 399525)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-quick3d
-_qtver=6.0.0-beta2
+_qtver=6.0.0-beta3
 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=('a0620da8808995304298aac6c7f47910f3af5282c734df1a9648b52a63a3fb10')
+sha256sums=('dc9c01ca7a88e4fe274fa6f8aa08736821dc5663538e8250038dacffbf9ddd39')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-quickcontrols2/kde-unstable/PKGBUILD
===================================================================
--- qt6-quickcontrols2/kde-unstable/PKGBUILD	2020-11-05 15:28:07 UTC (rev 399524)
+++ qt6-quickcontrols2/kde-unstable/PKGBUILD	2020-11-05 15:49:41 UTC (rev 399525)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-quickcontrols2
-_qtver=6.0.0-beta2
+_qtver=6.0.0-beta3
 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=('e83603935cd73d41bee5ee4581c7573f93b8d1a17e6c71168eccaee40a13bcc2')
+sha256sums=('7a36413613b6173ec92b42ef012f33b16686333c39fd5e064482774a17111846')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-quicktimeline/kde-unstable/PKGBUILD
===================================================================
--- qt6-quicktimeline/kde-unstable/PKGBUILD	2020-11-05 15:28:07 UTC (rev 399524)
+++ qt6-quicktimeline/kde-unstable/PKGBUILD	2020-11-05 15:49:41 UTC (rev 399525)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-quicktimeline
-_qtver=6.0.0-beta2
+_qtver=6.0.0-beta3
 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=('2544f54716ae7db3803f974360b7e299bbddc16e6f6b32dfabd19e876c79ba0b')
+sha256sums=('7c98beed81d17f153e997448be264d20453fc1eafa3f3fbbdb1080b3e3e07e89')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-shadertools/kde-unstable/PKGBUILD
===================================================================
--- qt6-shadertools/kde-unstable/PKGBUILD	2020-11-05 15:28:07 UTC (rev 399524)
+++ qt6-shadertools/kde-unstable/PKGBUILD	2020-11-05 15:49:41 UTC (rev 399525)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-shadertools
-_qtver=6.0.0-beta2
+_qtver=6.0.0-beta3
 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=('2fe748a0a9106933c1520e882367d384b5766c7c6cb37e331243eedf8e545ddd')
+sha256sums=('19b0aad551711bacca19bd8184128ab38b62c62768ec694f5fa22e0e068d1728')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-svg/kde-unstable/PKGBUILD
===================================================================
--- qt6-svg/kde-unstable/PKGBUILD	2020-11-05 15:28:07 UTC (rev 399524)
+++ qt6-svg/kde-unstable/PKGBUILD	2020-11-05 15:49:41 UTC (rev 399525)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-svg
-_qtver=6.0.0-beta2
+_qtver=6.0.0-beta3
 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=('0f983d1912673e54f2de6f197fd5c623612c106ff1caac0037f17da7a9422a0a')
+sha256sums=('4006d5cdbeb805bb97f4f7c38604e075022a8baca0f640287e2139ead96bc011')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-tools/kde-unstable/PKGBUILD
===================================================================
--- qt6-tools/kde-unstable/PKGBUILD	2020-11-05 15:28:07 UTC (rev 399524)
+++ qt6-tools/kde-unstable/PKGBUILD	2020-11-05 15:49:41 UTC (rev 399525)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-tools
-_qtver=6.0.0-beta2
+_qtver=6.0.0-beta3
 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=('06f41e6c50bcb0e278cc69d2cae9ad06a06a45ca2ed5939ccd93e101d6ebe862')
+sha256sums=('8409de28939c79dc3eb2d1bb8bac085f35f3dcc35df107633b474733aa33bba8')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-wayland/kde-unstable/PKGBUILD
===================================================================
--- qt6-wayland/kde-unstable/PKGBUILD	2020-11-05 15:28:07 UTC (rev 399524)
+++ qt6-wayland/kde-unstable/PKGBUILD	2020-11-05 15:49:41 UTC (rev 399525)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-wayland
-_qtver=6.0.0-beta2
+_qtver=6.0.0-beta3
 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=('0cab045e46a2966e1cd043e4453dedc1d29ccc1d8e748a4d3b5ee721b4c29786')
+sha256sums=('29d106a0eaecf1976b319e7fef30c8ef7b52260d56384046ac477f6974de37a3')
 
 build() {
   cmake -B build -S $_pkgfn



More information about the arch-commits mailing list