summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-11-13 14:16:53 -0500
committerIonen Wolkens <ionen@gentoo.org>2021-11-13 19:44:12 -0500
commitae3666c3f6fe003ba4a0ca9f024c078f8042aeb5 (patch)
tree8477e82cd4b4eba5201ad7a128563c91358aec3f /games-arcade/funnyboat
parentgames-arcade/funnyboat: EAPI7->8, enable py3.10 (diff)
downloadgentoo-ae3666c3f6fe003ba4a0ca9f024c078f8042aeb5.tar.gz
gentoo-ae3666c3f6fe003ba4a0ca9f024c078f8042aeb5.tar.bz2
gentoo-ae3666c3f6fe003ba4a0ca9f024c078f8042aeb5.zip
games-arcade/funnyboat: use windowed mode by default
Support for fullscreen (and being default) is from debian and disabling can be unintuitive if the menus aren't displaying right. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-arcade/funnyboat')
-rw-r--r--games-arcade/funnyboat/files/funnyboat-1.5_p11-windowed.patch10
-rw-r--r--games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild (renamed from games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild)3
2 files changed, 12 insertions, 1 deletions
diff --git a/games-arcade/funnyboat/files/funnyboat-1.5_p11-windowed.patch b/games-arcade/funnyboat/files/funnyboat-1.5_p11-windowed.patch
new file mode 100644
index 000000000000..a736a43e9fb9
--- /dev/null
+++ b/games-arcade/funnyboat/files/funnyboat-1.5_p11-windowed.patch
@@ -0,0 +1,10 @@
+Fullscreen can misdisplay depending on available modes and, while there
+is a command line option to enable it (-f), there is none to disable.
+
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432693
+--- a/locals.py
++++ b/locals.py
+@@ -18,2 +18,2 @@
+ name = "Funny Boater"
+- fullscreen = True
++ fullscreen = False
diff --git a/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild b/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild
index ee9eaef87508..1f1181187f85 100644
--- a/games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild
+++ b/games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild
@@ -28,7 +28,8 @@ BDEPEND="
app-arch/unzip"
PATCHES=(
- "${WORKDIR}"/debian/patches
+ "${WORKDIR}"/debian/patches
+ "${FILESDIR}"/${P}-windowed.patch
)
src_prepare() {