From 95d21aad37ad2b4347c4bbd20fe9189efe1e1ed4 Mon Sep 17 00:00:00 2001
From: Aron Xu <aron@debian.org>
Date: Thu, 10 Oct 2019 11:22:00 +0000
Subject: [PATCH] Move fonts-arphic-* to Suggests for
 task-chinese-{s,t}-desktop

Since fonts-arphic-{ukai,uming} have quite unfriendly fontconfig
configurations due to historical reasons, it makes default user
experience confusing, thus lowering them from Recommends to Suggests,
avoiding them from being automatically installed.

These two fonts have embeded bitmap version of characters, making
it becomes very clear on smaller font size of a non-HiDPI display.
But these font face is not so popular nowadays and Noto CJK has
alternative serif font face, so that we would like to shift to the
latter as default.
---
 debian/control | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 69d84483..39f60b60 100644
--- a/debian/control
+++ b/debian/control
@@ -698,8 +698,6 @@ Recommends:
 	fcitx-googlepinyin,
 	fcitx-table-wubi,
 # Fonts
-	fonts-arphic-ukai,
-	fonts-arphic-uming,
 	fonts-noto,
 	fonts-noto-cjk,
 # Software help and localization
@@ -710,7 +708,10 @@ Recommends:
 	goldendict,
 # poppler-data is needed to display
 # Chinese on poppler applications.
-	poppler-data
+	poppler-data,
+Suggests:
+	fonts-arphic-ukai,
+	fonts-arphic-uming
 
 Package: task-chinese-s-kde-desktop
 Architecture: all
@@ -743,8 +744,6 @@ Recommends:
 	fcitx-chewing,
 	fcitx-table,
 	im-config,
-	fonts-arphic-ukai,
-	fonts-arphic-uming,
 # seems openjdk needs this to display Chinese.
 	fonts-noto,
 	fonts-noto-cjk,
@@ -754,6 +753,9 @@ Recommends:
 # poppler-data is needed to display
 # Chinese on poppler applications.
 	poppler-data
+Suggests:
+	fonts-arphic-ukai,
+	fonts-arphic-uming
 
 Package: task-chinese-t-kde-desktop
 Architecture: all
-- 
2.20.1

