summaryrefslogtreecommitdiffstats
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.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/py-xdg/files/patch-xdg::IconTheme.py b/devel/py-xdg/files/patch-xdg::IconTheme.py
deleted file mode 100644
index c7af80928..000000000
--- a/devel/py-xdg/files/patch-xdg::IconTheme.py
+++ /dev/null
@@ -1,12 +0,0 @@
---- xdg/IconTheme.py.orig 2007-09-10 00:33:42.000000000 -0500
-+++ xdg/IconTheme.py 2007-09-10 00:34:37.000000000 -0500
-@@ -215,7 +215,8 @@
- icondirs = []
- for basedir in xdg_data_dirs:
- icondirs.append(os.path.join(basedir, "icons"))
--icondirs.append("/usr/share/pixmaps")
-+icondirs.append("%%LOCALBASE%%/share/pixmaps")
-+icondirs.append("%%LOCALBASE%%/share/icons")
- icondirs.append(os.path.expanduser("~/.icons"))
-
- # just cache variables, they give a 10x speed improvement