qtcreator: update to 4.7.2

Use system botan. Cross build fails because of clang in the
makedepends resulting in an unresolvable shlib error for arm*

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-11-02 20:11:03 +01:00
parent 5227fda9f0
commit 3367fe71d0
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -1,23 +1,24 @@
# Template file for 'qtcreator'
pkgname=qtcreator
version=4.7.0
version=4.7.2
revision=1
wrksrc=qt-creator-opensource-src-${version}
wrksrc="qt-creator-opensource-src-${version}"
build_style=qmake
make_install_args="INSTALL_ROOT=\${DESTDIR}/usr"
hostmakedepends="clang llvm perl pkg-config python"
makedepends="qt5-declarative-devel qt5-script-devel qt5-tools-devel"
depends="qt5-declarative-devel qt5-quickcontrols qt5-plugin-sqlite"
nocross="Requires system botan-devel-1.10 for the target architecture"
nocross="clang in makedepends: at-spi2-atk-2.30.0_1: broken, unresolvable shlib `ld-linux-armhf.so.3'"
short_desc="A cross-platform IDE for Qt developers"
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=4b19870bf8d43665deac73a0522a1459d19f5b18b6f52030bb7fbc82d90b759b
checksum=f58217e9314702160957c49b8729a662445e901e5f158c64c57550579d65ccc7
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-host-tools qt5-script-devel qt5-tools-devel"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-declarative-devel qt5-host-tools qt5-script-devel qt5-tools-devel"
makedepends+=" clang"
fi
do_build() {