pycharm-community, idea-community: bump versions (#4991)

This commit is contained in:
Przemysław Buczkowski
2020-05-24 09:42:21 +01:00
committed by GitHub
parent e3c8e49da0
commit 0ca8e43904
2 changed files with 10 additions and 9 deletions

View File

@@ -2,12 +2,12 @@ SUMMARY="Intellij IDEA Community Edition"
DESCRIPTION="A Java Integrated Development Environment to develop computer \
software."
HOMEPAGE="https://www.jetbrains.com/idea/"
COPYRIGHT="2018 JetBrains s.r.o."
COPYRIGHT="2020 JetBrains s.r.o."
LICENSE="Apache v2"
REVISION="1"
buildVersion="183.4588.61"
SOURCE_URI="https://download.jetbrains.com/idea/ideaIC-$portVersion-no-jdk.tar.gz#noarchive"
CHECKSUM_SHA256="c6bd74e4280c3cf850fd6953a47e0e91ffb882b3b0ca25de12ac745f65a5d3e3"
buildVersion="201.7846.29"
SOURCE_URI="https://download.jetbrains.com/idea/ideaIC-$portVersion-no-jbr.tar.gz#noarchive"
CHECKSUM_SHA256="05926e43a3e378db73a22d23143115a7f1a04dfef62298045d805a83c4ca4329"
ADDITIONAL_FILES="IntelliJ_IDEA_Logo.hvif"
ARCHITECTURES="any"
@@ -27,7 +27,7 @@ BUILD_PREREQUIRES="
INSTALL()
{
mkdir -p $appsDir
tar xvf ideaIC-$portVersion-no-jdk.tar.gz -C $appsDir
tar xvf ideaIC-$portVersion-no-jbr.tar.gz -C $appsDir
mv $appsDir/idea-IC-$buildVersion $appsDir/idea
cat << EOF > $appsDir/idea/idea.sh
@@ -39,5 +39,5 @@ EOF
addattr -t icon -f $portDir/additional-files/IntelliJ_IDEA_Logo.hvif \
"BEOS:ICON" "$appsDir/idea/idea.sh"
addAppDeskbarSymlink $appsDir/idea/idea.sh 'IDEA Intellij CE'
addAppDeskbarSymlink $appsDir/idea/idea.sh 'IDEA IntelliJ CE'
}

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="2018 JetBrains s.r.o."
COPYRIGHT="2020 JetBrains s.r.o."
LICENSE="Apache v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://download.jetbrains.com/python/pycharm-community-$portVersion.tar.gz#noarchive"
CHECKSUM_SHA256="8eedae360aaf3e0480171d43a12db66f0623b5a7cc1cf239e98e8d9aed272aaa"
CHECKSUM_SHA256="715a6a1fc1638078a36b5b45e36e3dbe1ce097aa974555023b4b3d957d00585c"
ADDITIONAL_FILES="PyCharm_Logo.hvif"
ARCHITECTURES="any"
@@ -13,6 +13,7 @@ DISABLE_SOURCE_PACKAGE="true"
PROVIDES="
pycharm_community_bin = $portVersion
app:pycharm = $portVersion
"
REQUIRES="
haiku