[arch-commits] Commit in (11 files)

Antonio Rojas arojas at archlinux.org
Mon Nov 16 11:38:06 UTC 2020


    Date: Monday, November 16, 2020 @ 11:38:05
  Author: arojas
Revision: 401257

Qt 6.0 beta 5

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           |    4 ++--
 qt6-declarative/kde-unstable/PKGBUILD    |    4 ++--
 qt6-doc/kde-unstable/PKGBUILD            |    7 ++-----
 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, 22 insertions(+), 25 deletions(-)

Modified: qt6-5compat/kde-unstable/PKGBUILD
===================================================================
--- qt6-5compat/kde-unstable/PKGBUILD	2020-11-16 10:52:42 UTC (rev 401256)
+++ qt6-5compat/kde-unstable/PKGBUILD	2020-11-16 11:38:05 UTC (rev 401257)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-5compat
-_qtver=6.0.0-beta4
+_qtver=6.0.0-beta5
 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=('3d453b278fd44290bda3d688b7699e0f243675517b3c3109aa4ee0be6cf8e81d')
+sha256sums=('e40cdc2c107b34c38e09dc69961f57d3ba703eba4ac56ffc9f63daef34eb6881')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-base/kde-unstable/PKGBUILD
===================================================================
--- qt6-base/kde-unstable/PKGBUILD	2020-11-16 10:52:42 UTC (rev 401256)
+++ qt6-base/kde-unstable/PKGBUILD	2020-11-16 11:38:05 UTC (rev 401257)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-base
-_qtver=6.0.0-beta4
+_qtver=6.0.0-beta5
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=(x86_64)
@@ -25,7 +25,7 @@
 groups=(qt6)
 _pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
 source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz")
-sha256sums=('5cb57bf0c513eb48cf57115dc1f1792eb3092a412806b46b836b960f82e31b3e')
+sha256sums=('a6d8b1f57156f35dbb0e9b68bb700408daa828cca75140a43908d0d16bc3577e')
 
 build() {
   cmake -B build -S $_pkgfn \

Modified: qt6-declarative/kde-unstable/PKGBUILD
===================================================================
--- qt6-declarative/kde-unstable/PKGBUILD	2020-11-16 10:52:42 UTC (rev 401256)
+++ qt6-declarative/kde-unstable/PKGBUILD	2020-11-16 11:38:05 UTC (rev 401257)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-declarative
-_qtver=6.0.0-beta4
+_qtver=6.0.0-beta5
 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=('615eb2eacf0319f3c0ba6c0bd7a82cc0a4a19d4b9e22c0fe656715765cd5aadf')
+sha256sums=('a2f44290c670fead76c787b37f314c6cc2da8b58d28fb74fb20b748846c79194')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-doc/kde-unstable/PKGBUILD
===================================================================
--- qt6-doc/kde-unstable/PKGBUILD	2020-11-16 10:52:42 UTC (rev 401256)
+++ qt6-doc/kde-unstable/PKGBUILD	2020-11-16 11:38:05 UTC (rev 401257)
@@ -4,7 +4,7 @@
 
 pkgbase=qt6-doc
 pkgname=(qt6-doc qt6-examples)
-_qtver=6.0.0-beta4
+_qtver=6.0.0-beta5
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('any')
@@ -15,15 +15,12 @@
 groups=(qt6)
 _pkgfn="qt-everywhere-src-${_qtver}"
 source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfn}.tar.xz"
-         qt6-doc-destdir.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=30ba1855"
          qt6-doc-bindir.patch)
