qtcreator: update to 4.8.2

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-04-02 06:25:51 +02:00
parent be30160a90
commit 7a2156ff5e
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -1,7 +1,7 @@
# Template file for 'qtcreator'
pkgname=qtcreator
version=4.8.1
revision=3
version=4.8.2
revision=1
wrksrc="qt-creator-opensource-src-${version}"
build_style=qmake
make_install_args="INSTALL_ROOT=\${DESTDIR}/usr"
@ -14,7 +14,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-3.0-only,QtCompany-GPL-Exception-1.0"
homepage="https://wiki.qt.io/Category:Tools::QtCreator"
distfiles="https://download.qt.io/official_releases/qtcreator/${version%.*}/${version}/${wrksrc}.tar.xz"
checksum=8f691de9b30b99dd44e010525ba9bf3054142a1082dc5273c46c533b91c07bd9
checksum=a8257daf39f6025c8523285dc73fd6b66645f3ff071e112b484325966eee0c92
nocross="clang in makedepends: at-spi2-atk-2.30.0_1: broken, unresolvable shlib 'ld-linux-armhf.so.3'"
@ -27,19 +27,6 @@ pre_configure() {
sed -i qtcreator.pri -e'/CONFIG += c++14/aCONFIG += use_system_botan'
}
do_build() {
# Note: A simple "make ${makejobs}" fails after libs because
# of files being removed and symlinked asynchronously.
# Fix this parallel build issue by first sequentially making subdirs
cd src
for _target in libs app plugins tools; do
make ${makejobs} ${make_build_args} ${_target}
done
cd ..
# ... and eventually make using the main Makefile
make ${makejobs} ${make_build_args}
}
post_install() {
# Install the license with the annotation for
# the Qt Company GPL Exception 1.0