mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
qtcreator: update to 3.2.1
This commit is contained in:
parent
6bb0fdadf6
commit
e26fa50e73
@ -1,8 +1,8 @@
|
||||
# Maintainer: Manuel 'UtG' <utg[dot]chakra.linux[at]gmail[dot]com>
|
||||
|
||||
pkgname=qtcreator
|
||||
pkgver=3.2.0
|
||||
_pkgver=v3.2.0
|
||||
pkgver=3.2.1
|
||||
_pkgver=v3.2.1
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight, cross-platform integrated development environment'
|
||||
arch=('x86_64')
|
||||
@ -23,11 +23,9 @@ optdepends=('qt5-doc: for the integrated Qt documentation'
|
||||
install=qtcreator.install
|
||||
source=("git://gitorious.org/qt-creator/qt-creator.git#tag=${_pkgver}"
|
||||
"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'
|
||||
'5aa242e0262fa22f75c3b59d3a4ec198')
|
||||
|
||||
prepare() {
|
||||
@ -35,8 +33,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 New Issue
Block a user