diff options
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/funnyboat/files/funnyboat-1.5_p11-windowed.patch | 10 | ||||
-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() { |