summaryrefslogtreecommitdiff
path: root/games-arcade/lbreakout/lbreakout-010315-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
commit7f0ccc917c7abe6223784c703d86cd14755691fb (patch)
tree8c6793f68896b341e22f33d7e6cef88e481f4a8b /games-arcade/lbreakout/lbreakout-010315-r1.ebuild
parent9aa80713372911cec499b3adb2cd746790920916 (diff)
gentoo resync : 03.07.2021
Diffstat (limited to 'games-arcade/lbreakout/lbreakout-010315-r1.ebuild')
-rw-r--r--games-arcade/lbreakout/lbreakout-010315-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/games-arcade/lbreakout/lbreakout-010315-r1.ebuild b/games-arcade/lbreakout/lbreakout-010315-r1.ebuild
index a00036389b17..cd7d50cc9b40 100644
--- a/games-arcade/lbreakout/lbreakout-010315-r1.ebuild
+++ b/games-arcade/lbreakout/lbreakout-010315-r1.ebuild
@@ -7,7 +7,9 @@ inherit desktop toolchain-funcs
DESCRIPTION="Breakout clone written with the SDL library"
HOMEPAGE="http://lgames.sourceforge.net/LBreakout/"
-SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"
+SRC_URI="
+ mirror://sourceforge/lgames/${P}.tar.gz
+ https://dev.gentoo.org/~ionen/distfiles/${PN}.png"
LICENSE="GPL-2+"
SLOT="0"
@@ -40,5 +42,6 @@ src_install() {
fperms g+s /usr/bin/${PN}
fperms 660 /var/games/${PN}.hscr
- make_desktop_entry ${PN} LBreakout applications-games
+ doicon "${DISTDIR}"/${PN}.png
+ make_desktop_entry ${PN} LBreakout
}