aboutsummaryrefslogtreecommitdiff
path: root/devel/py-xdg/files/patch-xdg::IconTheme.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-xdg/files/patch-xdg::IconTheme.py')
-rw-r--r--devel/py-xdg/files/patch-xdg::IconTheme.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/py-xdg/files/patch-xdg::IconTheme.py b/devel/py-xdg/files/patch-xdg::IconTheme.py
new file mode 100644
index 000000000000..ebe012ed215e
--- /dev/null
+++ b/devel/py-xdg/files/patch-xdg::IconTheme.py
@@ -0,0 +1,13 @@
+--- xdg/IconTheme.py.orig Mon Mar 29 13:37:54 2004
++++ xdg/IconTheme.py Fri Jun 25 17:04:04 2004
+@@ -212,7 +212,9 @@
+ icondirs = []
+ for basedir in xdg_data_dirs:
+ icondirs.append(os.path.join(basedir, "icons"))
+-icondirs.append("/usr/share/pixmaps")
++icondirs.append("%%X11BASE%%/share/gnome/pixmaps")
++icondirs.append("%%X11BASE%%/share/icons")
++icondirs.append("%%LOCALBASE%%/share/icons")
+ icondirs.append(os.path.expanduser("~/.icons"))
+
+ # just cache variables, they give a 10x speed improvement