diff --git a/dev-qt/qt_creator/patches/qt_creator-4.4.0.patchset b/dev-qt/qt_creator/patches/qt_creator-4.5.0.patchset similarity index 100% rename from dev-qt/qt_creator/patches/qt_creator-4.4.0.patchset rename to dev-qt/qt_creator/patches/qt_creator-4.5.0.patchset diff --git a/dev-qt/qt_creator/qt_creator-4.4.0.recipe b/dev-qt/qt_creator/qt_creator-4.5.0.recipe similarity index 86% rename from dev-qt/qt_creator/qt_creator-4.4.0.recipe rename to dev-qt/qt_creator/qt_creator-4.5.0.recipe index 11eb70adb..5f9c657af 100644 --- a/dev-qt/qt_creator/qt_creator-4.4.0.recipe +++ b/dev-qt/qt_creator/qt_creator-4.5.0.recipe @@ -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" }