diff options
author | ltlnx <ltlnx@gmx.com> | 2023-05-18 23:11:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:11 +0700 |
commit | 9c48e9ab5d51a6cfb3d1dcc4d3335e93a2258a9e (patch) | |
tree | 00d16a2beb3a5a306d1c6de399b9a0192e064564 /system/CNS11643-font/README | |
parent | c8385de8f9c551d5a97fea87605c254deb0667c6 (diff) |
system/CNS11643-font: Modify configs and README.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/CNS11643-font/README')
-rw-r--r-- | system/CNS11643-font/README | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/system/CNS11643-font/README b/system/CNS11643-font/README index 8ecdb2b235848..696a424d74019 100644 --- a/system/CNS11643-font/README +++ b/system/CNS11643-font/README @@ -2,24 +2,30 @@ This package contains two type of fonts: TW-Kai and TW-Sung, which are provided by CNS11643 Chinese Standard Interchange Code Master Ideographs from Taiwan. -Included is a config file that adds the Noto Sans CJK family to a higher -spot in the default "sans-serif" substitutes. If you're using a -graphical desktop environment, this would make sure that your default -Chinese font substitute, Noto Sans CJK, wouldn't be superseded by the -fonts installed by this package. If your default fonts are changed after -installing this package, please email me at ltlnx (at) gmx (dot) com. +Two config files are available in this SlackBuild package: one is a +config file that adds the Noto Sans CJK family to a higher spot in +"sans-serif" substitutes for supported languages (Chinese, Japanese, +Korean). You would want to enable this if you're using a desktop +environment that has Noto Sans CJK as the default fallback, otherwise +the fallback font would be replaced. + +To enable this config, add the environment variable "NOTOPATCH=yes" in +front of the SlackBuild command, and run it as such: + + NOTOPATCH=yes ./CNS11643-font.SlackBuild + +If you're using a SlackBuild manager, the way of adding variables may +differ; please consult the manual of your program for instructions. Another config file is included, 35-CNS11643-font.conf, that binds the Windows counterparts "MingLiU" (細明體) and "PMingLiU" (新細明體) to TW-Sung, and "DFKai-SB", "UKai" (標楷體) to TW-Kai. If you want it copied into /etc/fonts/conf.avail, add the -environment variable "ADDCONF=yes" at the front of the SlackBuild, -and run it as such: +environment variable "ADDCONF=yes" in front of the SlackBuild. - ADDCONF=yes ./CNS11643-font.SlackBuild +Therefore I recommend running the SlackBuild like this: -If you're using a SlackBuild manager, the way of adding variables may -differ; please consult the manual of your program for instructions. + ADDCONF=yes NOTOPATCH=yes ./CNS11643-font.SlackBuild The source file can be found at "http://data.gov.tw/node/5961", and the license can be found at "http://www.cns11643.gov.tw/AIDB/copyright.do". |