mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/qtcreator to 4.9.1-1
This commit is contained in:
parent
2bb99b066b
commit
80a970c8dc
1 changed files with 4 additions and 3 deletions
|
@ -12,9 +12,9 @@
|
|||
buildarch=12
|
||||
|
||||
pkgname=qtcreator
|
||||
pkgver=4.9.0
|
||||
pkgver=4.9.1
|
||||
_clangver=8.0.0
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight, cross-platform integrated development environment'
|
||||
arch=(x86_64)
|
||||
url='https://www.qt.io'
|
||||
|
@ -34,7 +34,7 @@ optdepends=('qt5-doc: integrated Qt documentation'
|
|||
source=("https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz"
|
||||
qtcreator-clazy-1.5.patch
|
||||
qtcreator-preload-plugins.patch)
|
||||
sha256sums=('46ee1992531b769450f8be96cf63520b609d7dd305df345d7cd8216ac396e6a8'
|
||||
sha256sums=('79b8228d0871927837681e6af9ab91e3ea28154cecfba317f9c0e56246b8ad81'
|
||||
'1f6998fea92b9a157f42cca783839ce95f70ccc667027078b7881cbb253838f0'
|
||||
'150c444e76ec969fc8765774b648984037829623300d0ce9d41a915b2afa792d')
|
||||
|
||||
|
@ -44,6 +44,7 @@ prepare() {
|
|||
cd qt-creator-opensource-src-$pkgver
|
||||
# fix hardcoded libexec path
|
||||
sed -e 's|libexec\/qtcreator|lib\/qtcreator|g' -i qtcreator.pri
|
||||
sed -e 's|libexec|lib|g' -i src/tools/tools.pro
|
||||
# use system qbs
|
||||
rm -r src/shared/qbs
|
||||
# Adapt to clazy 1.5 plugin rename
|
||||
|
|
Loading…
Reference in a new issue