mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-03-06 09:47:28 -08:00
20 lines
597 B
Diff
20 lines
597 B
Diff
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 {}
|