extra/qtcreator to 3.5.0-4

This commit is contained in:
Kevin Mihelich 2015-10-08 13:33:46 +00:00
parent c0023fe4eb
commit 8142baa8ed

View file

@ -13,7 +13,7 @@
pkgname=qtcreator pkgname=qtcreator
pkgver=3.5.0 pkgver=3.5.0
_pkgver=v3.5.0 _pkgver=v3.5.0
pkgrel=3 pkgrel=4
pkgdesc='Lightweight, cross-platform integrated development environment' pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='http://qt-project.org' url='http://qt-project.org'
@ -43,6 +43,12 @@ prepare() {
cd qt-creator cd qt-creator
git submodule init git submodule init
git config submodule.qbs.url $srcdir/qbs git config submodule.qbs.url $srcdir/qbs
# 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
git submodule update git submodule update
git apply ../0001-Fix-Allow-qt-creator-to-build-on-arm-aarch32-and-aar.patch git apply ../0001-Fix-Allow-qt-creator-to-build-on-arm-aarch32-and-aar.patch