File: 0002-Use-locally-installed-font-awesome.patch

package info (click to toggle)
bepasty 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 844 kB
  • sloc: python: 2,978; javascript: 1,468; makefile: 172; sh: 30
file content (19 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Elena Grandi <valhalla@debian.org>
Date: Fri, 7 Feb 2020 10:18:20 +0100
Subject: Use locally installed font-awesome

Forwarded: not-needed
---
 src/bepasty/bepasty_xstatic.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bepasty/bepasty_xstatic.py b/src/bepasty/bepasty_xstatic.py
index 6f114e7..7c48637 100644
--- a/src/bepasty/bepasty_xstatic.py
+++ b/src/bepasty/bepasty_xstatic.py
@@ -7,4 +7,5 @@ serve_files = {
     'jquery_ui': '/usr/share/javascript/jquery-ui/',
     'jquery_file_upload': '/usr/share/javascript/jquery-file-upload/',
     'pygments': '/usr/share/javascript/bepasty-pygments/',
+    'font_awesome': '/usr/share/javascript/font-awesome',
     }