summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/methane/methane-2.0.1.ebuild')
-rw-r--r--games-arcade/methane/methane-2.0.1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/games-arcade/methane/methane-2.0.1.ebuild b/games-arcade/methane/methane-2.0.1.ebuild
index c641c5ce79b7..33e4e2941888 100644
--- a/games-arcade/methane/methane-2.0.1.ebuild
+++ b/games-arcade/methane/methane-2.0.1.ebuild
@@ -7,7 +7,9 @@ inherit desktop toolchain-funcs
DESCRIPTION="Port from an old Amiga game"
HOMEPAGE="https://methane.sourceforge.net/"
-SRC_URI="https://github.com/rombust/Methane/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/rombust/Methane/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ https://src.fedoraproject.org/rpms/methane/raw/f37/f/methane.png
+"
LICENSE="GPL-2+"
SLOT="0"
@@ -37,7 +39,7 @@ src_install() {
insinto /usr/share/${PN}
doins resources/*
- newicon docs/puff.gif ${PN}.gif
- make_desktop_entry ${PN} "Super Methane Brothers" /usr/share/pixmaps/${PN}.gif
+ doicon "${DISTDIR}/${PN}.png"
+ make_desktop_entry ${PN} "Super Methane Brothers"
HTML_DOCS="docs/*" dodoc authors.txt history.txt readme.txt
}