intellij-idea-community-edition: use jetbrains jdk
This commit is contained in:
parent
ff27cda703
commit
1317ac9b12
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
[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
|
||||
|
|
|
@ -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 <me@johnnynator.dev>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue