From e12c09f1705571fbfc5b86014cc50918ada69292 Mon Sep 17 00:00:00 2001 From: Dexter Gaon-Shatford Date: Mon, 3 Oct 2022 19:23:34 -0400 Subject: [PATCH] intellij-idea-community-edition: use jetbrains jdk --- srcpkgs/intellij-idea-community-edition/files/idea.desktop | 4 ++-- srcpkgs/intellij-idea-community-edition/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/intellij-idea-community-edition/files/idea.desktop b/srcpkgs/intellij-idea-community-edition/files/idea.desktop index 5d32e21b0193..939cd0bd9738 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 5da32aa243a4..62ea87394b40 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=3 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"