summaryrefslogtreecommitdiff
path: root/x11-misc/menulibre/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-04-30 12:03:36 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-04-30 12:03:36 +0100
commitd29700a8ce2aa18169efc28c40d9eb7aff3f0698 (patch)
tree0c967876e0dd3b9eb08b20a985f44659e7a989a8 /x11-misc/menulibre/files
parentb7ce4d64e552942a8950daa500e50e9d326fa6a7 (diff)
according to https://forums.gentoo.org/viewtopic-t-1011472-start-0.html this should fix menulibre
Diffstat (limited to 'x11-misc/menulibre/files')
-rw-r--r--x11-misc/menulibre/files/menulibre-13.01.4-GError-import.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-misc/menulibre/files/menulibre-13.01.4-GError-import.patch b/x11-misc/menulibre/files/menulibre-13.01.4-GError-import.patch
deleted file mode 100644
index 6a747ba0..00000000
--- a/x11-misc/menulibre/files/menulibre-13.01.4-GError-import.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Mon Oct 21 17:32:25 UTC 2013
-Subject: fix import
-
-https://bugs.gentoo.org/show_bug.cgi?id=488866
-
---- a/menulibre_lib/IconTheme.py
-+++ b/menulibre_lib/IconTheme.py
-@@ -15,7 +15,7 @@
- ### END LICENSE
-
- from gi.repository import Gtk, GdkPixbuf
--from gi._glib import GError
-+from gi._glib._glib import GError
- import os
-
- from menulibreconfig import get_data_file