From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 407D01384B4 for ; Sat, 21 Nov 2015 00:24:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9E9EE07D8; Sat, 21 Nov 2015 00:24:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B13AE07A0 for ; Sat, 21 Nov 2015 00:24:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A81EE33FDBF for ; Sat, 21 Nov 2015 00:24:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BDD01004 for ; Sat, 21 Nov 2015 00:24:01 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1448065315.9f26b8e855e786ae66080afb429c0be40b27da74.creffett@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/xmind/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/xmind/xmind-3.5.3.201506180105-r1.ebuild app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild X-VCS-Directories: app-misc/xmind/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 9f26b8e855e786ae66080afb429c0be40b27da74 X-VCS-Branch: master Date: Sat, 21 Nov 2015 00:24:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2be40487-3038-424f-961b-d891c6366ea7 X-Archives-Hash: 6baff47d5302c5064018f43c0a725d6b commit: 9f26b8e855e786ae66080afb429c0be40b27da74 Author: Chris Reffett gentoo org> AuthorDate: Sat Nov 21 00:21:55 2015 +0000 Commit: Chris Reffett gentoo 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() {