[gimp-help/gimp-help-2-10] ci: install cjk fonts needed for quickreference pdf
- From: Jacob Boerema <jboerema src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help/gimp-help-2-10] ci: install cjk fonts needed for quickreference pdf
- Date: Tue, 15 Mar 2022 18:39:28 +0000 (UTC)
commit e56ec05537e27e0f34f72a495a9e3e7431b003a4
Author: Jacob Boerema <jgboerema gmail com>
Date: Tue Mar 15 14:39:17 2022 -0400
ci: install cjk fonts needed for quickreference pdf
The quickreference pdf translations for ko, ja, and zh_CN were not showing
the correct CJK characters.
So let's install a fonts package that gives us support for these
characters.
Also build Japanese, this way we will know when building translations
fails.
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d8cbc4e8f..eebdd7142 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
variables:
INSTALL_DIR: "_install"
INSTALL_PREFIX: "${CI_PROJECT_DIR}/${INSTALL_DIR}"
- LINGUAS: "en"
+ LINGUAS: "en ja"
build-debian:
stage: build
@@ -24,6 +24,7 @@ build-debian:
docbook-website
docbook-xml
docbook-xsl
+ fonts-noto-cjk
gettext
librsvg2-2
librsvg2-bin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]