mame: Add a desktop file with 32k for layzy old colour genie users

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-05-04 12:57:57 +02:00
parent 40d0e0a737
commit 8c7c78625f
2 changed files with 11 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ SRC_URI = " \
git://github.com/mamedev/mame.git \
file://no-upstream/0001-pokey-Make-step_one_clock-inline.patch \
file://mame.desktop \
file://mame32k.desktop \
"
PV = "0220"
SRCREV = "c5c5723b9d5c19220825eaaebf4eb12e2f452a7a"
@@ -103,6 +104,7 @@ do_install() {
# misc
install -d ${D}${datadir}/applications
install -m 644 ${WORKDIR}/mame.desktop ${D}${datadir}/applications
install -m 644 ${WORKDIR}/mame32k.desktop ${D}${datadir}/applications
pushd artwork
find -type d -exec install -d ${D}${datadir}/${BPN}/artwork/{} \;

View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Name=Mame (32k RAM)
Comment=MAME is a multi-purpose emulation framework
Exec=mame -ramsize 32k
Icon=MAMElogo.svg
Terminal=false
StartupNotify=false
Categories=Game