File: 0002-Use-system-fonts.patch

package info (click to toggle)
python-qtawesome 0.4.4%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 540 kB
  • ctags: 143
  • sloc: python: 499; makefile: 172
file content (22 lines) | stat: -rw-r--r-- 636 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From bd70c9f1881f0a3bede47757db183a7a2ddc7cff Mon Sep 17 00:00:00 2001
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Mon, 23 Jan 2017 23:31:11 +0000
Subject: Use system fonts

---
 qtawesome/iconic_font.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qtawesome/iconic_font.py b/qtawesome/iconic_font.py
index af67000..0ab618e 100644
--- a/qtawesome/iconic_font.py
+++ b/qtawesome/iconic_font.py
@@ -30,7 +30,7 @@ from six import unichr
 
 # Linux packagers, please set this to True if you want to make qtawesome
 # use system fonts
-SYSTEM_FONTS = False
+SYSTEM_FONTS = True
 
 
 _default_options = {