From 7a2156ff5e7c070afbe5ff3225fdda77ef179222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 2 Apr 2019 06:25:51 +0200 Subject: [PATCH] qtcreator: update to 4.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/qtcreator/template | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/srcpkgs/qtcreator/template b/srcpkgs/qtcreator/template index f2aac2cb27d..7f24b0b1441 100644 --- a/srcpkgs/qtcreator/template +++ b/srcpkgs/qtcreator/template @@ -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 " 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