Gentoo Archives: gentoo-commits

From: Alice Ferrazzi <alicef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/idea-community/
Date: Tue, 31 Jan 2017 15:17:00
Message-Id: 1485875803.e541e8d68ba586593ce438a5cff5f04c9f31b99d.alicef@gentoo
1 commit: e541e8d68ba586593ce438a5cff5f04c9f31b99d
2 Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 15:16:06 2017 +0000
4 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 15:16:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e541e8d6
7
8 dev-util/idea-community: Fix desktop entry name
9
10 close Bug: #607396
11
12 Package-Manager: portage-2.3.3
13
14 dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 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
18 index 4654bc6..6273cac 100644
19 --- a/dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild
20 +++ b/dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild
21 @@ -63,7 +63,7 @@ src_install() {
22
23 make_wrapper "${PN}" "${dir}/bin/${MY_PN}.sh"
24 newicon "bin/${MY_PN}.png" "${PN}.png"
25 - make_desktop_entry "${PN}" "IntelliJ Idea Ultimate" "${PN}" "Development;IDE;"
26 + make_desktop_entry "${PN}" "IntelliJ Idea Community" "${PN}" "Development;IDE;"
27
28 # recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
29 mkdir -p "${D}/etc/sysctl.d/" || die