commit: 84499b58c520c92e1ca3c0572ae2a1561b4cf34a
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 16:04:42 2025 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 16:04:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84499b58
dev-util/idea-community: Update to new upstream name
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
dev-util/idea-community/idea-community-2025.3.1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-util/idea-community/idea-community-2025.3.1.ebuild
b/dev-util/idea-community/idea-community-2025.3.1.ebuild
index befd0c6f6a1f..9bb14f69bd83 100644
--- a/dev-util/idea-community/idea-community-2025.3.1.ebuild
+++ b/dev-util/idea-community/idea-community-2025.3.1.ebuild
@@ -178,14 +178,14 @@ src_install() {
newicon $pngfile "${PN}.png" || die "we died"
if use experimental; then
- make_desktop_entry "/opt/idea-community/bin/idea
-Dawt.toolkit.name=WLToolkit" \
- "IntelliJ Idea Community Edition" "${PN}"
"Development;IDE;"
+ make_desktop_entry "/opt/intellij-idea/bin/idea
-Dawt.toolkit.name=WLToolkit" \
+ "IntelliJ IDEA Community Edition" "${PN}"
"Development;IDE;"
ewarn "You have enabled the experimental USE flag."
ewarn "This is a Wayland support preview. Expect instability."
else
- make_desktop_entry "/opt/idea-community/bin/idea" \
- "IntelliJ Idea Community Edition" "${PN}"
"Development;IDE;"
+ make_desktop_entry "/opt/intellij-idea/bin/idea" \
+ "IntelliJ IDEA" "${PN}" "Development;IDE;"
fi
# recommended by:
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit