mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
qtcreator: update to 4.8.2
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
be30160a90
commit
7a2156ff5e
1 changed files with 3 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qtcreator'
|
# Template file for 'qtcreator'
|
||||||
pkgname=qtcreator
|
pkgname=qtcreator
|
||||||
version=4.8.1
|
version=4.8.2
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="qt-creator-opensource-src-${version}"
|
wrksrc="qt-creator-opensource-src-${version}"
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
make_install_args="INSTALL_ROOT=\${DESTDIR}/usr"
|
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"
|
license="GPL-3.0-only,QtCompany-GPL-Exception-1.0"
|
||||||
homepage="https://wiki.qt.io/Category:Tools::QtCreator"
|
homepage="https://wiki.qt.io/Category:Tools::QtCreator"
|
||||||
distfiles="https://download.qt.io/official_releases/qtcreator/${version%.*}/${version}/${wrksrc}.tar.xz"
|
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'"
|
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'
|
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() {
|
post_install() {
|
||||||
# Install the license with the annotation for
|
# Install the license with the annotation for
|
||||||
# the Qt Company GPL Exception 1.0
|
# the Qt Company GPL Exception 1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue