pycharm-community: bump version

disable update check
This commit is contained in:
Jerome Duval
2021-05-14 21:23:59 +02:00
parent aba39e3b90
commit 49c83a9cbb

View File

@@ -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"