Qt Creator: bump version

This commit is contained in:
Sergei Reznikov
2017-12-11 12:20:13 +03:00
parent 8a74434e34
commit 2fce966f91
2 changed files with 9 additions and 8 deletions

View File

@@ -7,13 +7,13 @@ HOMEPAGE="https://www.qt.io/ide/"
COPYRIGHT="2017 The Qt Company Ltd"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://download.qt.io/official_releases/qtcreator/4.4/$portVersion/qt-creator-opensource-src-$portVersion.tar.xz"
CHECKSUM_SHA256="8c97d40a98ceb5dcff7f56668b0942d7a31821439fa76022c0145775c55a6202"
SOURCE_URI="https://download.qt.io/official_releases/qtcreator/4.5/$portVersion/qt-creator-opensource-src-$portVersion.tar.xz"
CHECKSUM_SHA256="140256a5d99e9e6060a492699a68118f16afcebce70d4221fabff7215475d9f9"
SOURCE_DIR="qt-creator-opensource-src-$portVersion"
PATCHES="qt_creator-$portVersion.patchset"
ADDITIONAL_FILES="qt_creator.rdef.in"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
ARCHITECTURES="!x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
@@ -76,14 +76,12 @@ BUILD()
INSTALL()
{
make install INSTALL_ROOT=$appsDir/QtCreator
rm -rf $appsDir/QtCreator/share/icons
# rm -rf $appsDir/QtCreator/share
# These plugins do not support createPlatformOpenGLContext
# Qt port doesn't support createPlatformOpenGLContext yet
rm -rf $appsDir/QtCreator/lib/qtcreator/plugins/libQmlDesigner.so
rm -rf $appsDir/QtCreator/lib/qtcreator/plugins/libQmlProfiler.so
ln -s $appsDir/QtCreator/bin/qtcreator "$appsDir/QtCreator/Qt Creator"
local APP_SIGNATURE="application/x-vnd.qt5-qtcreator"
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
@@ -99,6 +97,9 @@ INSTALL()
addResourcesToBinaries qt_creator.rdef $appsDir/QtCreator/bin/qtcreator
mv $appsDir/QtCreator/bin/qtcreator "$appsDir/QtCreator/bin/Qt Creator"
# ln -s "$appsDir/QtCreator/bin/Qt Creator" $appsDir/QtCreator/
mkdir -p $dataDir/deskbar/menu/Applications/Qt
addAppDeskbarSymlink $appsDir/QtCreator/bin/qtcreator "Qt/Qt Creator"
addAppDeskbarSymlink "$appsDir/QtCreator/bin/Qt Creator" "Qt/Qt Creator"
}