commit: 3c0e5d1d84501e0886f8cf6e86a097615b5c543e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 10:14:13 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 10:29:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0e5d1d
games-arcade/amphetamine: Launch in fullscreen by default
As it is not easy to change inside the game.
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild
b/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild
index 073cf4fa74e1..e5aecbdeee46 100644
--- a/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild
+++ b/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild
@@ -54,6 +54,6 @@ src_install() {
insinto /usr/share/${PN}
doins -r ../amph/*
doicon "${DISTDIR}/${PN}.png"
- make_desktop_entry ${PN} Amphetamine ${PN}
+ make_desktop_entry "${PN} -fs" Amphetamine ${PN}
einstalldocs
}