mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
intellij-idea-community-edition: revert unnecessary .desktop change
see #39683 IDEA_JDK is already exported via /etc/profile by jetbrains-jdk-bin
This commit is contained in:
parent
d6b774d0f9
commit
6ad1ae5f6d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue