From 2084b76bea78f9a41349de57d76134efd5174d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 15 Sep 2017 22:52:52 +0200 Subject: [PATCH 324/491] build: Remove references to deleted file Commit cc67d7df17 removed 30-urw-aliases.conf, so don't try to install it. --- conf.d/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index fd50a5d..ff03fb2 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -29,7 +29,6 @@ CONF_LINKS = \ 10-hinting-$(PREFERRED_HINTING).conf \ 10-scale-bitmap-fonts.conf \ 20-unhint-small-vera.conf \ - 30-urw-aliases.conf \ 30-metric-aliases.conf \ 40-nonlatin.conf \ 45-generic.conf \ @@ -70,7 +69,6 @@ template_DATA = \ 11-lcdfilter-light.conf \ 20-unhint-small-vera.conf \ 25-unhint-nonlatin.conf \ - 30-urw-aliases.conf \ 30-metric-aliases.conf \ 40-nonlatin.conf \ 45-generic.conf \ -- 2.17.1 From cc67d7df172431cb345ed42c27eb852e2ee65ae2 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Fri, 1 Sep 2017 11:05:16 +0200 Subject: [PATCH 323/491] conf.d: Drop aliases for (URW)++ fonts They have become a part of (URW)++ upstream release now: https://github.com/ArtifexSoftware/urw-base35-fonts/tree/master/fontconfig --- conf.d/30-metric-aliases.conf | 29 +++-------------------------- conf.d/30-urw-aliases.conf | 33 --------------------------------- 2 files changed, 3 insertions(+), 59 deletions(-) delete mode 100644 conf.d/30-urw-aliases.conf diff --git a/conf.d/30-metric-aliases.conf b/conf.d/30-metric-aliases.conf index 1f0778d..c755c5e 100644 --- a/conf.d/30-metric-aliases.conf +++ b/conf.d/30-metric-aliases.conf @@ -44,6 +44,9 @@ but in an order preferring similar designs first. We do this in three steps: 3) Alias each generic to its specifics. e.g. Arial to Liberation Sans, Arimo, Albany, and Albany AMT +NOTE: The (URW)++ fonts mappings of generics to specifics were removed, because + upstream now includes them in their release of (URW)++ Core Font Set here: + https://github.com/ArtifexSoftware/urw-base35-fonts/tree/master/fontconfig --> @@ -308,7 +311,6 @@ but in an order preferring similar designs first. We do this in three steps: - Arimo @@ -460,7 +462,6 @@ but in an order preferring similar designs first. We do this in three steps: - Arial @@ -490,8 +491,6 @@ but in an order preferring similar designs first. We do this in three steps: - - @@ -499,8 +498,6 @@ but in an order preferring similar designs first. We do this in three steps: Helvetica TeX Gyre Heros - Nimbus Sans - Nimbus Sans L @@ -508,7 +505,6 @@ but in an order preferring similar designs first. We do this in three steps: Helvetica Narrow TeX Gyre Heros Cn - Nimbus Sans Narrow @@ -516,8 +512,6 @@ but in an order preferring similar designs first. We do this in three steps: Times TeX Gyre Termes - Nimbus Roman - Nimbus Roman No9 L @@ -525,9 +519,6 @@ but in an order preferring similar designs first. We do this in three steps: Courier TeX Gyre Cursor - Nimbus Mono PS - Nimbus Mono - Nimbus Mono L @@ -535,8 +526,6 @@ but in an order preferring similar designs first. We do this in three steps: ITC Avant Garde Gothic TeX Gyre Adventor - URW Gothic - URW Gothic L @@ -545,9 +534,6 @@ but in an order preferring similar designs first. We do this in three steps: Bookman Old Style TeX Gyre Bonum - URW Bookman - Bookman URW - URW Bookman L @@ -555,9 +541,6 @@ but in an order preferring similar designs first. We do this in three steps: ITC Zapf Chancery TeX Gyre Chorus - Z003 - Chancery URW - URW Chancery L @@ -566,9 +549,6 @@ but in an order preferring similar designs first. We do this in three steps: Palatino Linotype TeX Gyre Pagella - P052 - Palladio URW - URW Palladio L @@ -577,9 +557,6 @@ but in an order preferring similar designs first. We do this in three steps: Century Schoolbook TeX Gyre Schola - C059 - Century SchoolBook URW - Century Schoolbook L diff --git a/conf.d/30-urw-aliases.conf b/conf.d/30-urw-aliases.conf deleted file mode 100644 index cfde071..0000000 --- a/conf.d/30-urw-aliases.conf +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - Zapf Dingbats - - D050000L - Dingbats - - - - ITC Zapf Dingbats - - D050000L - Dingbats - - - - - Symbol - - - Standard Symbols PS - - - Standard Symbols L - - - -- 2.17.1