diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-06-29 15:54:44 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-06-29 16:53:12 -0400 |
commit | 3fda2ec392fb72def9d80528b5ec8061f320ff38 (patch) | |
tree | b4debdfcbc548a5fa1d41c2c7a4190bb4e281805 /games-arcade/excido | |
parent | games-arcade/abe: add .desktop icon, EAPI 7->8 (diff) | |
download | gentoo-3fda2ec392fb72def9d80528b5ec8061f320ff38.tar.gz gentoo-3fda2ec392fb72def9d80528b5ec8061f320ff38.tar.bz2 gentoo-3fda2ec392fb72def9d80528b5ec8061f320ff38.zip |
games-arcade/excido: add .desktop icon, EAPI 7->8
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-arcade/excido')
-rw-r--r-- | games-arcade/excido/Manifest | 1 | ||||
-rw-r--r-- | games-arcade/excido/excido-0.1.5c-r4.ebuild | 9 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-arcade/excido/Manifest b/games-arcade/excido/Manifest index 3efaf1e39af7..069f6225c4f4 100644 --- a/games-arcade/excido/Manifest +++ b/games-arcade/excido/Manifest @@ -1 +1,2 @@ DIST excido-0.1.5c-src.tar.bz2 2981629 BLAKE2B 504c21861a4d966400a94ef6733794f72edbf950a84dcd935213244252b771e168f0bb5e21780c90d2cd1a1799cac821a502dbb558ffe6204d4b552e5af465d4 SHA512 9e1b98ed31eac735087f451c466d0e0d1b885ad5336f7994abf8f844b1c27cc24e90048306ffd62864fa5ab2bada6744b4b54991c6eb9b22624af20c645e02d7 +DIST excido.png 965 BLAKE2B 2f2cb7091d0256c158c801b668e252a555b2c8976fc7af0c73f71457771e33f5e5f46109081431dc8e10a6f7748075ca60e0fe8f3fbf81bc5bb1a6079748ef27 SHA512 8248e652bd148c13e4b896eabd9360281c0c296ecfd28cf5d25593505bba94c1cac5a5dc9e89925dbd851670d917fa8949370cc797bb2eed7fb7c0fc72d14f3c diff --git a/games-arcade/excido/excido-0.1.5c-r4.ebuild b/games-arcade/excido/excido-0.1.5c-r4.ebuild index 6dd286165633..dc58b8086e42 100644 --- a/games-arcade/excido/excido-0.1.5c-r4.ebuild +++ b/games-arcade/excido/excido-0.1.5c-r4.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="Fast paced action game" HOMEPAGE="https://icculus.org/excido/" -SRC_URI="https://icculus.org/excido/${P}-src.tar.bz2" +SRC_URI=" + https://icculus.org/excido/${P}-src.tar.bz2 + https://dev.gentoo.org/~ionen/distfiles/${PN}.png" LICENSE="GPL-2+" SLOT="0" @@ -43,5 +45,6 @@ src_install() { dodoc BUGS CHANGELOG HACKING README TODO \ data/{CREDITS,readme-jf-nebula_sky.txt} keyguide.txt - make_desktop_entry ${PN} Excido applications-games "Game;ArcadeGame" + doicon "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} Excido } |