commit: e541e8d68ba586593ce438a5cff5f04c9f31b99d
Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 15:16:06 2017 +0000
Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 15:16:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e541e8d6
dev-util/idea-community: Fix desktop entry name
close Bug: #607396
Package-Manager: portage-2.3.3
dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild
b/dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild
index 4654bc6..6273cac 100644
--- a/dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild
+++ b/dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild
@@ -63,7 +63,7 @@ src_install() {
make_wrapper "${PN}" "${dir}/bin/${MY_PN}.sh"
newicon "bin/${MY_PN}.png" "${PN}.png"
- make_desktop_entry "${PN}" "IntelliJ Idea Ultimate" "${PN}"
"Development;IDE;"
+ make_desktop_entry "${PN}" "IntelliJ Idea Community" "${PN}"
"Development;IDE;"
# recommended by:
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
mkdir -p "${D}/etc/sysctl.d/" || die