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

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 8 11:19:58 UTC 2015


    Date: Thursday, October 8, 2015 @ 13:19:58
  Author: foutrelis
Revision: 248495

upgpkg: qtcreator 3.5.0-4

Allow LLDB-MI to be used as debugger (FS#46515).

Modified:
  qtcreator/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-08 07:01:59 UTC (rev 248494)
+++ PKGBUILD	2015-10-08 11:19:58 UTC (rev 248495)
@@ -9,7 +9,7 @@
 pkgname=qtcreator
 pkgver=3.5.0
 _pkgver=v3.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'
@@ -39,6 +39,12 @@
   git submodule init
   git config submodule.qbs.url $srcdir/qbs
   git submodule update
+
+  # Debugger: Allow LLDB-MI to be used as debugger
+  # https://bugreports.qt.io/browse/QTCREATORBUG-15131
+  # https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=97e9f113879c
+  # https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=e57b0db0f959
+  git cherry-pick -n 97e9f113879c e57b0db0f959
 }
 
 build() {



More information about the arch-commits mailing list