From 8c7c78625fb794d12071e2935cd227d27d600931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 4 May 2020 12:57:57 +0200 Subject: [PATCH] mame: Add a desktop file with 32k for layzy old colour genie users MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-emulators/mame/mame.bb | 2 ++ recipes-emulators/mame/mame/mame32k.desktop | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 recipes-emulators/mame/mame/mame32k.desktop diff --git a/recipes-emulators/mame/mame.bb b/recipes-emulators/mame/mame.bb index 16e6fa6..5315b77 100644 --- a/recipes-emulators/mame/mame.bb +++ b/recipes-emulators/mame/mame.bb @@ -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/{} \; diff --git a/recipes-emulators/mame/mame/mame32k.desktop b/recipes-emulators/mame/mame/mame32k.desktop new file mode 100644 index 0000000..ba1f250 --- /dev/null +++ b/recipes-emulators/mame/mame/mame32k.desktop @@ -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