mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/qtcreator to 4.2.1-3
This commit is contained in:
parent
27d8bb1128
commit
f3375f89c0
1 changed files with 3 additions and 3 deletions
|
@ -15,12 +15,12 @@ buildarch=12
|
||||||
pkgname=qtcreator
|
pkgname=qtcreator
|
||||||
pkgver=4.2.1
|
pkgver=4.2.1
|
||||||
_pkgver=v4.2.1
|
_pkgver=v4.2.1
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
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'
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-webengine' 'clang')
|
depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-webengine' 'clang' 'qbs')
|
||||||
makedepends=('git' 'mesa' 'llvm')
|
makedepends=('git' 'mesa' 'llvm')
|
||||||
options=('docs')
|
options=('docs')
|
||||||
optdepends=('qt5-doc: integrated Qt documentation'
|
optdepends=('qt5-doc: integrated Qt documentation'
|
||||||
|
@ -47,7 +47,7 @@ build() {
|
||||||
[[ -d build ]] && rm -r build
|
[[ -d build ]] && rm -r build
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
|
|
||||||
LLVM_INSTALL_DIR=/usr qmake CONFIG+=journald -r ../qt-creator-opensource-src-${pkgver}/qtcreator.pro
|
LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr qmake QMAKE_CFLAGS_ISYSTEM=-I CONFIG+=journald -r ../qt-creator-opensource-src-${pkgver}/qtcreator.pro
|
||||||
make
|
make
|
||||||
make docs -j1
|
make docs -j1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue