media-gfx/oculante: fix missing .desktop file
This commit is contained in:
parent
f4def06406
commit
0a63b0cf3f
1 changed files with 7 additions and 1 deletions
|
@ -928,7 +928,7 @@ CRATES="
|
||||||
zvariant_utils@2.1.0
|
zvariant_utils@2.1.0
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit cargo
|
inherit cargo desktop xdg
|
||||||
|
|
||||||
DESCRIPTION="A minimalistic image viewer with analysis and editing tools"
|
DESCRIPTION="A minimalistic image viewer with analysis and editing tools"
|
||||||
HOMEPAGE="https://github.com/woelper/oculante"
|
HOMEPAGE="https://github.com/woelper/oculante"
|
||||||
|
@ -945,3 +945,9 @@ LICENSE+="
|
||||||
"
|
"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
default
|
||||||
|
|
||||||
|
domenu "${S}/res/oculante.desktop"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue