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

Antonio Rojas arojas at archlinux.org
Sat Jan 26 09:29:57 UTC 2019


    Date: Saturday, January 26, 2019 @ 09:29:56
  Author: arojas
Revision: 344792

Use new HK fonts for zh-hk locale (FS#61511)

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

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

Modified: 70-noto-cjk.conf
===================================================================
--- 70-noto-cjk.conf	2019-01-26 09:20:14 UTC (rev 344791)
+++ 70-noto-cjk.conf	2019-01-26 09:29:56 UTC (rev 344792)
@@ -57,7 +57,7 @@
             <string>serif</string>
         </test>
         <edit name="family" mode="prepend">
-            <string>Noto Serif CJK TC</string>
+            <string>Noto Serif CJK HK</string>
         </edit>
     </match>
 
@@ -117,7 +117,7 @@
             <string>sans-serif</string>
         </test>
         <edit name="family" mode="prepend">
-            <string>Noto Sans CJK TC</string>
+            <string>Noto Sans CJK HK</string>
         </edit>
     </match>
 
@@ -177,7 +177,7 @@
             <string>monospace</string>
         </test>
         <edit name="family" mode="prepend">
-            <string>Noto Sans Mono CJK TC</string>
+            <string>Noto Sans Mono CJK HK</string>
         </edit>
     </match>
 </fontconfig>

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-26 09:20:14 UTC (rev 344791)
+++ PKGBUILD	2019-01-26 09:29:56 UTC (rev 344792)
@@ -3,7 +3,7 @@
 pkgname=noto-fonts-cjk
 pkgver=20181130
 _commit=9326451d9b4f32ec7f8640581c5053cc192039f2
-pkgrel=1
+pkgrel=2
 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/googlei18n/noto-cjk/archive/$_commit.zip" 70-noto-cjk.conf)
 sha256sums=('28d282497d78e15c77f346afcf81498bef1f98f168e97eeb5a1a288106b84ed2'
-            'f83b652cabe6e95489f2f70e44f5288216d33a6132f24e8d074d6eee4e3d700b')
+            '357e9ed6553087567ec5a28f835db5c43d3cd68a688e4677f759cca465379a32')
 
 package() {
   install -Dm644 noto-cjk-*/*.ttc -t "$pkgdir"/usr/share/fonts/noto-cjk



More information about the arch-commits mailing list