From 032a0b96a64d07915ee48452fae77004e9645be3 Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Sat, 23 Mar 2024 04:07:13 -0400 Subject: [PATCH] IntelliJ: BUGFIX: Fix launcher script execution (#10228) * ensure JDK17_HOME is set launcher script runs * Launcher doesn't like being launched via symlink * Bump IDE version --- ...n-2023.1.4.recipe => idea_community_bin-2023.3.6.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-util/idea-community/{idea_community_bin-2023.1.4.recipe => idea_community_bin-2023.3.6.recipe} (87%) mode change 100644 => 100755 diff --git a/dev-util/idea-community/idea_community_bin-2023.1.4.recipe b/dev-util/idea-community/idea_community_bin-2023.3.6.recipe old mode 100644 new mode 100755 similarity index 87% rename from dev-util/idea-community/idea_community_bin-2023.1.4.recipe rename to dev-util/idea-community/idea_community_bin-2023.3.6.recipe index 3973734c1..b4c4c1537 --- a/dev-util/idea-community/idea_community_bin-2023.1.4.recipe +++ b/dev-util/idea-community/idea_community_bin-2023.3.6.recipe @@ -5,9 +5,9 @@ HOMEPAGE="https://www.jetbrains.com/idea/" COPYRIGHT="2023 JetBrains s.r.o." LICENSE="Apache v2" REVISION="1" -buildVersion="231.9225.16" +buildVersion="233.15026.9" SOURCE_URI="https://download.jetbrains.com/idea/ideaIC-$portVersion.tar.gz#noarchive" -CHECKSUM_SHA256="9ea98c03b29903f7bde41f6a3c039621fff5d04015f37f9f21e04966d557ea90" +CHECKSUM_SHA256="5e376677d4b9810f4171700ce9d9d3ece58f245ce8d9f2011b05966df5dd7ddd" ADDITIONAL_FILES="IntelliJ_IDEA_Logo.hvif" ARCHITECTURES="any" @@ -33,7 +33,7 @@ INSTALL() cat << EOF > $appsDir/idea/idea.sh #!/bin/sh -l export PATH=\$JDK17_HOME/bin:\$PATH -exec $appsDir/idea/bin/idea.sh +$appsDir/idea/bin/idea.sh & EOF chmod 755 $appsDir/idea/idea.sh