summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/ports/python/py-sk1libs/files
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2016-12-30 23:09:39 +0000
committerMartin Owens <doctormo@gmail.com>2016-12-30 23:09:39 +0000
commit9090f27c2203e1ee3cc747e49cb5ad8db983ca1d (patch)
tree591205ad0ee11f2091d5d1fcf01c57f31b384666 /packaging/macosx/ports/python/py-sk1libs/files
parent[Bug #1574561] Italian translation update. (diff)
downloadinkscape-9090f27c2203e1ee3cc747e49cb5ad8db983ca1d.tar.gz
inkscape-9090f27c2203e1ee3cc747e49cb5ad8db983ca1d.zip
Remove MacOSX packaging and make space for future 0.93 osx packagers.
(bzr r15377.1.1)
Diffstat (limited to 'packaging/macosx/ports/python/py-sk1libs/files')
-rw-r--r--packaging/macosx/ports/python/py-sk1libs/files/patch-src-imaging-libimagingft-_imagingft.c.diff16
-rw-r--r--packaging/macosx/ports/python/py-sk1libs/files/patch-src-utils-fs.py.diff26
2 files changed, 0 insertions, 42 deletions
diff --git a/packaging/macosx/ports/python/py-sk1libs/files/patch-src-imaging-libimagingft-_imagingft.c.diff b/packaging/macosx/ports/python/py-sk1libs/files/patch-src-imaging-libimagingft-_imagingft.c.diff
deleted file mode 100644
index 1d69461a3..000000000
--- a/packaging/macosx/ports/python/py-sk1libs/files/patch-src-imaging-libimagingft-_imagingft.c.diff
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/imaging/libimagingft/_imagingft.c.orig 2014-07-13 00:37:57.000000000 +0200
-+++ src/imaging/libimagingft/_imagingft.c 2014-07-13 00:41:08.000000000 +0200
-@@ -70,7 +70,13 @@
- const char* message;
- } ft_errors[] =
-
-+#if defined(USE_FREETYPE_2_1)
-+/* freetype 2.1 and newer */
-+#include FT_ERRORS_H
-+#else
-+/* freetype 2.0 */
- #include <freetype/fterrors.h>
-+#endif
-
- /* -------------------------------------------------------------------- */
- /* font objects */
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
-+