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

Antonio Rojas arojas at gemini.archlinux.org
Tue Apr 19 07:10:39 UTC 2022


    Date: Tuesday, April 19, 2022 @ 07:10:38
  Author: arojas
Revision: 442912

Fix crashes in qtcreator (FS#74505)

Modified:
  qt6-base/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-19 06:24:58 UTC (rev 442911)
+++ PKGBUILD	2022-04-19 07:10:38 UTC (rev 442912)
@@ -5,7 +5,7 @@
 pkgname=qt6-base
 _qtver=6.3.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -27,9 +27,11 @@
 options=(debug)
 _pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
 source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
+        qtbug-102177.patch::https://code.qt.io/cgit/qt/qtbase.git/patch/?id=94751cbf
         qt6-base-cflags.patch
         qt6-base-nostrip.patch)
 sha256sums=('b865aae43357f792b3b0a162899d9bf6a1393a55c4e5e4ede5316b157b1a0f99'
+            'cc71e75acbda998a1f8f25ad3abe380886eef34899063344ead4df6a46efbcc9'
             '5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
             '4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')
 
@@ -36,6 +38,7 @@
 prepare() {
   patch -d $_pkgfn -p1 < qt6-base-cflags.patch # Use system CFLAGS
   patch -d $_pkgfn -p1 < qt6-base-nostrip.patch # Don't strip binaries with qmake
+  patch -d $_pkgfn -p1 < qtbug-102177.patch # Fix crashes in QtCreator
 }
 
 build() {



More information about the arch-commits mailing list