diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-06-29 14:28:46 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-06-29 16:53:12 -0400 |
commit | 9d6822bcb704d1d05ab250d963303a143c7f7cfc (patch) | |
tree | 7cc38492ed2077d99606ad2f7072950808fc1cf4 /games-arcade | |
parent | games-arcade/excido: add .desktop icon, EAPI 7->8 (diff) | |
download | gentoo-9d6822bcb704d1d05ab250d963303a143c7f7cfc.tar.gz gentoo-9d6822bcb704d1d05ab250d963303a143c7f7cfc.tar.bz2 gentoo-9d6822bcb704d1d05ab250d963303a143c7f7cfc.zip |
games-arcade/kajaani-kombat: add .desktop icon, EAPI 7->8
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/kajaani-kombat/kajaani-kombat-0.7-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-arcade/kajaani-kombat/kajaani-kombat-0.7-r2.ebuild b/games-arcade/kajaani-kombat/kajaani-kombat-0.7-r2.ebuild index 6c34c9d2c9d8..72fc100bce3c 100644 --- a/games-arcade/kajaani-kombat/kajaani-kombat-0.7-r2.ebuild +++ b/games-arcade/kajaani-kombat/kajaani-kombat-0.7-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop flag-o-matic toolchain-funcs @@ -45,7 +45,8 @@ src_install() { insinto /usr/share/${PN} doins *.{ogg,png,ttf} - make_desktop_entry ${PN} "Kajaani Kombat" applications-games - einstalldocs + + newicon 1face.png ${PN}.png + make_desktop_entry ${PN} "Kajaani Kombat" } |