games-arcade/opensonic: add .desktop file
This commit is contained in:
parent
64fbf52544
commit
1c48e3c5e0
@ -47,5 +47,16 @@ src_install() {
|
|||||||
dosym "${i#${IMAGE}}" \
|
dosym "${i#${IMAGE}}" \
|
||||||
"/usr/$(exhost --target)/libexec/${PN}/${i#${IMAGE}/usr/share/${PN}/}"
|
"/usr/$(exhost --target)/libexec/${PN}/${i#${IMAGE}/usr/share/${PN}/}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
insinto /usr/share/applications
|
||||||
|
hereins ${PN}.desktop << EOF
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=OpenSonic
|
||||||
|
Exec=${PN}
|
||||||
|
Icon=${PN}
|
||||||
|
Comment=${SUMMARY}
|
||||||
|
Categories=Game;ArcadeGame;
|
||||||
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user