summaryrefslogtreecommitdiff
path: root/pcr/font-manager/2001-paths.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-21 11:54:49 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-21 11:54:49 +0100
commitdfcadab0ceae4d8144a6ea1968ad8e22d6035ed1 (patch)
tree5793e426ffc3ae28bb810d8e6b9fd2cbf9097a82 /pcr/font-manager/2001-paths.patch
parent0f53aeb2acf73985536487bb3838262ba2779694 (diff)
downloadabslibre-dfcadab0ceae4d8144a6ea1968ad8e22d6035ed1.tar.gz
abslibre-dfcadab0ceae4d8144a6ea1968ad8e22d6035ed1.tar.bz2
abslibre-dfcadab0ceae4d8144a6ea1968ad8e22d6035ed1.zip
pcr/font-manager: updated to 0.7.3
Diffstat (limited to 'pcr/font-manager/2001-paths.patch')
-rw-r--r--pcr/font-manager/2001-paths.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/pcr/font-manager/2001-paths.patch b/pcr/font-manager/2001-paths.patch
deleted file mode 100644
index 2c15232fc..000000000
--- a/pcr/font-manager/2001-paths.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: Fixes file location constants to more updated/organized variants.
- ~/.fonts.conf -> ~/.config/fontconfig/fonts.conf
- ~/.fonts/ -> ~/.local/share/fonts/
-Author: i_magnific0 (i_magnific0@yahoo.com)
-Notes: patch not submitted
----
- src/constants.py.in | 4 ++--
- 1 file changed, 2 insertion(+), 2 deletions(-)
-
---- font-manager.orig/src/constants.py.in
-+++ font-manager/src/constants.py
-@@ -75,11 +75,11 @@
-
- HOME = os.getenv('HOME')
- USER = os.getenv('USER')
--USER_FONT_DIR = join(HOME, '.fonts')
-+USER_FONT_DIR = join(glib.get_user_data_dir(), 'fonts')
- COMPAT_COLLECTIONS = join(CONFIG_DIR, 'fontgroups.xml')
- USER_FONT_COLLECTIONS = join(DATA_DIR, 'Collections.xml')
- USER_FONT_COLLECTIONS_BAK = join(DATA_DIR, 'Collections.xml.bak')
--USER_FONT_CONFIG = join(HOME, '.fonts.conf')
-+USER_FONT_CONFIG = join(CONFIG_DIR, 'fontconfig/fonts.conf')
- USER_FONT_CONFIG_DIR = join(APP_CONFIG_DIR, 'conf.d')
- USER_FONT_CONFIG_DIRS = join(APP_CONFIG_DIR, 'directories.conf')
- USER_FONT_CONFIG_RENDER = join(APP_CONFIG_DIR, 'local.conf')