qt_creator: bump version

This commit is contained in:
Gerasim Troeglazov
2024-08-20 17:37:35 +10:00
parent 397b8b0076
commit 63fb321dd9
2 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ COPYRIGHT="2024 The Qt Company Ltd"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://download.qt.io/official_releases/qtcreator/${portVersion%.*}/$portVersion/qt-creator-opensource-src-$portVersion.tar.xz"
CHECKSUM_SHA256="ec14f05f270714455a2f0d40b8aab02ed9241d4fa4f03ea539bfec5819e9e036"
CHECKSUM_SHA256="9595d2e6c65bb918e78376314341dc2bef491c3200a5c6d5ce6f305509b0b28b"
SOURCE_DIR="qt-creator-opensource-src-$portVersion"
PATCHES="qt_creator-$portVersion.patchset"
ADDITIONAL_FILES="qt_creator.rdef.in"
@@ -26,7 +26,7 @@ REQUIRES="
lib:libclang_cpp$secondaryArchSuffix
lib:libexecinfo$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
lib:libLLVM_17$secondaryArchSuffix
lib:libLLVM$secondaryArchSuffix >= 18
lib:libQt6Concurrent$secondaryArchSuffix
lib:libQt6Core$secondaryArchSuffix
lib:libQt6Core5Compat$secondaryArchSuffix
@@ -49,11 +49,11 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
qt6_tools${secondaryArchSuffix}_devel
devel:libclang$secondaryArchSuffix >= 17
devel:libclang_cpp$secondaryArchSuffix >= 17
devel:libclang$secondaryArchSuffix >= 18
devel:libclang_cpp$secondaryArchSuffix >= 18
devel:libexecinfo$secondaryArchSuffix
devel:libGL$secondaryArchSuffix
devel:libLLVM_17$secondaryArchSuffix
devel:libLLVM_18$secondaryArchSuffix
devel:libQt6Concurrent$secondaryArchSuffix
devel:libQt6Core$secondaryArchSuffix
devel:libQt6Core5Compat$secondaryArchSuffix
@@ -95,8 +95,8 @@ INSTALL()
cmake --install build --prefix $appsDir/QtCreator
# Create symlink to libclang
ln -s /system/$relativeDevelopLibDir/libclang.so.17 $appsDir/QtCreator/lib/qtcreator/
ln -s /system/$relativeDevelopLibDir/libclang.so.17 $appsDir/QtCreator/libexec/qtcreator/
ln -s /system/$relativeDevelopLibDir/libclang.so.18 $appsDir/QtCreator/lib/qtcreator/
ln -s /system/$relativeDevelopLibDir/libclang.so.18 $appsDir/QtCreator/libexec/qtcreator/
local APP_SIGNATURE="application/x-vnd.qt6-qtcreator"
local MAJOR="`echo "$portVersion" | cut -d. -f1`"