mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
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
This commit is contained in:
6
dev-util/idea-community/idea_community_bin-2023.1.4.recipe → dev-util/idea-community/idea_community_bin-2023.3.6.recipe
Normal file → Executable file
6
dev-util/idea-community/idea_community_bin-2023.1.4.recipe → dev-util/idea-community/idea_community_bin-2023.3.6.recipe
Normal file → Executable file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user