summaryrefslogtreecommitdiff
path: root/games-util/lutris
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-21 21:43:25 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-21 21:43:25 +0000
commit74f57bb07cf3d8f67ee9cafe20c2b5917f3e3621 (patch)
tree6331c61581d6d278ba73a975044811ee765164e4 /games-util/lutris
parent007fcfe7b9b53daa7770835ae9a242e0fa2bcafe (diff)
games-util/lutris : revert gtk patch, it may fix lutris on Gentoo, but breaks it on Redcore
Diffstat (limited to 'games-util/lutris')
-rw-r--r--games-util/lutris/files/lutris-0.5.4-gtk.patch29
-rw-r--r--games-util/lutris/lutris-0.5.4-r10.ebuild3
2 files changed, 1 insertions, 31 deletions
diff --git a/games-util/lutris/files/lutris-0.5.4-gtk.patch b/games-util/lutris/files/lutris-0.5.4-gtk.patch
deleted file mode 100644
index a2c5d71d..00000000
--- a/games-util/lutris/files/lutris-0.5.4-gtk.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From a97150b78954e176cb0f825f0c201f54d5da613e Mon Sep 17 00:00:00 2001
-From: Stefan Strogin <steils@gentoo.org>
-Date: Tue, 31 Dec 2019 03:22:26 +0200
-Subject: [PATCH] Call the correct method for creating TreeModelSort (Closes
- #2554)
-
-Upstream-Status: Accepted
-[https://github.com/lutris/lutris/commit/a99b17f00dfc4cdab80c237752cc3167d64194eb]
-Signed-off-by: Stefan Strogin <steils@gentoo.org>
----
- lutris/gui/views/store.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lutris/gui/views/store.py b/lutris/gui/views/store.py
-index ba331313..4d5f372e 100644
---- a/lutris/gui/views/store.py
-+++ b/lutris/gui/views/store.py
-@@ -130,7 +130,7 @@ class GameStore(GObject.Object):
- self.prevent_sort_update = False # prevent recursion with signals
- self.modelfilter = self.store.filter_new()
- self.modelfilter.set_visible_func(self.filter_view)
-- self.modelsort = Gtk.TreeModelSort.sort_new_with_model(self.modelfilter)
-+ self.modelsort = Gtk.TreeModelSort.new_with_model(self.modelfilter)
- self.modelsort.connect("sort-column-changed", self.on_sort_column_changed)
- self.modelsort.set_sort_func(sort_col, sort_func, sort_col)
- self.sort_view(sort_key, sort_ascending)
---
-2.24.1
-
diff --git a/games-util/lutris/lutris-0.5.4-r10.ebuild b/games-util/lutris/lutris-0.5.4-r10.ebuild
index a58ce9f9..9bae46bd 100644
--- a/games-util/lutris/lutris-0.5.4-r10.ebuild
+++ b/games-util/lutris/lutris-0.5.4-r10.ebuild
@@ -49,8 +49,7 @@ RDEPEND="
x11-libs/libnotify
"
-PATCHES=( "${FILESDIR}/${P}-gtk.patch"
- "${FILESDIR}/df3a041458d3f128f2b23837b52edbbafeec0bd2.diff" )
+PATCHES=( "${FILESDIR}/df3a041458d3f128f2b23837b52edbbafeec0bd2.diff" )
python_install_all() {
local DOCS=( AUTHORS README.rst docs/installers.rst )