[arch-commits] Commit in noto-fonts-cjk/repos/extra-any (4 files)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jan 27 07:25:38 UTC 2022


    Date: Thursday, January 27, 2022 @ 07:25:38
  Author: arojas
Revision: 435187

archrelease: copy trunk to extra-any

Added:
  noto-fonts-cjk/repos/extra-any/70-noto-cjk.conf
    (from rev 435186, noto-fonts-cjk/trunk/70-noto-cjk.conf)
  noto-fonts-cjk/repos/extra-any/PKGBUILD
    (from rev 435186, noto-fonts-cjk/trunk/PKGBUILD)
Deleted:
  noto-fonts-cjk/repos/extra-any/70-noto-cjk.conf
  noto-fonts-cjk/repos/extra-any/PKGBUILD

------------------+
 70-noto-cjk.conf |  366 ++++++++++++++++++++++++++---------------------------
 PKGBUILD         |   46 +++---
 2 files changed, 206 insertions(+), 206 deletions(-)

Deleted: 70-noto-cjk.conf
===================================================================
--- 70-noto-cjk.conf	2022-01-27 07:25:24 UTC (rev 435186)
+++ 70-noto-cjk.conf	2022-01-27 07:25:38 UTC (rev 435187)
@@ -1,183 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<fontconfig>
-    <match target="pattern">
-        <test name="lang">
-            <string>ja</string>
-        </test>
-        <test name="family">
-            <string>serif</string>
-        </test>
-        <edit name="family" mode="prepend">
-            <string>Noto Serif CJK JP</string>
-        </edit>
-    </match>
-
-    <match target="pattern">
-        <test name="lang">
-            <string>ko</string>
-        </test>
-        <test name="family">
-            <string>serif</string>
-        </test>
-        <edit name="family" mode="prepend">
-            <string>Noto Serif CJK KR</string>
-        </edit>
-    </match>
-
-    <match target="pattern">
-        <test name="lang">
-            <string>zh-cn</string>
-        </test>
-        <test name="family">
-            <string>serif</string>
-        </test>
-        <edit name="family" mode="prepend" binding="strong">
-            <string>Noto Serif CJK SC</string>
-        </edit>
-    </match>
-
-    <match target="pattern">
-        <test name="lang">
-            <string>zh-tw</string>
-        </test>
-        <test name="family">
-            <string>serif</string>
-        </test>
-        <edit name="family" mode="prepend" binding="strong">
-            <string>Noto Serif CJK TC</string>
-        </edit>
-    </match>
-
-    <match target="pattern">
-        <test name="lang">
-            <string>zh-hk</string>
-        </test>
-        <test name="family">
-            <string>serif</string>
-        </test>
-        <edit name="family" mode="prepend" binding="strong">
-            <string>Noto Serif CJK TC</string>
-        </edit>
-    </match>
-
-    <match target="pattern">
-        <test name="lang">
-            <string>ja</string>
-        </test>
-        <test name="family">
-            <string>sans-serif</string>
-        </test>
-        <edit name="family" mode="prepend">
-            <string>Noto Sans CJK JP</string>
-        </edit>
-    </match>
-
-    <match target="pattern">
-        <test name="lang">
-            <string>ko</string>
-        </test>
-        <test name="family">
-            <string>sans-serif</string>
-        </test>
-        <edit name="family" mode="prepend">
-            <string>Noto Sans CJK KR</string>
-        </edit>
-    </match>
-
-    <match target="pattern">
-        <test name="lang">
-            <string>zh-cn</string>
-        </test>
-        <test name="family">
-            <string>sans-serif</string>
-        </test>
-        <edit name="family" mode="prepend" binding="strong">
-            <string>Noto Sans CJK SC</string>
-        </edit>
-    </match>
-
-    <match target="pattern">
-        <test name="lang">
-            <string>zh-tw</string>
-        </test>
-        <test name="family">
-            <string>sans-serif</string>
-        </test>
-        <edit name="family" mode="prepend" binding="strong">
-            <string>Noto Sans CJK TC</string>
-        </edit>
-    </match>
-
-    <match target="pattern">
-        <test name="lang">
-            <string>zh-hk</string>
-        </test>
-        <test name="family">
-            <string>sans-serif</string>
-        </test>
-        <edit name="family" mode="prepend" binding="strong">
-            <string>Noto Sans CJK HK</string>
-        </edit>
-    </match>
-
-    <match target="pattern">
-        <test name="lang">
-            <string>ja</string>
-        </test>
-        <test name="family">
-            <string>monospace</string>
-        </test>
-        <edit name="family" mode="prepend">
-            <string>Noto Sans Mono CJK JP</string>
-        </edit>
-    </match>
-
-    <match target="pattern">
-        <test name="lang">
-            <string>ko</string>
-        </test>
-        <test name="family">
-            <string>monospace</string>
-        </test>
-        <edit name="family" mode="prepend">
-            <string>Noto Sans Mono CJK KR</string>
-        </edit>
-    </match>
-
-    <match target="pattern">
-        <test name="lang">
-            <string>zh-cn</string>
-        </test>
-        <test name="family">
-            <string>monospace</string>
-        </test>
-        <edit name="family" mode="prepend" binding="strong">
-            <string>Noto Sans Mono CJK SC</string>
-        </edit>
-    </match>
-
-    <match target="pattern">
-        <test name="lang">
-            <string>zh-tw</string>
-        </test>
-        <test name="family">
-            <string>monospace</string>
-        </test>
-        <edit name="family" mode="prepend" binding="strong">
-            <string>Noto Sans Mono CJK TC</string>
-        </edit>
-    </match>
-
-    <match target="pattern">
-        <test name="lang">
-            <string>zh-hk</string>
-        </test>
-        <test name="family">
-            <string>monospace</string>
-        </test>
-        <edit name="family" mode="prepend" binding="strong">
-            <string>Noto Sans Mono CJK HK</string>
-        </edit>
-    </match>
-</fontconfig>

