diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-06-29 15:36:15 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-06-29 16:53:13 -0400 |
commit | faa00e26082637be7d27868a39a0f3f2bf58d2b9 (patch) | |
tree | 2a431973e479db5cf2d5143eba664c228dc7f0bf /games-board | |
parent | games-arcade/xscavenger: add .desktop icon (diff) | |
download | gentoo-faa00e26082637be7d27868a39a0f3f2bf58d2b9.tar.gz gentoo-faa00e26082637be7d27868a39a0f3f2bf58d2b9.tar.bz2 gentoo-faa00e26082637be7d27868a39a0f3f2bf58d2b9.zip |
games-board/atakks: add .desktop icon, EAPI 7->8
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/atakks/Manifest | 1 | ||||
-rw-r--r-- | games-board/atakks/atakks-1.0-r2.ebuild | 11 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-board/atakks/Manifest b/games-board/atakks/Manifest index 20c02bb7b626..b8d92d3d58b3 100644 --- a/games-board/atakks/Manifest +++ b/games-board/atakks/Manifest @@ -1 +1,2 @@ DIST atakks-1.0.tar.gz 62464 BLAKE2B 1419e4fff60121e0bd793322cd20515335ad82d9b1341ab9ae658aa5e2882af3457440485318b1d872f9f8f483c22b21d8dc55f5d4862694427d08fb52e93e85 SHA512 a4b31635ef74198c86002fc930922266f462926bffa5b1fd7fb8ba1186dbc1efd8ae8c84ac0a429737916d1350b5432967221a67505bfe73d47a6dadd7600e39 +DIST atakks.png 5084 BLAKE2B 52dcc313e7931fb0180f40803f3c276a0ee146a0e16af83f153d1d22800b0f780a2aa022cd198ad1ab70bb7ba252eeccfc1d34d6685b556a17ef1a96385fcd35 SHA512 c662fd1d0996317299a3085e7d5455c4eb24be22133cbaf9e720633c894bbd5ef69729b679326845c0702f8d7b72ba27b5825c3d1086b025520d11448f8706c4 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 } |