-sha256sums=('3b35a834491408e74c4ea97c6599e44d0657fcd00a0709083815d25a507d6899'
-            '4ded3d934f42cf04d6707857a55ab0ab19abac262b48057b979c3a1710b0ae12'
+sha256sums=('0955320341731051d682e155d4f1252453f933725fb140a7606c3482cafea3b4'
             '60eebdf88559fefdb2b7c65b5f4ec091942aa1ffa371bedb4080545383b46109')
 
 prepare() {
   patch -d $_pkgfn/qtbase -p1 -i ../../qt6-doc-bindir.patch # Use installed tools
-  patch -d $_pkgfn/qtbase -p1 -i ../../qt6-doc-destdir.patch # Honor DESTDIR
 }
 
 build() {

Modified: qt6-quick3d/kde-unstable/PKGBUILD
===================================================================
--- qt6-quick3d/kde-unstable/PKGBUILD	2020-11-16 10:52:42 UTC (rev 401256)
+++ qt6-quick3d/kde-unstable/PKGBUILD	2020-11-16 11:38:05 UTC (rev 401257)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-quick3d
-_qtver=6.0.0-beta4
+_qtver=6.0.0-beta5
 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=('d47e1e5d8cf10f37f2933b60ca97ca2ae55c9a0d18f1ca22a0ddd0e2c3c6908e')
+sha256sums=('8a2a8c75d75eef33b2a16c996302abb82f9fad8837b07733a00baa602015307b')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-quickcontrols2/kde-unstable/PKGBUILD
===================================================================
--- qt6-quickcontrols2/kde-unstable/PKGBUILD	2020-11-16 10:52:42 UTC (rev 401256)
+++ qt6-quickcontrols2/kde-unstable/PKGBUILD	2020-11-16 11:38:05 UTC (rev 401257)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-quickcontrols2
-_qtver=6.0.0-beta4
+_qtver=6.0.0-beta5
 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=('6b069eec4cbacec74c1ba8fd71d0e15edbe8e4ad5a37cca60e5b706b79d7f0e3')
+sha256sums=('f5d87db6235aa21faecf03d3959ce779f3eba4d1a8b59750ebada1a8278695f1')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-quicktimeline/kde-unstable/PKGBUILD
===================================================================
--- qt6-quicktimeline/kde-unstable/PKGBUILD	2020-11-16 10:52:42 UTC (rev 401256)
+++ qt6-quicktimeline/kde-unstable/PKGBUILD	2020-11-16 11:38:05 UTC (rev 401257)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-quicktimeline
-_qtver=6.0.0-beta4
+_qtver=6.0.0-beta5
 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=('b3f6859cef67f0b2e21f75672b72110f9636b084dd0987ec1b2f54bc8212b322')
+sha256sums=('c7d8f2011fb353b1bcf256cf1b2fabb3f59efda6289307e384bfc414bbab34a1')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-shadertools/kde-unstable/PKGBUILD
===================================================================
--- qt6-shadertools/kde-unstable/PKGBUILD	2020-11-16 10:52:42 UTC (rev 401256)
+++ qt6-shadertools/kde-unstable/PKGBUILD	2020-11-16 11:38:05 UTC (rev 401257)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-shadertools
-_qtver=6.0.0-beta4
+_qtver=6.0.0-beta5
 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=('44277c1a1c607fd3393578b3078c2f20b622479154c8c8a4ee001595badfe187')
+sha256sums=('791cc47e54d4733ece8cff80bffcde8941c8c08699aad651f08ff3a244e1a231')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-svg/kde-unstable/PKGBUILD
===================================================================
--- qt6-svg/kde-unstable/PKGBUILD	2020-11-16 10:52:42 UTC (rev 401256)
+++ qt6-svg/kde-unstable/PKGBUILD	2020-11-16 11:38:05 UTC (rev 401257)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-svg
-_qtver=6.0.0-beta4
+_qtver=6.0.0-beta5
 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=('77f8b6477be8b63300e475d87d9a720c1fd28ec0809292297abf5a00fc572ced')
+sha256sums=('929d4c67ed8cdde0ef4637d45454f15128248c131fe9bd753ca53691090a773f')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-tools/kde-unstable/PKGBUILD
===================================================================
--- qt6-tools/kde-unstable/PKGBUILD	2020-11-16 10:52:42 UTC (rev 401256)
+++ qt6-tools/kde-unstable/PKGBUILD	2020-11-16 11:38:05 UTC (rev 401257)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-tools
-_qtver=6.0.0-beta4
+_qtver=6.0.0-beta5
 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=('cd15384ed635fc9efa0f5f6679040082f138f28748a17f65b4b415a3d2e639ca')
+sha256sums=('3c6fe440a2a6b6ef5a431d5b2710e19bcfe195c572c6f8fa16a64d95dfd350d7')
 
 build() {
   cmake -B build -S $_pkgfn

Modified: qt6-wayland/kde-unstable/PKGBUILD
===================================================================
--- qt6-wayland/kde-unstable/PKGBUILD	2020-11-16 10:52:42 UTC (rev 401256)
+++ qt6-wayland/kde-unstable/PKGBUILD	2020-11-16 11:38:05 UTC (rev 401257)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt6-wayland
-_qtver=6.0.0-beta4
+_qtver=6.0.0-beta5
 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=('4ccc1119b030689f2c5c6ef9d11d19af12eaaa6e7cfe903ef741c42b05020db2')
+sha256sums=('03592b0f451699b19723035af70df956033c5c2d249789a1f48bb0e93e76ef33')
 
 build() {
   cmake -B build -S $_pkgfn



More information about the arch-commits mailing list