summaryrefslogtreecommitdiff
path: root/dev-python/ginga/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/ginga/files
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/ginga/files')
-rw-r--r--dev-python/ginga/files/ginga-no-roboto.patch19
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 {}