Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/excido/
Date: Tue, 29 Jun 2021 20:55:25
Message-Id: 1624999992.3fda2ec392fb72def9d80528b5ec8061f320ff38.ionen@gentoo
1 commit: 3fda2ec392fb72def9d80528b5ec8061f320ff38
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 29 19:54:44 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 29 20:53:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fda2ec3
7
8 games-arcade/excido: add .desktop icon, EAPI 7->8
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 games-arcade/excido/Manifest | 1 +
13 games-arcade/excido/excido-0.1.5c-r4.ebuild | 9 ++++++---
14 2 files changed, 7 insertions(+), 3 deletions(-)
15
16 diff --git a/games-arcade/excido/Manifest b/games-arcade/excido/Manifest
17 index 3efaf1e39af..069f6225c4f 100644
18 --- a/games-arcade/excido/Manifest
19 +++ b/games-arcade/excido/Manifest
20 @@ -1 +1,2 @@
21 DIST excido-0.1.5c-src.tar.bz2 2981629 BLAKE2B 504c21861a4d966400a94ef6733794f72edbf950a84dcd935213244252b771e168f0bb5e21780c90d2cd1a1799cac821a502dbb558ffe6204d4b552e5af465d4 SHA512 9e1b98ed31eac735087f451c466d0e0d1b885ad5336f7994abf8f844b1c27cc24e90048306ffd62864fa5ab2bada6744b4b54991c6eb9b22624af20c645e02d7
22 +DIST excido.png 965 BLAKE2B 2f2cb7091d0256c158c801b668e252a555b2c8976fc7af0c73f71457771e33f5e5f46109081431dc8e10a6f7748075ca60e0fe8f3fbf81bc5bb1a6079748ef27 SHA512 8248e652bd148c13e4b896eabd9360281c0c296ecfd28cf5d25593505bba94c1cac5a5dc9e89925dbd851670d917fa8949370cc797bb2eed7fb7c0fc72d14f3c
23
24 diff --git a/games-arcade/excido/excido-0.1.5c-r4.ebuild b/games-arcade/excido/excido-0.1.5c-r4.ebuild
25 index 6dd28616563..dc58b8086e4 100644
26 --- a/games-arcade/excido/excido-0.1.5c-r4.ebuild
27 +++ b/games-arcade/excido/excido-0.1.5c-r4.ebuild
28 @@ -1,13 +1,15 @@
29 # Copyright 1999-2021 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 -EAPI=7
33 +EAPI=8
34
35 inherit desktop toolchain-funcs
36
37 DESCRIPTION="Fast paced action game"
38 HOMEPAGE="https://icculus.org/excido/"
39 -SRC_URI="https://icculus.org/excido/${P}-src.tar.bz2"
40 +SRC_URI="
41 + https://icculus.org/excido/${P}-src.tar.bz2
42 + https://dev.gentoo.org/~ionen/distfiles/${PN}.png"
43
44 LICENSE="GPL-2+"
45 SLOT="0"
46 @@ -43,5 +45,6 @@ src_install() {
47 dodoc BUGS CHANGELOG HACKING README TODO \
48 data/{CREDITS,readme-jf-nebula_sky.txt} keyguide.txt
49
50 - make_desktop_entry ${PN} Excido applications-games "Game;ArcadeGame"
51 + doicon "${DISTDIR}"/${PN}.png
52 + make_desktop_entry ${PN} Excido
53 }