File: 0002-Use-system-fonts.patch

package info (click to toggle)
python-qtawesome 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,980 kB
  • sloc: python: 1,710; makefile: 177; sh: 10
file content (16 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Last-Update: 2017-01-23
Subject: Use system fonts
Forwarded: not-needed

--- a/qtawesome/iconic_font.py
+++ b/qtawesome/iconic_font.py
@@ -47,7 +47,7 @@
 
 # Linux packagers, please set this to True if you want to make qtawesome
 # use system fonts
-SYSTEM_FONTS = False
+SYSTEM_FONTS = True
 
 # Needed imports and constants to install bundled fonts on Windows
 # Based on https://stackoverflow.com/a/41841088/15954282