mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qtcreator to 3.6.0-2
This commit is contained in:
parent
e4073ecb4c
commit
9b74e101a9
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue