summaryrefslogtreecommitdiff
path: root/games-rpg/egoboo/egoboo-2.8.1-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
commit7f0ccc917c7abe6223784c703d86cd14755691fb (patch)
tree8c6793f68896b341e22f33d7e6cef88e481f4a8b /games-rpg/egoboo/egoboo-2.8.1-r2.ebuild
parent9aa80713372911cec499b3adb2cd746790920916 (diff)
gentoo resync : 03.07.2021
Diffstat (limited to 'games-rpg/egoboo/egoboo-2.8.1-r2.ebuild')
-rw-r--r--games-rpg/egoboo/egoboo-2.8.1-r2.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/games-rpg/egoboo/egoboo-2.8.1-r2.ebuild b/games-rpg/egoboo/egoboo-2.8.1-r2.ebuild
index e3b415e57a83..bf1c7737e7f0 100644
--- a/games-rpg/egoboo/egoboo-2.8.1-r2.ebuild
+++ b/games-rpg/egoboo/egoboo-2.8.1-r2.ebuild
@@ -1,13 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit desktop toolchain-funcs
DESCRIPTION="3D dungeon crawling adventure in the spirit of NetHack"
HOMEPAGE="http://egoboo.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="
+ mirror://sourceforge/${PN}/${P}.tar.gz
+ https://dev.gentoo.org/~ionen/distfiles/${PN}.png"
LICENSE="GPL-3+"
SLOT="0"
@@ -53,5 +55,6 @@ src_install() {
insinto /etc/${PN}
doins controls.txt setup.txt
- make_desktop_entry ${PN} Egoboo applications-games "Game;"
+ doicon "${DISTDIR}"/${PN}.png
+ make_desktop_entry ${PN} Egoboo
}