From 86e200080c89b51eba86444b97a73852610682fa Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 14 Sep 2015 13:32:29 +0000 Subject: [PATCH] Catch up with r396872, adding @fc and @fontsdir back, and as options to USES=fonts. Sponsored by: Absolight --- .../books/porters-handbook/plist/chapter.xml | 31 ++++++++++++++++++- .../books/porters-handbook/uses/chapter.xml | 24 +++++++++----- 2 files changed, 46 insertions(+), 9 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml index 19fed718f9..61a3146f48 100644 --- a/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml @@ -326,13 +326,42 @@ etc/orbit.conf-dist after installation and deinstallation. + + <literal>@fc</literal> + <replaceable>directory</replaceable> + + Add a @dir entry for the directory + passed as an argument, and run fc-cache -fs + on that directory after installation and + deinstallation. + + <literal>@fcfontsdir</literal> <replaceable>directory</replaceable> Add a @dir entry for the directory passed as an argument, and run fc-cache - -s, mkfontscale and + -fs, mkfontscale and + mkfontdir on that directory after + installation and deinstallation. Additionally, on + deinstallation, it removes the + fonts.scale and + fonts.dir cache files if they are + empty. This keyword is equivalent to adding both @fc + directory and @fontsdir + directory. + + + + <literal>@fontsdir</literal> + <replaceable>directory</replaceable> + + Add a @dir entry for the + directory passed as an argument, and run + mkfontscale and mkfontdir on that directory after installation and deinstallation. Additionally, on deinstallation, it removes the diff --git a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml index 1e16c028ca..78b77b522d 100644 --- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -8,7 +8,7 @@