1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-07-04 09:06:31 +02:00

Add icon for sdlmame

This commit is contained in:
2026-06-01 19:46:30 +02:00
parent 06926471db
commit a70a9e3ecb
2 changed files with 5 additions and 5 deletions
+2 -4
View File
@@ -9,9 +9,7 @@ MY_PV="${PV/.}"
DESCRIPTION="Multiple Arcade Machine Emulator + Multi Emulator Super System (MESS)"
HOMEPAGE="http://mamedev.org/"
SRC_URI="https://github.com/mamedev/mame/archive/mame${MY_PV}.tar.gz -> mame-${PV}.tar.gz
https://icon-icons.com/downloadimage.php?id=20820&root=159/PNG/256/&file=mame_22338.png -> sdlmame.png
"
SRC_URI="https://github.com/mamedev/mame/archive/mame${MY_PV}.tar.gz -> mame-${PV}.tar.gz"
LICENSE="GPL-2+ BSD-2 MIT CC0-1.0"
SLOT="0"
@@ -208,7 +206,7 @@ src_install() {
#newman docs/man/ldplayer.1 ${PN}-ldplayer.1
fi
newicon "${DISTDIR}/${PN}.png" "${PN}".png
newicon "${FILESDIR}/${PN}.png" "${PN}".png
}