mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-rpg/egoboo: add .desktop icon, EAPI 7->8
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST egoboo-2.8.1.tar.gz 150029960 BLAKE2B 582db0f3c033523f7b55e205aec5f7012301e3edb7a4667f49d6c4a26f99572b4652e3cf4b8ed0f9e4c4cf2f6129615a315955d0193f851fc7c16ab7eaf7e482 SHA512 5793a63ba90f461ae99bcb81bf4ddf287b203bc2d401e1f697f1f4f93e1d681954e09b23938eb1a36e7dd535e2d12b8882efd77572cc63392cad5f9462ac3054
|
||||
DIST egoboo.png 7903 BLAKE2B a9ba1d15bd2363d7155b817bcf4d4ce1c378d6a5f2266774772e288a862d1ed1659bb67ec0f73eb089ee8e31725035b7fc2f29c490ace7e17cb336bc9479c9ab SHA512 6a18c269f9159f7b0cf9201662f9755b3317156849ed126d215aa104ae88faeb4950911821a74720b20ccac74498cb4473e2c1170596207b496ca8efb37c1247
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user