mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/qtcreator to 3.2.1.git1-1
This commit is contained in:
parent
3794848d31
commit
0c4e94ac01
1 changed files with 4 additions and 8 deletions
|
@ -10,9 +10,9 @@
|
|||
# - depend on botan, configure with USE_SYSTEM_BOTAN=1
|
||||
|
||||
pkgname=qtcreator
|
||||
pkgver=3.2.0
|
||||
_pkgver=v3.2.0
|
||||
pkgrel=2
|
||||
pkgver=3.2.1.git1
|
||||
_pkgver=v3.2.1.git1
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight, cross-platform integrated development environment'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org'
|
||||
|
@ -30,13 +30,11 @@ optdepends=('qt5-doc: for the integrated Qt documentation'
|
|||
'clang: Clang code model'
|
||||
'valgrind: for analyze support')
|
||||
install=qtcreator.install
|
||||
source=("git://gitorious.org/qt-creator/qt-creator.git#tag=${_pkgver}"
|
||||
source=("git://gitorious.org/qt-creator/qt-creator.git#commit=9d3ed02"
|
||||
"git://gitorious.org/qt-labs/qbs.git"
|
||||
"remote-qml.patch::https://qt.gitorious.org/qt-creator/qt-creator/commit/e8305e3ed2349b95c7311c296febc6d75f1a0c2a.patch"
|
||||
'qtcreator.desktop')
|
||||
md5sums=('SKIP'
|
||||
'SKIP'
|
||||
'648a54f4cf1bde2f62145da5e6c6b88e'
|
||||
'50880836fd62ccd87550940feb995f06')
|
||||
|
||||
prepare() {
|
||||
|
@ -44,8 +42,6 @@ prepare() {
|
|||
git submodule init
|
||||
git config submodule.qbs.url $srcdir/qbs
|
||||
git submodule update
|
||||
|
||||
patch -Np1 < $srcdir/remote-qml.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue