commit: 9f26b8e855e786ae66080afb429c0be40b27da74 Author: Chris Reffett <creffett <AT> gentoo <DOT> org> AuthorDate: Sat Nov 21 00:21:55 2015 +0000 Commit: Chris Reffett <creffett <AT> gentoo <DOT> org> CommitDate: Sat Nov 21 00:21:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f26b8e8
Fix desktop file's name Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563468 ...3.5.3.201506180105-r1.ebuild => xmind-3.5.3.201506180105-r2.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-misc/xmind/xmind-3.5.3.201506180105-r1.ebuild b/app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild similarity index 95% rename from app-misc/xmind/xmind-3.5.3.201506180105-r1.ebuild rename to app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild index ebd1642..32e785a 100644 --- a/app-misc/xmind/xmind-3.5.3.201506180105-r1.ebuild +++ b/app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild @@ -72,8 +72,7 @@ src_install() { newicon -s ${res} "${WORKDIR}/xmind-icons/xmind.${res}.png" xmind.png done - # make desktop entry - make_desktop_entry "xmind %F" XMind xmind Office "MimeType=application/x-xmind;" + make_desktop_entry ${PN} "XMind" ${PN} "Office" "MimeType=application/x-xmind;" } pkg_preinst() {
