File: debianization-doc-local_fonts.patch

package info (click to toggle)
igraph 1.0.0%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,428 kB
  • sloc: ansic: 155,735; cpp: 32,500; xml: 2,951; python: 411; makefile: 168; javascript: 20; sh: 9
file content (17 lines) | stat: -rw-r--r-- 737 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: debianization: use local fonts
Origin: debian
Forwarded: not-needed
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2021-04-11

--- a/doc/gtk-doc.xsl
+++ b/doc/gtk-doc.xsl
@@ -102,7 +102,7 @@
             content="GTK-Doc V{$gtkdoc.version} (XML mode)"/>
     </xsl:if>
     <link rel="stylesheet" href="style.css" type="text/css"/>
-	<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css"/>
+	<link rel="stylesheet" href="/usr/share/fonts-font-awesome/css/font-awesome.min.css" type="text/css"/>
 
       <!-- copied from the html.head template in the docbook stylesheets
            we don't want links for all refentrys, thats just too much