qtcreator: update to 4.8.0

Closes: #6330
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-12-30 10:13:46 +01:00
parent 0134243f3b
commit 836d0b1b73
No known key found for this signature in database
GPG key ID: 6764EC32352D0647
2 changed files with 3 additions and 17 deletions

View file

@ -1,11 +0,0 @@
[Desktop Entry]
Name=Qt Creator
GenericName=Integrated Development Environment for Qt
Comment=Develop Qt4 or Qt5 applications
TryExec=/usr/bin/qtcreator
Exec=/usr/bin/qtcreator
Icon=QtProject-qtcreator
MimeType=application/vnd.qt.qmakeprofile;
Terminal=false
Type=Application
Categories=Qt;Development;

View file

@ -1,7 +1,7 @@
# Template file for 'qtcreator' # Template file for 'qtcreator'
pkgname=qtcreator pkgname=qtcreator
version=4.7.2 version=4.8.0
revision=4 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=f58217e9314702160957c49b8729a662445e901e5f158c64c57550579d65ccc7 checksum=aec7b4595e17f5536eb2eef4331057f2d0fa4ba0a46f4968cc06959a1d589b43
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-declarative-devel qt5-host-tools qt5-script-devel qt5-tools-devel" hostmakedepends+=" qt5-declarative-devel qt5-host-tools qt5-script-devel qt5-tools-devel"
@ -39,9 +39,6 @@ do_build() {
} }
post_install() { post_install() {
# Install the desktop file
vinstall ${FILESDIR}/qtcreator.desktop \
644 usr/share/applications
# 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
vlicense LICENSE.GPL3-EXCEPT vlicense LICENSE.GPL3-EXCEPT