extra/qtcreator to 3.6.0-2

This commit is contained in:
Kevin Mihelich 2016-02-23 00:27:27 +00:00
parent e4073ecb4c
commit 9b74e101a9

View file

@ -13,7 +13,7 @@
pkgname=qtcreator
pkgver=3.6.0
_pkgver=v3.6.0
pkgrel=1
pkgrel=2
pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64')
url='http://qt-project.org'
@ -49,6 +49,9 @@ prepare() {
# 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
# Fix FS#47640
sed -i "s/libexec/lib/g" qtcreator.pri
git submodule update
git apply ../0001-Fix-Allow-qt-creator-to-build-on-arm-aarch32-and-aar.patch