summaryrefslogtreecommitdiff
path: root/libre/gloobus-preview-libre/gloobus-sushi-pygobject3-port.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 01:50:03 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 01:50:03 -0300
commit0c395b896ea0e01408bdae5c09d19ea0077f86f8 (patch)
tree7b79cde963354bcaaadbd3db28757e40150e3409 /libre/gloobus-preview-libre/gloobus-sushi-pygobject3-port.patch
parentb0565ff7cadee8eefa3092ed9cca9aeab6c2ddad (diff)
gloobus-preview: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/gloobus-preview-libre/gloobus-sushi-pygobject3-port.patch')
-rw-r--r--libre/gloobus-preview-libre/gloobus-sushi-pygobject3-port.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/libre/gloobus-preview-libre/gloobus-sushi-pygobject3-port.patch b/libre/gloobus-preview-libre/gloobus-sushi-pygobject3-port.patch
deleted file mode 100644
index f748da875..000000000
--- a/libre/gloobus-preview-libre/gloobus-sushi-pygobject3-port.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur gloobus-sushi.orig/src/gloobus-sushi.py gloobus-sushi/src/gloobus-sushi.py
---- gloobus-sushi.orig/src/gloobus-sushi.py 2014-01-22 21:54:41.297590000 +0100
-+++ gloobus-sushi/src/gloobus-sushi.py 2014-01-22 21:45:21.244184455 +0100
-@@ -16,7 +16,7 @@
-
- import dbus
- import dbus.service
--import gobject
-+from gi.repository import GObject
- import os
-
- from dbus.mainloop.glib import DBusGMainLoop
-@@ -28,7 +28,7 @@
- def __init__(self):
- bus_name = dbus.service.BusName(DBUS_NAME, bus=dbus.SessionBus())
- super(DBusWrapper, self).__init__(bus_name, DBUS_PATH)
-- self.loop = gobject.MainLoop()
-+ self.loop = GObject.MainLoop()
- self.loop.run()
-
- @dbus.service.method(DBUS_NAME)