[arch-commits] Commit in qt6-doc/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jan 23 18:21:35 UTC 2021


    Date: Saturday, January 23, 2021 @ 18:21:35
  Author: arojas
Revision: 406651

Fix qch install dir

Modified:
  qt6-doc/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-23 16:53:19 UTC (rev 406650)
+++ PKGBUILD	2021-01-23 18:21:35 UTC (rev 406651)
@@ -6,7 +6,7 @@
 pkgname=(qt6-doc qt6-examples)
 _qtver=6.0.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -15,12 +15,15 @@
 groups=(qt6)
 _pkgfn="qt-everywhere-src-${_qtver}"
 source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfn}.tar.xz"
-         qt6-doc-bindir.patch)
+         qt6-doc-bindir.patch
+         qt6-doc-fix-qch-dir.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/cmake?id=062d42e3")
 sha256sums=('d39a1a557a0dc8dc5ea2eaaee0fa015c71dcbb79c25a6aea421c594227565296'
-            '60eebdf88559fefdb2b7c65b5f4ec091942aa1ffa371bedb4080545383b46109')
+            '60eebdf88559fefdb2b7c65b5f4ec091942aa1ffa371bedb4080545383b46109'
+            '40c1537152a4e386e63a1afd67ba83b536f1c6436bd2263afb7f4e8e37a3f1e7')
 
 prepare() {
   patch -d $_pkgfn/qtbase -p1 -i ../../qt6-doc-bindir.patch # Use installed tools
+  patch -d $_pkgfn/qtbase -p1 -i ../../qt6-doc-fix-qch-dir.patch # Fix QCH install dir
 }
 
 build() {



More information about the arch-commits mailing list