summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-21 12:14:13 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-21 12:29:03 +0200
commit3c0e5d1d84501e0886f8cf6e86a097615b5c543e (patch)
tree676031eb928b582d113df2bbd0189b9a5b267b7a /games-arcade
parentgames-arcade/pachi: Fix installation with updated group (diff)
downloadgentoo-3c0e5d1d84501e0886f8cf6e86a097615b5c543e.tar.gz
gentoo-3c0e5d1d84501e0886f8cf6e86a097615b5c543e.tar.bz2
gentoo-3c0e5d1d84501e0886f8cf6e86a097615b5c543e.zip
games-arcade/amphetamine: Launch in fullscreen by default
As it is not easy to change inside the game. Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}