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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BE451581C1 for ; Thu, 11 Jul 2024 17:12:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 771D5E2B20; Thu, 11 Jul 2024 17:12:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5284BE2B20 for ; Thu, 11 Jul 2024 17:12:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4723E33BE18 for ; Thu, 11 Jul 2024 17:12:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5D9A1DD3 for ; Thu, 11 Jul 2024 17:12:37 +0000 (UTC) From: "Ivan Lloro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ivan Lloro" Message-ID: <1720717956.01cfcf03d58a14ca0471af1c9a9b819baab6b18f.ivan.lloro.boada@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/mayo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/mayo/mayo-0.8.0.ebuild X-VCS-Directories: media-gfx/mayo/ X-VCS-Committer: ivan.lloro.boada X-VCS-Committer-Name: Ivan Lloro X-VCS-Revision: 01cfcf03d58a14ca0471af1c9a9b819baab6b18f X-VCS-Branch: dev Date: Thu, 11 Jul 2024 17:12:37 +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: 6b740ba0-81c0-4270-8b15-40180d0b045a X-Archives-Hash: 639f1c719109a2e8dd383bf803579f3f commit: 01cfcf03d58a14ca0471af1c9a9b819baab6b18f Author: Ivan Lloro gmail com> AuthorDate: Thu Jul 11 17:10:35 2024 +0000 Commit: Ivan Lloro gmail com> CommitDate: Thu Jul 11 17:12:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01cfcf03 media-gfx/mayo: Desktop integration Signed-off-by: Ivan Lloro gmail.com> media-gfx/mayo/mayo-0.8.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-gfx/mayo/mayo-0.8.0.ebuild b/media-gfx/mayo/mayo-0.8.0.ebuild index 364966033..0939fec5e 100644 --- a/media-gfx/mayo/mayo-0.8.0.ebuild +++ b/media-gfx/mayo/mayo-0.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit qmake-utils +inherit qmake-utils desktop xdg DESCRIPTION="Opensource 3D CAD viewer and converter" HOMEPAGE="https://github.com/fougue/mayo" @@ -37,5 +37,7 @@ src_configure() { src_install() { emake install INSTALL_ROOT="${ED}" dobin mayo + newicon -s scalable images/appicon.svg mayo.svg + make_desktop_entry "mayo %F" Mayo mayo "Graphics;" "MimeType=model/step;model/iges;model/brep;image/vnd.dxf;model/obj;model/gltf+json;model/gltf+binary;model/vrml;model/stl;model/x.stl-ascii;model/x.stl-binary;application/x-amf;application/x-coff;application/x-coffexec;model/3mf;image/x-3ds;model/vnd.collada+xml;model/x3d+binary;model/x3d+fastinfoset;model/x3d+vrml;model/x3d+xml;model/x3d-vrml;application/directx;" einstalldocs }