From 0a63b0cf3f65a2167981b0e3d1b826e2dc2e13c6 Mon Sep 17 00:00:00 2001 From: roku Date: Fri, 24 Jan 2025 00:06:56 +0100 Subject: [PATCH] media-gfx/oculante: fix missing .desktop file --- media-gfx/oculante/oculante-0.9.2.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/media-gfx/oculante/oculante-0.9.2.ebuild b/media-gfx/oculante/oculante-0.9.2.ebuild index 0b2fdf0..72104cd 100644 --- a/media-gfx/oculante/oculante-0.9.2.ebuild +++ b/media-gfx/oculante/oculante-0.9.2.ebuild @@ -928,7 +928,7 @@ CRATES=" zvariant_utils@2.1.0 " -inherit cargo +inherit cargo desktop xdg DESCRIPTION="A minimalistic image viewer with analysis and editing tools" HOMEPAGE="https://github.com/woelper/oculante" @@ -945,3 +945,9 @@ LICENSE+=" " SLOT="0" KEYWORDS="~amd64" + +src_install() { + default + + domenu "${S}/res/oculante.desktop" +}