summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/atakks/atakks-1.0-r2.ebuild')
-rw-r--r--games-board/atakks/atakks-1.0-r2.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/games-board/atakks/atakks-1.0-r2.ebuild b/games-board/atakks/atakks-1.0-r2.ebuild
index 8da2077bfe0e..4dd2ccb10946 100644
--- a/games-board/atakks/atakks-1.0-r2.ebuild
+++ b/games-board/atakks/atakks-1.0-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="Clone of Ataxx"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+SRC_URI="
+ mirror://gentoo/${P}.tar.gz
+ https://dev.gentoo.org/~ionen/distfiles/${PN}.png"
S="${WORKDIR}/${PN}_${PV}"
LICENSE="GPL-2+"
@@ -40,7 +42,8 @@ src_install() {
insinto /usr/share/${PN}
doins *.bmp
- make_desktop_entry ${PN} Atakks applications-games
-
einstalldocs
+
+ doicon "${DISTDIR}"/${PN}.png
+ make_desktop_entry ${PN} Atakks
}