extra/qtcreator to 3.1.0beta1-3 (+clang)

This commit is contained in:
Jason Plum 2014-03-28 14:26:12 -04:00
parent b4c286a78e
commit fed482e4de

View file

@ -12,13 +12,13 @@
pkgname=qtcreator
pkgver=3.1.0beta1
_pkgver=v3.1.0-beta1
pkgrel=1
pkgrel=3
pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64')
url='http://qt-project.org'
license=('LGPL')
depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
makedepends=('git')
makedepends=('git' 'clang')
options=('docs')
optdepends=('qt5-doc: for the integrated Qt documentation'
'gdb: for the debugger'
@ -27,6 +27,7 @@ optdepends=('qt5-doc: for the integrated Qt documentation'
'git: for git support'
'mercurial: for mercurial support'
'bzr: for bazaar support'
'clang: Clang code model'
'valgrind: for analyze support')
install=qtcreator.install
source=("git://gitorious.org/qt-creator/qt-creator.git#tag=${_pkgver}"
@ -50,7 +51,7 @@ build() {
[[ -d build ]] && rm -r build
mkdir build && cd build
qmake ../qt-creator/qtcreator.pro
LLVM_INSTALL_DIR=/usr qmake -r ../qt-creator/qtcreator.pro
make
make docs -j1
}