From 6ad1ae5f6dee6f5865bf24e2b576a1c32318a88f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 4 Oct 2022 15:09:23 -0400 Subject: [PATCH] intellij-idea-community-edition: revert unnecessary .desktop change see #39683 IDEA_JDK is already exported via /etc/profile by jetbrains-jdk-bin --- srcpkgs/intellij-idea-community-edition/files/idea.desktop | 2 +- srcpkgs/intellij-idea-community-edition/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/intellij-idea-community-edition/files/idea.desktop b/srcpkgs/intellij-idea-community-edition/files/idea.desktop index 939cd0bd973..8aeda8fdbe2 100644 --- a/srcpkgs/intellij-idea-community-edition/files/idea.desktop +++ b/srcpkgs/intellij-idea-community-edition/files/idea.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=IntelliJ IDEA Community Edition Comment=Java integrated development environment by JetBrains -Exec=env IDEA_JDK=/usr/lib/jvm/jbrsdk /usr/bin/idea %f +Exec=/usr/bin/idea %f Icon=idea Terminal=false Type=Application diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template index fdc0f380b0b..62ea87394b4 100644 --- a/srcpkgs/intellij-idea-community-edition/template +++ b/srcpkgs/intellij-idea-community-edition/template @@ -1,7 +1,7 @@ # Template file for 'intellij-idea-community-edition' pkgname=intellij-idea-community-edition version=2021.3.3 -revision=2 +revision=3 archs="i686 x86_64" depends="jetbrains-jdk-bin giflib libXtst hicolor-icon-theme" short_desc="Java integrated development environment by JetBrains"