diff --git a/dev-util/pycharm-community/pycharm_community_bin-2020.1.1.recipe b/dev-util/pycharm-community/pycharm_community_bin-2021.1.1.recipe similarity index 74% rename from dev-util/pycharm-community/pycharm_community_bin-2020.1.1.recipe rename to dev-util/pycharm-community/pycharm_community_bin-2021.1.1.recipe index ce4fd842b..83862fd88 100644 --- a/dev-util/pycharm-community/pycharm_community_bin-2020.1.1.recipe +++ b/dev-util/pycharm-community/pycharm_community_bin-2021.1.1.recipe @@ -1,11 +1,11 @@ SUMMARY="A Lightweight IDE for Python & Scientific development" DESCRIPTION="PyCharm is a Python IDE for professional developers by JetBrains" HOMEPAGE="https://www.jetbrains.com/pycharm/" -COPYRIGHT="2020 JetBrains s.r.o." +COPYRIGHT="2020-2021 JetBrains s.r.o." LICENSE="Apache v2" REVISION="1" SOURCE_URI="https://download.jetbrains.com/python/pycharm-community-$portVersion.tar.gz#noarchive" -CHECKSUM_SHA256="715a6a1fc1638078a36b5b45e36e3dbe1ce097aa974555023b4b3d957d00585c" +CHECKSUM_SHA256="10331302819324794e70843a73bfedbc6023778e4374f57f80608983be4e7a11" ADDITIONAL_FILES="PyCharm_Logo.hvif" ARCHITECTURES="any" @@ -17,7 +17,7 @@ PROVIDES=" " REQUIRES=" haiku - java:environment == 8 + java:environment == 11 " BUILD_PREREQUIRES=" @@ -33,10 +33,12 @@ INSTALL() cat << EOF > $appsDir/pycharm/pycharm.sh #!/bin/sh -l -export PATH=\$JDK8_HOME/bin:\$PATH +export PATH=\$JDK11_HOME/bin:\$PATH exec $appsDir/pycharm/bin/pycharm.sh EOF chmod 755 $appsDir/pycharm/pycharm.sh + echo "-Dide.no.platform.update=Haiku" >> $appsDir/pycharm/bin/pycharm.vmoptions + echo "-Dide.no.platform.update=Haiku" >> $appsDir/pycharm/bin/pycharm64.vmoptions addattr -t icon -f $portDir/additional-files/PyCharm_Logo.hvif \ "BEOS:ICON" "$appsDir/pycharm/pycharm.sh"