diff --git a/dev-util/idea-community/idea_community_bin-2018.3.1.recipe b/dev-util/idea-community/idea_community_bin-2020.1.1.recipe similarity index 74% rename from dev-util/idea-community/idea_community_bin-2018.3.1.recipe rename to dev-util/idea-community/idea_community_bin-2020.1.1.recipe index 5fac35b37..ec2bac3e7 100644 --- a/dev-util/idea-community/idea_community_bin-2018.3.1.recipe +++ b/dev-util/idea-community/idea_community_bin-2020.1.1.recipe @@ -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' } diff --git a/dev-util/pycharm-community/pycharm_community_bin-2018.3.2.recipe b/dev-util/pycharm-community/pycharm_community_bin-2020.1.1.recipe similarity index 86% rename from dev-util/pycharm-community/pycharm_community_bin-2018.3.2.recipe rename to dev-util/pycharm-community/pycharm_community_bin-2020.1.1.recipe index d2502c46d..ce4fd842b 100644 --- a/dev-util/pycharm-community/pycharm_community_bin-2018.3.2.recipe +++ b/dev-util/pycharm-community/pycharm_community_bin-2020.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="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