Skip to content

Commit

Permalink
games-board/atakks: add .desktop icon, EAPI 7->8
Browse files Browse the repository at this point in the history
Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Jun 29, 2021
1 parent c26b434 commit faa00e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions games-board/atakks/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST atakks-1.0.tar.gz 62464 BLAKE2B 1419e4fff60121e0bd793322cd20515335ad82d9b1341ab9ae658aa5e2882af3457440485318b1d872f9f8f483c22b21d8dc55f5d4862694427d08fb52e93e85 SHA512 a4b31635ef74198c86002fc930922266f462926bffa5b1fd7fb8ba1186dbc1efd8ae8c84ac0a429737916d1350b5432967221a67505bfe73d47a6dadd7600e39
DIST atakks.png 5084 BLAKE2B 52dcc313e7931fb0180f40803f3c276a0ee146a0e16af83f153d1d22800b0f780a2aa022cd198ad1ab70bb7ba252eeccfc1d34d6685b556a17ef1a96385fcd35 SHA512 c662fd1d0996317299a3085e7d5455c4eb24be22133cbaf9e720633c894bbd5ef69729b679326845c0702f8d7b72ba27b5825c3d1086b025520d11448f8706c4
11 changes: 7 additions & 4 deletions games-board/atakks/atakks-1.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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+"
Expand Down Expand Up @@ -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
}

0 comments on commit faa00e2

Please sign in to comment.