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

Antonio Rojas arojas at gemini.archlinux.org
Mon Feb 7 21:13:36 UTC 2022


    Date: Monday, February 7, 2022 @ 21:13:36
  Author: arojas
Revision: 436411

Fix crashes in debugger (FS#73672)

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 21:09:43 UTC (rev 436410)
+++ PKGBUILD	2022-02-07 21:13:36 UTC (rev 436411)
@@ -9,7 +9,7 @@
 pkgname=qtcreator
 pkgver=6.0.2
 _clangver=13.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=(x86_64)
 url='https://www.qt.io'
@@ -30,10 +30,16 @@
             'valgrind: analyze support'
             'perf: performer analyzer'
             'mlocate: locator filter')
-source=(https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz)
-sha256sums=('3d173c1a02ce55137a23f294e1a840d7648656e97826067eb29d9df653351bfa')
+source=(https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz
+        QTCREATORBUG-26989.patch::https://code.qt.io/cgit/qt-creator/qt-creator.git/patch/?id=03a0ed07)
+sha256sums=('3d173c1a02ce55137a23f294e1a840d7648656e97826067eb29d9df653351bfa'
+            'c64ff799179828159a6fb3db4d6e0a864457e632ba4c6a6d1761245275c0c5e8')
 options=(debug)
 
+prepare() {
+  patch -d qt-creator-opensource-src-$pkgver -p1 < QTCREATORBUG-26989.patch # Fix crashes in debugger
+}
+
 build() {
   cmake -B build -S qt-creator-opensource-src-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list