diff options
Diffstat (limited to 'dev-python/ginga/files')
-rw-r--r-- | dev-python/ginga/files/ginga-no-roboto.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/ginga/files/ginga-no-roboto.patch b/dev-python/ginga/files/ginga-no-roboto.patch new file mode 100644 index 000000000000..36b222fea5e2 --- /dev/null +++ b/dev-python/ginga/files/ginga-no-roboto.patch @@ -0,0 +1,19 @@ +From: Ole Streicher <olebole@debian.org> +Date: Tue, 2 Aug 2016 09:06:36 +0200 +Subject: Don't install the fonts included in the package. + +Use the package roboto-fonts-unhinted instead. +--- + ginga/fonts/setup_package.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/ginga/fonts/setup_package.py b/ginga/fonts/setup_package.py +index 9dd1e93..fe0ed0a 100644 +--- a/ginga/fonts/setup_package.py ++++ b/ginga/fonts/setup_package.py +@@ -3,4 +3,4 @@ from __future__ import absolute_import + + + def get_package_data(): +- return {'ginga.fonts': ['*/*.ttf', '*/*.txt']} ++ return {} |