mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/qrcreator to 2.7.2
This commit is contained in:
parent
89c3a8a08a
commit
44496b9e6c
1 changed files with 6 additions and 6 deletions
|
@ -10,8 +10,8 @@
|
|||
# - patch to upgrade included botan version so it builds on ARM
|
||||
|
||||
pkgname=qtcreator
|
||||
pkgver=2.7.1
|
||||
_pkgver=2.7.1
|
||||
pkgver=2.7.2
|
||||
_pkgver=2.7.2
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight, cross-platform integrated development environment'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -29,10 +29,10 @@ optdepends=('qt5-doc: for the integrated Qt documentation'
|
|||
'bzr: for bazaar support'
|
||||
'valgrind: for analyze support')
|
||||
install=qtcreator.install
|
||||
source=("https://qt.gitorious.org/qt-creator/qt-creator/archive-tarball/v${_pkgver}"
|
||||
source=("http://download.qt-project.org/official_releases/qtcreator/2.7/${pkgver}/qt-creator-${pkgver}-src.tar.gz"
|
||||
'qtcreator.desktop'
|
||||
'botan-upgrade.patch')
|
||||
md5sums=('7bf25d211ff8babea47c2034f1b93d08'
|
||||
md5sums=('7f1c10740784d3edf2347c27be21fd1a'
|
||||
'82888d4be900e7833d768050a135cd37'
|
||||
'7d71e58bdb7a918adb779b0e527fbba5')
|
||||
|
||||
|
@ -44,7 +44,7 @@ build() {
|
|||
[[ -d build ]] && rm -r build
|
||||
mkdir build && cd build
|
||||
|
||||
qmake ../qt-creator-qt-creator/qtcreator.pro
|
||||
qmake ../qt-creator-${pkgver}-src/qtcreator.pro
|
||||
make
|
||||
make docs -j1
|
||||
}
|
||||
|
@ -56,5 +56,5 @@ package() {
|
|||
make INSTALL_ROOT="${pkgdir}/usr/" install_docs
|
||||
|
||||
install -Dm644 ${srcdir}/qtcreator.desktop ${pkgdir}/usr/share/applications/qtcreator.desktop
|
||||
install -Dm644 ${srcdir}/qt-creator-qt-creator/LGPL_EXCEPTION.TXT ${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
|
||||
install -Dm644 ${srcdir}/qt-creator-${pkgver}-src/LGPL_EXCEPTION.TXT ${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue