From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1339328-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 69C82158086
	for <garchives@archives.gentoo.org>; Sun, 14 Nov 2021 00:45:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B19CAE0AAF;
	Sun, 14 Nov 2021 00:45:02 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 93CB4E0AAF
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Nov 2021 00:45:02 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7454F3433D1
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Nov 2021 00:45:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 121091C1
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Nov 2021 00:45:00 +0000 (UTC)
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" <ionen@gentoo.org>
Message-ID: <1636850652.ae3666c3f6fe003ba4a0ca9f024c078f8042aeb5.ionen@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/funnyboat/files/, games-arcade/funnyboat/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-arcade/funnyboat/files/funnyboat-1.5_p11-windowed.patch games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild
X-VCS-Directories: games-arcade/funnyboat/ games-arcade/funnyboat/files/
X-VCS-Committer: ionen
X-VCS-Committer-Name: Ionen Wolkens
X-VCS-Revision: ae3666c3f6fe003ba4a0ca9f024c078f8042aeb5
X-VCS-Branch: master
Date: Sun, 14 Nov 2021 00:45:00 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4acb0042-108a-4485-b50e-fdf26d502a26
X-Archives-Hash: 101b5080ca946b335111d6fbee353257

commit:     ae3666c3f6fe003ba4a0ca9f024c078f8042aeb5
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 19:16:53 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 00:44:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3666c3

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 <AT> gentoo.org>

 games-arcade/funnyboat/files/funnyboat-1.5_p11-windowed.patch  | 10 ++++++++++
 ...funnyboat-1.5_p11-r2.ebuild => funnyboat-1.5_p11-r3.ebuild} |  3 ++-
 2 files changed, 12 insertions(+), 1 deletion(-)

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 00000000000..a736a43e9fb
--- /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
similarity index 94%
rename from games-arcade/funnyboat/funnyboat-1.5_p11-r2.ebuild
rename to games-arcade/funnyboat/funnyboat-1.5_p11-r3.ebuild
index ee9eaef8750..1f1181187f8 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() {