diff --git a/srcpkgs/intellij-idea-community-edition/files/idea.desktop b/srcpkgs/intellij-idea-community-edition/files/idea.desktop index 5d32e21b019..939cd0bd973 100644 --- a/srcpkgs/intellij-idea-community-edition/files/idea.desktop +++ b/srcpkgs/intellij-idea-community-edition/files/idea.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Name=IntelliJ IDEA Community Edition Comment=Java integrated development environment by JetBrains -Exec=/usr/bin/idea %f +Exec=env IDEA_JDK=/usr/lib/jvm/jbrsdk /usr/bin/idea %f Icon=idea Terminal=false Type=Application -Categories=Development; \ No newline at end of file +Categories=Development; diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template index 5da32aa243a..fdc0f380b0b 100644 --- a/srcpkgs/intellij-idea-community-edition/template +++ b/srcpkgs/intellij-idea-community-edition/template @@ -1,9 +1,9 @@ # Template file for 'intellij-idea-community-edition' pkgname=intellij-idea-community-edition version=2021.3.3 -revision=1 +revision=2 archs="i686 x86_64" -depends="virtual?java-environment giflib libXtst hicolor-icon-theme" +depends="jetbrains-jdk-bin giflib libXtst hicolor-icon-theme" short_desc="Java integrated development environment by JetBrains" maintainer="John " license="Apache-2.0"