[arch-commits] Commit in noto-fonts-cjk/trunk (70-noto-cjk.conf PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Aug 31 12:48:41 UTC 2021


    Date: Tuesday, August 31, 2021 @ 12:48:40
  Author: arojas
Revision: 422720

Update conf (FS#71913)

Modified:
  noto-fonts-cjk/trunk/70-noto-cjk.conf
  noto-fonts-cjk/trunk/PKGBUILD

------------------+
 70-noto-cjk.conf |   20 ++++++++++----------
 PKGBUILD         |    4 ++--
 2 files changed, 12 insertions(+), 12 deletions(-)

Modified: 70-noto-cjk.conf
===================================================================
--- 70-noto-cjk.conf	2021-08-31 09:05:09 UTC (rev 422719)
+++ 70-noto-cjk.conf	2021-08-31 12:48:40 UTC (rev 422720)
@@ -32,7 +32,7 @@
         <test name="family">
             <string>serif</string>
         </test>
-        <edit name="family" mode="prepend">
+        <edit name="family" mode="prepend" binding="strong">
             <string>Noto Serif CJK SC</string>
         </edit>
     </match>
@@ -44,7 +44,7 @@
         <test name="family">
             <string>serif</string>
         </test>
-        <edit name="family" mode="prepend">
+        <edit name="family" mode="prepend" binding="strong">
             <string>Noto Serif CJK TC</string>
         </edit>
     </match>
@@ -56,8 +56,8 @@
         <test name="family">
             <string>serif</string>
         </test>
-        <edit name="family" mode="prepend">
-            <string>Noto Serif CJK HK</string>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>Noto Serif CJK TC</string>
         </edit>
     </match>
 
@@ -92,7 +92,7 @@
         <test name="family">
             <string>sans-serif</string>
         </test>
-        <edit name="family" mode="prepend">
+        <edit name="family" mode="prepend" binding="strong">
             <string>Noto Sans CJK SC</string>
         </edit>
     </match>
@@ -104,7 +104,7 @@
         <test name="family">
             <string>sans-serif</string>
         </test>
-        <edit name="family" mode="prepend">
+        <edit name="family" mode="prepend" binding="strong">
             <string>Noto Sans CJK TC</string>
         </edit>
     </match>
@@ -116,7 +116,7 @@
         <test name="family">
             <string>sans-serif</string>
         </test>
-        <edit name="family" mode="prepend">
+        <edit name="family" mode="prepend" binding="strong">
             <string>Noto Sans CJK HK</string>
         </edit>
     </match>
@@ -152,7 +152,7 @@
         <test name="family">
             <string>monospace</string>
         </test>
-        <edit name="family" mode="prepend">
+        <edit name="family" mode="prepend" binding="strong">
             <string>Noto Sans Mono CJK SC</string>
         </edit>
     </match>
@@ -164,7 +164,7 @@
         <test name="family">
             <string>monospace</string>
         </test>
-        <edit name="family" mode="prepend">
+        <edit name="family" mode="prepend" binding="strong">
             <string>Noto Sans Mono CJK TC</string>
         </edit>
     </match>
@@ -176,7 +176,7 @@
         <test name="family">
             <string>monospace</string>
         </test>
-        <edit name="family" mode="prepend">
+        <edit name="family" mode="prepend" binding="strong">
             <string>Noto Sans Mono CJK HK</string>
         </edit>
     </match>

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 09:05:09 UTC (rev 422719)
+++ PKGBUILD	2021-08-31 12:48:40 UTC (rev 422720)
@@ -3,7 +3,7 @@
 pkgname=noto-fonts-cjk
 pkgver=20201206
 _commit=782eab531e724779772302b835661b7b12a6b3a8
-pkgrel=2
+pkgrel=3
 pkgdesc="Google Noto CJK fonts"
 arch=(any)
 url="https://www.google.com/get/noto/"
@@ -10,7 +10,7 @@
 license=(custom:SIL)
 source=($pkgname-$pkgver.zip::https://github.com/googlefonts/noto-cjk/archive/$_commit.zip 70-noto-cjk.conf)
 sha256sums=('d27c4e636364b5d8e51fce001247e95cf466be520db93c2251ed773990da60f3'
-            '357e9ed6553087567ec5a28f835db5c43d3cd68a688e4677f759cca465379a32')
+            '528e2bd75c6c9b5931e9c3d381c2056501a5ef4bd80488fdce3a6491f56b2844')
 
 package() {
   install -Dm644 noto-cjk-*/*.ttc -t "$pkgdir"/usr/share/fonts/noto-cjk



More information about the arch-commits mailing list