qt_creator, bump to 18.0.2 (#13695)

This commit is contained in:
Schrijvers Luc
2026-02-01 20:29:11 +01:00
committed by GitHub
parent 37a821adeb
commit 07490e492f
2 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
From 07bb9672e938837fc3c192e4aa9e104504f5e4b8 Mon Sep 17 00:00:00 2001
From b2ede5698bab9adfeaf5f3d2ba66e7f333d6cc32 Mon Sep 17 00:00:00 2001
From: Niels Sascha Reedijk <niels.reedijk@gmail.com>
Date: Fri, 29 Sep 2023 16:03:27 +0000
Subject: Port 6.0.3 changes to 11.0.03
@@ -250,10 +250,10 @@ index b4900cd..7a747e3 100644
)
--
2.51.0
2.52.0
From b890ef320fe289f0bd8c67c6c63e1ba25f19b86a Mon Sep 17 00:00:00 2001
From 1e7aa9856b786c21804b55fb1837bc3f66b8af54 Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Mon, 15 Apr 2024 21:42:18 +1000
Subject: nanotrace: haiku support
@@ -288,10 +288,10 @@ index b99907c..735b196 100644
if (rc != 0)
return {};
--
2.51.0
2.52.0
From dd663c002d4c62dc282634d2be8e0d871b29c03f Mon Sep 17 00:00:00 2001
From b0207f8ac8ae39b0eb37597205d5e552d3ffa38d Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Tue, 20 Aug 2024 22:53:45 +1000
Subject: Implement ProcessInfo for Haiku
@@ -356,10 +356,10 @@ index 8f0eceb..5a2b645 100644
} // namespace Utils
--
2.51.0
2.52.0
From 0cfab8edf6cc61136b55452ef988f6a2731ea4e0 Mon Sep 17 00:00:00 2001
From a0c61b64a35215d0a7f3cdb72fd4bfbf4ce74e7b Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Thu, 5 Sep 2024 17:25:10 +1000
Subject: Add Haiku provider for AppStatisticsMonitor plugin
@@ -451,10 +451,10 @@ index 1f6d985..1e0c573 100644
return new LinuxDataProvider(pid);
#else
--
2.51.0
2.52.0
From 9c9b1ef9c249b1885e4dfc6bf66ef0b6b3a83054 Mon Sep 17 00:00:00 2001
From fb522d0edb37ae3053c318ecd5d4f5e0fc642811 Mon Sep 17 00:00:00 2001
From: Luc Schrijvers <begasus@gmail.com>
Date: Thu, 19 Jun 2025 14:31:35 +0200
Subject: Fix binary reference in launcher script
@@ -471,5 +471,5 @@ index 86826f1..244dc7a 100755
-exec "$bindir/qtcreator" -user-library-path "$_ORIGINAL_LD_LIBRARY_PATH" ${1+"$@"}
+exec "$bindir/Qt Creator" -user-library-path "$_ORIGINAL_LD_LIBRARY_PATH" ${1+"$@"}
--
2.51.0
2.52.0

View File

@@ -4,16 +4,16 @@ development environment (IDE) for application developers to create \
applications for multiple desktop, embedded, and mobile device platforms, \
such as Android and iOS."
HOMEPAGE="https://www.qt.io/ide/"
COPYRIGHT="2025 The Qt Company Ltd"
COPYRIGHT="2026 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="c773b74114d1fbca66c81b8fb799892827e7e1542491ed459aaad279e0253973"
CHECKSUM_SHA256="1cff642233234b6ddd40389d05e4905808f98fd44342187fe9109290a0492c88"
SOURCE_DIR="qt-creator-opensource-src-$portVersion"
PATCHES="qt_creator-$portVersion.patchset"
ADDITIONAL_FILES="qt_creator.rdef.in"
ARCHITECTURES="all !x86_gcc2"
ARCHITECTURES="ALL !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
if [ "$targetArchitecture" = x86_gcc2 ]; then