mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qtcreator to 3.5.0-4
This commit is contained in:
parent
c0023fe4eb
commit
8142baa8ed
1 changed files with 7 additions and 1 deletions
|
@ -13,7 +13,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'
|
||||
|
@ -43,6 +43,12 @@ prepare() {
|
|||
cd qt-creator
|
||||
git submodule init
|
||||
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 apply ../0001-Fix-Allow-qt-creator-to-build-on-arm-aarch32-and-aar.patch
|
||||
|
|
Loading…
Reference in a new issue