diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-08-07 21:41:47 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-08-07 21:43:00 +0100 |
commit | 991903d904982425651adc4481f668d87617c921 (patch) | |
tree | 5d18b462b73e2a908b52eec7f52eb87bc213a56d /games-arcade | |
parent | games-arcade/apricots: add 0.2.8 (diff) | |
download | gentoo-991903d904982425651adc4481f668d87617c921.tar.gz gentoo-991903d904982425651adc4481f668d87617c921.tar.bz2 gentoo-991903d904982425651adc4481f668d87617c921.zip |
games-arcade/apricots: Install icon with size
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/apricots/apricots-0.2.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/apricots/apricots-0.2.8.ebuild b/games-arcade/apricots/apricots-0.2.8.ebuild index d4716a1a5e94..45e9e5f3c36b 100644 --- a/games-arcade/apricots/apricots-0.2.8.ebuild +++ b/games-arcade/apricots/apricots-0.2.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit desktop +inherit desktop xdg DESCRIPTION="Fly a plane around and bomb/shoot the enemy (port of Planegame from Amiga)" HOMEPAGE="https://github.com/moggers87/apricots" @@ -31,6 +31,6 @@ src_install() { insinto /etc doins ${PN}/${PN}.cfg - doicon "${DISTDIR}"/${PN}.png + doicon -s 128 "${DISTDIR}"/${PN}.png make_desktop_entry ${PN} ${PN^} } |