[arch-commits] Commit in qt6-base/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Oct 30 14:28:32 UTC 2020


    Date: Friday, October 30, 2020 @ 14:28:31
  Author: arojas
Revision: 399048

Fix qmake (FS#68209)

Modified:
  qt6-base/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-30 14:17:24 UTC (rev 399047)
+++ PKGBUILD	2020-10-30 14:28:31 UTC (rev 399048)
@@ -5,7 +5,7 @@
 pkgname=qt6-base
 _qtver=6.0.0-beta2
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -24,9 +24,15 @@
             '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")
-sha256sums=('1207a5ceb001d164f3cf6646fbd483a055440400c20a315f98f36e23c73f204e')
+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')
 
+prepare() {
+  patch -d $_pkgfn -p1 -i ../qt6-fix-qmake.patch # Fix qmake
+}
+
 build() {
   cmake -B build -S $_pkgfn \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list