diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-04-20 16:44:03 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-04-20 16:44:12 -0500 |
commit | c44bb9716eb715994da5b44b6203d5689ae981cb (patch) | |
tree | a5149ac15122896ddc7f99f243c68eddd917b7ae | |
parent | dev-lang/spidermonkey: drop old (diff) | |
download | gentoo-c44bb9716eb715994da5b44b6203d5689ae981cb.tar.gz gentoo-c44bb9716eb715994da5b44b6203d5689ae981cb.tar.bz2 gentoo-c44bb9716eb715994da5b44b6203d5689ae981cb.zip |
gnome-extra/gnome-integration-spotify: fix patches to actually apply
Closes: https://bugs.gentoo.org/784575
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
3 files changed, 6 insertions, 6 deletions
diff --git a/gnome-extra/gnome-integration-spotify/files/gnome-integration-spotify-command-line-parsing.patch b/gnome-extra/gnome-integration-spotify/files/gnome-integration-spotify-command-line-parsing.patch index 505a155f32ea..52e3d15481cc 100644 --- a/gnome-extra/gnome-integration-spotify/files/gnome-integration-spotify-command-line-parsing.patch +++ b/gnome-extra/gnome-integration-spotify/files/gnome-integration-spotify-command-line-parsing.patch @@ -1,5 +1,5 @@ ---- spotify-dbus.py_orig 2021-04-12 11:11:00.710360694 +0200 -+++ spotify-dbus.py 2021-04-12 11:53:06.208197383 +0200 +--- a/spotify-dbus.py 2021-04-12 11:11:00.710360694 +0200 ++++ b/spotify-dbus.py 2021-04-12 11:53:06.208197383 +0200 @@ -632,7 +636,7 @@ self.action_trigger('play') diff --git a/gnome-extra/gnome-integration-spotify/files/gnome-integration-spotify-correct-interface.patch b/gnome-extra/gnome-integration-spotify/files/gnome-integration-spotify-correct-interface.patch index bf59f89077b4..d6cb838de2c5 100644 --- a/gnome-extra/gnome-integration-spotify/files/gnome-integration-spotify-correct-interface.patch +++ b/gnome-extra/gnome-integration-spotify/files/gnome-integration-spotify-correct-interface.patch @@ -1,5 +1,5 @@ ---- spotify-dbus.py_orig 2021-04-12 11:11:00.710360694 +0200 -+++ spotify-dbus.py 2021-04-12 11:50:55.946631871 +0200 +--- a/spotify-dbus.py 2021-04-12 11:11:00.710360694 +0200 ++++ b/spotify-dbus.py 2021-04-12 11:50:55.946631871 +0200 @@ -227,8 +227,7 @@ if self.debug == True: print("Opening " + param + "...") diff --git a/gnome-extra/gnome-integration-spotify/files/gnome-integration-spotify-use-glib.patch b/gnome-extra/gnome-integration-spotify/files/gnome-integration-spotify-use-glib.patch index a247aaaeb2a2..b590b304e92a 100644 --- a/gnome-extra/gnome-integration-spotify/files/gnome-integration-spotify-use-glib.patch +++ b/gnome-extra/gnome-integration-spotify/files/gnome-integration-spotify-use-glib.patch @@ -1,5 +1,5 @@ ---- spotify-dbus.py_orig 2021-04-12 11:11:00.710360694 +0200 -+++ spotify-dbus.py 2021-04-12 11:23:16.895644502 +0200 +--- a/spotify-dbus.py 2021-04-12 11:11:00.710360694 +0200 ++++ b/spotify-dbus.py 2021-04-12 11:23:16.895644502 +0200 @@ -39,7 +39,7 @@ import sys import dbus |