summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/ports/python/py-sk1libs/files/patch-src-utils-fs.py.diff
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-01-01 13:59:51 +0000
committerJabiertxof <jtx@jtx>2017-01-01 13:59:51 +0000
commit6d4adfb2fce437335a6c5226624a24c44164974d (patch)
tree087a8b83f59ca89a8ddd9d82b1da6749e7d4cef6 /packaging/macosx/ports/python/py-sk1libs/files/patch-src-utils-fs.py.diff
parentUpdate to trunk (diff)
parentFix bug/add feature on #1653380 on rotate copies (diff)
downloadinkscape-6d4adfb2fce437335a6c5226624a24c44164974d.tar.gz
inkscape-6d4adfb2fce437335a6c5226624a24c44164974d.zip
Update to trunk
(bzr r15295.1.40)
Diffstat (limited to 'packaging/macosx/ports/python/py-sk1libs/files/patch-src-utils-fs.py.diff')
-rw-r--r--packaging/macosx/ports/python/py-sk1libs/files/patch-src-utils-fs.py.diff26
1 files changed, 0 insertions, 26 deletions
diff --git a/packaging/macosx/ports/python/py-sk1libs/files/patch-src-utils-fs.py.diff b/packaging/macosx/ports/python/py-sk1libs/files/patch-src-utils-fs.py.diff
deleted file mode 100644
index 541935e71..000000000
--- a/packaging/macosx/ports/python/py-sk1libs/files/patch-src-utils-fs.py.diff
+++ /dev/null
@@ -1,26 +0,0 @@
---- src/utils/fs.py.orig 2010-05-23 12:46:21.000000000 +0200
-+++ src/utils/fs.py 2013-01-18 15:40:02.000000000 +0100
-@@ -220,8 +220,14 @@
- finally:
- _winreg.CloseKey( k )
- if system.get_os_family()==system.MACOSX:
-- #FIXME: It's a stub. The paths should be more exact.
-- return ['/',]
-+ return ['__PREFIX__/share/fonts',
-+ '/usr/share/fonts',
-+ '/opt/X11/lib/X11/fonts',
-+ '/System/Library/Fonts',
-+ '/Network/Library/Fonts',
-+ '/Library/Fonts',
-+ os.path.expanduser("~/Library/Fonts"),
-+ os.path.expanduser("~/.fonts")]
-
-
- DIRECTORY_OBJECT=0
-@@ -311,4 +317,4 @@
- if __name__ == '__main__':
- _test()
-
--
-\ No newline at end of file
-+