commit:     d00f89b8fe0f572d61b4c5a769a4dc9880582de4
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Feb 17 16:12:06 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 19:32:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00f89b8

games-util/lutris: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/19502
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../lutris/files/lutris-0.5.7-copy_paste_fix.patch | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/games-util/lutris/files/lutris-0.5.7-copy_paste_fix.patch 
b/games-util/lutris/files/lutris-0.5.7-copy_paste_fix.patch
deleted file mode 100644
index 3e278561aa3..00000000000
--- a/games-util/lutris/files/lutris-0.5.7-copy_paste_fix.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 9603da9d4eda1656219a4c79e1f9d1a958165151 Mon Sep 17 00:00:00 2001
-From: Austin Pua <[email protected]>
-Date: Wed, 1 Jul 2020 21:48:09 +0800
-Subject: [PATCH] Fix copy paste issue in auth webviews
-
----
- lutris/services/gog.py          | 3 ++-
- lutris/services/humblebundle.py | 3 ++-
- 2 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/lutris/services/gog.py b/lutris/services/gog.py
-index 0eed7778c..099f9083d 100644
---- a/lutris/services/gog.py
-+++ b/lutris/services/gog.py
-@@ -279,7 +279,8 @@ def connect(parent=None):
-     """Connect to GOG"""
-     logger.debug("Connecting to GOG")
-     dialog = WebConnectDialog(SERVICE, parent)
--    dialog.run()
-+    dialog.set_modal(True)
-+    dialog.show()
- 
- 
- def disconnect():
-diff --git a/lutris/services/humblebundle.py b/lutris/services/humblebundle.py
-index 6dcfe6911..056ef9460 100644
---- a/lutris/services/humblebundle.py
-+++ b/lutris/services/humblebundle.py
-@@ -152,7 +152,8 @@ def is_connected():
- def connect(parent=None):
-     """Connect to Humble Bundle"""
-     dialog = WebConnectDialog(SERVICE, parent)
--    dialog.run()
-+    dialog.set_modal(True)
-+    dialog.show()
- 
- 
- def disconnect():

Reply via email to