mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/qtcreator to 4.2.1-2
This commit is contained in:
parent
43cfd46dd1
commit
e91e65b0cb
1 changed files with 1 additions and 4 deletions
|
@ -15,7 +15,7 @@ buildarch=12
|
|||
pkgname=qtcreator
|
||||
pkgver=4.2.1
|
||||
_pkgver=v4.2.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Lightweight, cross-platform integrated development environment'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org'
|
||||
|
@ -33,10 +33,8 @@ optdepends=('qt5-doc: integrated Qt documentation'
|
|||
'mercurial: mercurial support'
|
||||
'bzr: bazaar support')
|
||||
source=("http://download.qt.io/official_releases/qtcreator/4.2/${pkgver}/qt-creator-opensource-src-${pkgver}.tar.xz"
|
||||
'qtcreator.desktop'
|
||||
'0001-Fix-Allow-qt-creator-to-build-on-arm-aarch32-and-aar.patch')
|
||||
sha512sums=('3135b64a36240bffe41c1373d5e5d5327cfa556f42eb339afcacf2f8d294843b96269269417ab262ba8292e28a57472c78ab7ff4686f0360616a4014c75809e9'
|
||||
'10552f2f77e816bccf21f31ba00bca10607df9c355f5efcbcca337e52a8a7e3cb66da6336b717de5f810dc74d3f175ba81eef04f55e08892bb39ddc66e27dad4'
|
||||
'af0a0d5a2fadcfce14def65be73c99bff8227794b9ad2be333713c89e226e2c6b43802a802b6e30f3e6c1b4b77f31183bffdcca3404d9686f15fa84dfc64d1a1')
|
||||
|
||||
prepare() {
|
||||
|
@ -66,6 +64,5 @@ package() {
|
|||
echo "QT_LOGGING_TO_CONSOLE=1 qtcreator-bin \$@" >> "${pkgdir}"/usr/bin/qtcreator
|
||||
chmod +x "${pkgdir}"/usr/bin/qtcreator
|
||||
|
||||
install -Dm644 ${srcdir}/qtcreator.desktop ${pkgdir}/usr/share/applications/qtcreator.desktop
|
||||
install -Dm644 ${srcdir}/qt-creator-opensource-src-${pkgver}/LICENSE.GPL3-EXCEPT ${pkgdir}/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue