media-gfx/oculante: fix missing .desktop file

This commit is contained in:
roku 2025-01-24 00:06:56 +01:00
parent f4def06406
commit 0a63b0cf3f

View file

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