mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
PyCharm: BUGFIX: Fix launcher execution from DeskBar (#10232)
* Fix execution from launcher script from DeskBar * Bump IDE version
This commit is contained in:
@@ -5,7 +5,7 @@ COPYRIGHT="2020-2023 JetBrains s.r.o."
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.jetbrains.com/python/pycharm-community-$portVersion.tar.gz#noarchive"
|
||||
CHECKSUM_SHA256="d59dd88c1eb51cdd756433d415588c573ca944ebf6f08844b8ac8cd2e3d9937b"
|
||||
CHECKSUM_SHA256="d8ffc4a20b692d506b0e4c4439b77fabca7f3a0fdb7eaddeb6c9edd7cb3febaf"
|
||||
ADDITIONAL_FILES="PyCharm_Logo.hvif"
|
||||
|
||||
ARCHITECTURES="?all x86_64"
|
||||
@@ -34,7 +34,7 @@ INSTALL()
|
||||
cat << EOF > $appsDir/pycharm/pycharm.sh
|
||||
#!/bin/sh -l
|
||||
export PATH=\$JDK17_HOME/bin:\$PATH
|
||||
exec $appsDir/pycharm/bin/pycharm.sh
|
||||
$appsDir/pycharm/bin/pycharm.sh &
|
||||
EOF
|
||||
chmod 755 $appsDir/pycharm/pycharm.sh
|
||||
echo "-Dide.no.platform.update=Haiku" >> $appsDir/pycharm/bin/pycharm.vmoptions
|
||||
Reference in New Issue
Block a user