mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qtcreator to 3.6.1-2
This commit is contained in:
parent
d5094b1650
commit
96f25be1f0
1 changed files with 10 additions and 9 deletions
|
@ -13,21 +13,22 @@
|
|||
pkgname=qtcreator
|
||||
pkgver=3.6.1
|
||||
_pkgver=v3.6.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Lightweight, cross-platform integrated development environment'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org'
|
||||
license=('LGPL')
|
||||
depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols')
|
||||
depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 'qt5-webkit')
|
||||
makedepends=('git' 'clang')
|
||||
options=('docs')
|
||||
optdepends=('qt5-doc: for the integrated Qt documentation'
|
||||
'gdb: for the debugger'
|
||||
'cmake: for cmake project support'
|
||||
'openssh-askpass: for ssh support'
|
||||
'git: for git support'
|
||||
'mercurial: for mercurial support'
|
||||
'bzr: for bazaar support'
|
||||
optdepends=('qt5-doc: integrated Qt documentation'
|
||||
'qt5-examples: welcome page examples'
|
||||
'gdb: debugger'
|
||||
'cmake: cmake project support'
|
||||
'openssh-askpass: ssh support'
|
||||
'git: git support'
|
||||
'mercurial: mercurial support'
|
||||
'bzr: bazaar support'
|
||||
'clang: Clang code model')
|
||||
install=qtcreator.install
|
||||
source=("git://code.qt.io/qt-creator/qt-creator.git#tag=${_pkgver}"
|
||||
|
|
Loading…
Reference in a new issue