qtcreator: update to 4.10.0

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-09-28 18:40:49 +02:00
parent 2f04f933c0
commit 9d691163cb
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.9.2
revision=4
version=4.10.0
revision=1
wrksrc="qt-creator-opensource-src-${version}"
build_style=qmake
make_install_args="INSTALL_ROOT=\${DESTDIR}/usr"
@ -14,13 +14,11 @@ 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=b7e0c797e7704c6c22eb35351946c0a758502fd082f6beaee043166e1739d3d7
nocross="clang in makedepends: at-spi2-atk-2.30.0_1: broken, unresolvable shlib 'ld-linux-armhf.so.3'"
checksum=8f5d3abc522d8b8879adfa098e037f751b4311173f5f443fd1b5800f5feb0f8a
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-declarative-devel qt5-host-tools qt5-script-devel qt5-tools-devel"
makedepends+=" clang"
makedepends+=" clang llvm"
fi
pre_configure() {