From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C96AA1382C5 for ; Sat, 17 Apr 2021 23:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 247E9E07D7; Sat, 17 Apr 2021 23:56:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A523DE07D7 for ; Sat, 17 Apr 2021 23:56:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4107D335DAC for ; Sat, 17 Apr 2021 23:56:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96CCE646 for ; Sat, 17 Apr 2021 23:56:25 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1618703770.26866f651871e5cb0b69c6725b20c7ad33b8b88b.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/tomb/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-crypt/tomb/tomb-2.9-r4.ebuild app-crypt/tomb/tomb-2.9-r5.ebuild X-VCS-Directories: app-crypt/tomb/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 26866f651871e5cb0b69c6725b20c7ad33b8b88b X-VCS-Branch: dev Date: Sat, 17 Apr 2021 23:56:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5b005009-b798-4e2d-a025-82872294a309 X-Archives-Hash: c3835a10c2afcb9bd1d57af53e15282b commit: 26866f651871e5cb0b69c6725b20c7ad33b8b88b Author: Alessandro Barbieri gmail com> AuthorDate: Sat Apr 17 23:56:10 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Apr 17 23:56:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26866f65 app-crypt/tomb: install an icon and mime xml Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> app-crypt/tomb/{tomb-2.9-r4.ebuild => tomb-2.9-r5.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-crypt/tomb/tomb-2.9-r4.ebuild b/app-crypt/tomb/tomb-2.9-r5.ebuild similarity index 96% rename from app-crypt/tomb/tomb-2.9-r4.ebuild rename to app-crypt/tomb/tomb-2.9-r5.ebuild index 6d6005f78..93bcdbae9 100644 --- a/app-crypt/tomb/tomb-2.9-r4.ebuild +++ b/app-crypt/tomb/tomb-2.9-r5.ebuild @@ -3,7 +3,6 @@ EAPI="7" -XDG_ECLASS_MIMEINFOFILES="${S}/extras/desktop/dyne-tomb.xml" inherit desktop qmake-utils xdg MYP="${P^}" @@ -108,6 +107,7 @@ src_install() { if use tray ; then pushd extras/qt-tray || die dobin tomb-qt-tray + doicon pixmaps/tomb_icon.png popd || die fi @@ -125,6 +125,9 @@ src_install() { popd pushd extras/desktop #copied from install.zsh + #mime types + insinto /usr/share/mime/packages + doins dyne-tomb.xml #desktop domenu tomb.desktop #menu