From f4a4ca3ce61cfce87afca2fccb4b79ef459e2846 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Sat, 26 Jun 2004 00:41:43 +0000 Subject: A python library to access freedesktop.org standards. Currently supported are: o Base Directory Specification o Menu Specification o Desktop Entry Specification o Icon Theme Specification WWW: http://freedesktop.org/Software/pyxdg PR: ports/68332 Submitted by: michael johnson --- devel/py-xdg/files/patch-xdg::IconTheme.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 devel/py-xdg/files/patch-xdg::IconTheme.py (limited to 'devel/py-xdg/files') 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 -- cgit v1.2.3