mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
pycharm_community: remove bundled jre. (#3520)
The bundled JRE runs only on Linux and is not required to run PyCharm. So it can be safely removed.
This commit is contained in:
committed by
waddlesplash
parent
b9465f7554
commit
0807cab0ca
@@ -3,7 +3,7 @@ DESCRIPTION="PyCharm is a Python IDE for professional developers by JetBrains"
|
||||
HOMEPAGE="https://www.jetbrains.com/pycharm/"
|
||||
COPYRIGHT="2018 JetBrains s.r.o."
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://download.jetbrains.com/python/pycharm-community-$portVersion.tar.gz#noarchive"
|
||||
CHECKSUM_SHA256="8eedae360aaf3e0480171d43a12db66f0623b5a7cc1cf239e98e8d9aed272aaa"
|
||||
ADDITIONAL_FILES="PyCharm_Logo.hvif"
|
||||
@@ -30,6 +30,8 @@ INSTALL()
|
||||
tar xvf pycharm-community-$portVersion.tar.gz -C $appsDir
|
||||
mv $appsDir/pycharm-community-$portVersion $appsDir/pycharm
|
||||
|
||||
rm -rf $appsDir/pycharm/jre64
|
||||
|
||||
cat << EOF > $appsDir/pycharm/pycharm.sh
|
||||
#!/bin/sh -l
|
||||
export PATH=\$JDK8_HOME/bin:\$PATH
|
||||
|
||||
Reference in New Issue
Block a user