Copied: noto-fonts-cjk/repos/extra-any/70-noto-cjk.conf (from rev 435186, noto-fonts-cjk/trunk/70-noto-cjk.conf)
===================================================================
--- 70-noto-cjk.conf	                        (rev 0)
+++ 70-noto-cjk.conf	2022-01-27 07:25:38 UTC (rev 435187)
@@ -0,0 +1,183 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+    <match target="pattern">
+        <test name="lang">
+            <string>ja</string>
+        </test>
+        <test name="family">
+            <string>serif</string>
+        </test>
+        <edit name="family" mode="prepend">
+            <string>Noto Serif CJK JP</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang">
+            <string>ko</string>
+        </test>
+        <test name="family">
+            <string>serif</string>
+        </test>
+        <edit name="family" mode="prepend">
+            <string>Noto Serif CJK KR</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang">
+            <string>zh-cn</string>
+        </test>
+        <test name="family">
+            <string>serif</string>
+        </test>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>Noto Serif CJK SC</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang">
+            <string>zh-tw</string>
+        </test>
+        <test name="family">
+            <string>serif</string>
+        </test>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>Noto Serif CJK TC</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang">
+            <string>zh-hk</string>
+        </test>
+        <test name="family">
+            <string>serif</string>
+        </test>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>Noto Serif CJK TC</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang">
+            <string>ja</string>
+        </test>
+        <test name="family">
+            <string>sans-serif</string>
+        </test>
+        <edit name="family" mode="prepend">
+            <string>Noto Sans CJK JP</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang">
+            <string>ko</string>
+        </test>
+        <test name="family">
+            <string>sans-serif</string>
+        </test>
+        <edit name="family" mode="prepend">
+            <string>Noto Sans CJK KR</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang">
+            <string>zh-cn</string>
+        </test>
+        <test name="family">
+            <string>sans-serif</string>
+        </test>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>Noto Sans CJK SC</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang">
+            <string>zh-tw</string>
+        </test>
+        <test name="family">
+            <string>sans-serif</string>
+        </test>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>Noto Sans CJK TC</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang">
+            <string>zh-hk</string>
+        </test>
+        <test name="family">
+            <string>sans-serif</string>
+        </test>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>Noto Sans CJK HK</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang">
+            <string>ja</string>
+        </test>
+        <test name="family">
+            <string>monospace</string>
+        </test>
+        <edit name="family" mode="prepend">
+            <string>Noto Sans Mono CJK JP</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang">
+            <string>ko</string>
+        </test>
+        <test name="family">
+            <string>monospace</string>
+        </test>
+        <edit name="family" mode="prepend">
+            <string>Noto Sans Mono CJK KR</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang">
+            <string>zh-cn</string>
+        </test>
+        <test name="family">
+            <string>monospace</string>
+        </test>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>Noto Sans Mono CJK SC</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang">
+            <string>zh-tw</string>
+        </test>
+        <test name="family">
+            <string>monospace</string>
+        </test>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>Noto Sans Mono CJK TC</string>
+        </edit>
+    </match>
+
+    <match target="pattern">
+        <test name="lang">
+            <string>zh-hk</string>
+        </test>
+        <test name="family">
+            <string>monospace</string>
+        </test>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>Noto Sans Mono CJK HK</string>
+        </edit>
+    </match>
+</fontconfig>

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-27 07:25:24 UTC (rev 435186)
+++ PKGBUILD	2022-01-27 07:25:38 UTC (rev 435187)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=noto-fonts-cjk
-pkgver=20211026
-_commit=87213953d187fa8b5f6c962cd16fc10937016a6c
-pkgrel=1
-pkgdesc='Google Noto CJK fonts'
-arch=(any)
-url='https://www.google.com/get/noto/'
-license=(custom:SIL)
-makedepends=(git)
-source=(git+https://github.com/googlefonts/noto-cjk.git#commit=$_commit
-        70-noto-cjk.conf)
-sha256sums=('SKIP'
-            '528e2bd75c6c9b5931e9c3d381c2056501a5ef4bd80488fdce3a6491f56b2844')
-
-package() {
-  install -Dm644 noto-cjk/*/OTC/*.ttc -t "$pkgdir"/usr/share/fonts/noto-cjk
-  install -Dm644 noto-cjk/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-  install -Dm644 70-noto-cjk.conf -t "$pkgdir"/usr/share/fontconfig/conf.avail
-  install -d "$pkgdir"/usr/share/fontconfig/conf.default
-  ln -rs "$pkgdir"/usr/share/fontconfig/conf.avail/* "$pkgdir"/usr/share/fontconfig/conf.default
-}

Copied: noto-fonts-cjk/repos/extra-any/PKGBUILD (from rev 435186, noto-fonts-cjk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-27 07:25:38 UTC (rev 435187)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=noto-fonts-cjk
+pkgver=20220126
+_commit=473da44c32fec739db7e5458c81a833513cb4084
+pkgrel=1
+pkgdesc='Google Noto CJK fonts'
+arch=(any)
+url='https://www.google.com/get/noto/'
+license=(custom:SIL)
+makedepends=(git)
+source=(git+https://github.com/googlefonts/noto-cjk.git#commit=$_commit
+        70-noto-cjk.conf)
+sha256sums=('SKIP'
+            '528e2bd75c6c9b5931e9c3d381c2056501a5ef4bd80488fdce3a6491f56b2844')
+
+package() {
+  install -Dm644 noto-cjk/*/OTC/*.ttc -t "$pkgdir"/usr/share/fonts/noto-cjk
+  install -Dm644 noto-cjk/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+  install -Dm644 70-noto-cjk.conf -t "$pkgdir"/usr/share/fontconfig/conf.avail
+  install -d "$pkgdir"/usr/share/fontconfig/conf.default
+  ln -rs "$pkgdir"/usr/share/fontconfig/conf.avail/* "$pkgdir"/usr/share/fontconfig/conf.default
+}



More information about the arch-commits mailing list