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" +}