From 74bb3a86ded22d21f72f321a2a55b6fc1760b1a4 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 31 Oct 2023 11:04:48 +0000 Subject: [PATCH] pycharm_community_bin, bump version (#9703) --- ....1.recipe => pycharm_community_bin-2023.2.3.recipe} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename dev-util/pycharm-community/{pycharm_community_bin-2021.1.1.recipe => pycharm_community_bin-2023.2.3.recipe} (84%) diff --git a/dev-util/pycharm-community/pycharm_community_bin-2021.1.1.recipe b/dev-util/pycharm-community/pycharm_community_bin-2023.2.3.recipe similarity index 84% rename from dev-util/pycharm-community/pycharm_community_bin-2021.1.1.recipe rename to dev-util/pycharm-community/pycharm_community_bin-2023.2.3.recipe index 83862fd88..4b79c2ed9 100644 --- a/dev-util/pycharm-community/pycharm_community_bin-2021.1.1.recipe +++ b/dev-util/pycharm-community/pycharm_community_bin-2023.2.3.recipe @@ -1,14 +1,14 @@ 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-2021 JetBrains s.r.o." +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="10331302819324794e70843a73bfedbc6023778e4374f57f80608983be4e7a11" +CHECKSUM_SHA256="d59dd88c1eb51cdd756433d415588c573ca944ebf6f08844b8ac8cd2e3d9937b" ADDITIONAL_FILES="PyCharm_Logo.hvif" -ARCHITECTURES="any" +ARCHITECTURES="?all x86_64" DISABLE_SOURCE_PACKAGE="true" PROVIDES=" @@ -17,7 +17,7 @@ PROVIDES=" " REQUIRES=" haiku - java:environment == 11 + java:environment == 17 " BUILD_PREREQUIRES=" @@ -33,7 +33,7 @@ INSTALL() cat << EOF > $appsDir/pycharm/pycharm.sh #!/bin/sh -l -export PATH=\$JDK11_HOME/bin:\$PATH +export PATH=\$JDK17_HOME/bin:\$PATH exec $appsDir/pycharm/bin/pycharm.sh EOF chmod 755 $appsDir/pycharm/pycharm.sh