File: debianize.patch

package info (click to toggle)
python-xstatic-font-awesome 4.7.0.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,504 kB
  • sloc: python: 40; makefile: 16
file content (21 lines) | stat: -rw-r--r-- 897 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Use the files provided by the fonts-font-awesome package
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2014-09-12

Index: python-xstatic-font-awesome/xstatic/pkg/font_awesome/__init__.py
===================================================================
--- python-xstatic-font-awesome.orig/xstatic/pkg/font_awesome/__init__.py
+++ python-xstatic-font-awesome/xstatic/pkg/font_awesome/__init__.py
@@ -34,9 +34,9 @@ HOMEPAGE = 'https://fortawesome.github.i
 LICENSE = 'SIL OFL 1.1'
 
 from os.path import join, dirname
-BASE_DIR = join(dirname(__file__), 'data')
+#BASE_DIR = join(dirname(__file__), 'data')
 # linux package maintainers just can point to their file locations like this:
-#BASE_DIR = '/usr/share/javascript/d3'
+BASE_DIR = '/usr/share/fonts-font-awesome'
 
 LOCATIONS = {
     # CDN locations (if no public CDN exists, use an empty dict)