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

Antonio Rojas arojas at archlinux.org
Wed Jul 22 06:30:17 UTC 2020


    Date: Wednesday, July 22, 2020 @ 06:30:17
  Author: arojas
Revision: 392345

archrelease: copy trunk to extra-any

Added:
  noto-fonts-emoji/repos/extra-any/66-noto-color-emoji.conf
    (from rev 392344, noto-fonts-emoji/trunk/66-noto-color-emoji.conf)
  noto-fonts-emoji/repos/extra-any/PKGBUILD
    (from rev 392344, noto-fonts-emoji/trunk/PKGBUILD)
Deleted:
  noto-fonts-emoji/repos/extra-any/66-noto-color-emoji.conf
  noto-fonts-emoji/repos/extra-any/PKGBUILD

--------------------------+
 66-noto-color-emoji.conf |   54 ++++++++++++++++++++++-----------------------
 PKGBUILD                 |   40 ++++++++++++++++-----------------
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: 66-noto-color-emoji.conf
===================================================================
--- 66-noto-color-emoji.conf	2020-07-22 06:30:04 UTC (rev 392344)
+++ 66-noto-color-emoji.conf	2020-07-22 06:30:17 UTC (rev 392345)
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-
-<!--
-Set Noto Color Emoji as fallback for Noto family
--->
-
-<fontconfig>
-    <match target="scan">
-        <test name="family"><string>Noto Color Emoji</string></test>
-        <edit name="charset" mode="assign">
-            <minus>
-            <name>charset</name>
-                <charset><range>
-                    <int>0x0000</int>
-                    <int>0x00FF</int>
-                </range></charset>
-            </minus>
-        </edit>
-    </match>
-    <match>
-        <test name="family" compare="contains"><string>Noto </string></test>
-        <edit name="family" mode="append" binding="weak">
-            <string>Noto Color Emoji</string>
-        </edit>
-    </match>
-</fontconfig>

Copied: noto-fonts-emoji/repos/extra-any/66-noto-color-emoji.conf (from rev 392344, noto-fonts-emoji/trunk/66-noto-color-emoji.conf)
===================================================================
--- 66-noto-color-emoji.conf	                        (rev 0)
+++ 66-noto-color-emoji.conf	2020-07-22 06:30:17 UTC (rev 392345)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+
+<!--
+Set Noto Color Emoji as fallback for Noto family
+-->
+
+<fontconfig>
+    <match target="scan">
+        <test name="family"><string>Noto Color Emoji</string></test>
+        <edit name="charset" mode="assign">
+            <minus>
+            <name>charset</name>
+                <charset><range>
+                    <int>0x0000</int>
+                    <int>0x00FF</int>
+                </range></charset>
+            </minus>
+        </edit>
+    </match>
+    <match>
+        <test name="family" compare="contains"><string>Noto </string></test>
+        <edit name="family" mode="append" binding="weak">
+            <string>Noto Color Emoji</string>
+        </edit>
+    </match>
+</fontconfig>

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-22 06:30:04 UTC (rev 392344)
+++ PKGBUILD	2020-07-22 06:30:17 UTC (rev 392345)
@@ -1,20 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=noto-fonts-emoji
-pkgver=20191016
-_commit=f3b9faa83dedf51cd4d9d8ff30e13c17b8073211
-pkgrel=6
-pkgdesc="Google Noto emoji fonts"
-arch=(any)
-url="https://www.google.com/get/noto/"
-license=(custom:OFL)
-provides=(emoji-font)
-source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip")
-sha256sums=('50d3ae08c7ca4718774d6b04d50d788c7b6b858220792a2fc69ef9c24ed092c5')
-
-package() {
-  cd noto-emoji-*
-  mkdir -p "$pkgdir"/usr/share/fonts/noto
-  install -m644 fonts/NotoColorEmoji.ttf "$pkgdir"/usr/share/fonts/noto
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: noto-fonts-emoji/repos/extra-any/PKGBUILD (from rev 392344, noto-fonts-emoji/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-22 06:30:17 UTC (rev 392345)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=noto-fonts-emoji
+pkgver=20200720
+_commit=546287c772cd64dd2a7350a0727bd68c2e4cf759
+pkgrel=1
+pkgdesc="Google Noto emoji fonts"
+arch=(any)
+url="https://www.google.com/get/noto/"
+license=(custom:OFL)
+provides=(emoji-font)
+source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip")
+sha256sums=('c667508d93ee96d88d0f6c37e7ff46f61296166bd867d6a834d0dfa8a5f529e2')
+
+package() {
+  cd noto-emoji-*
+  mkdir -p "$pkgdir"/usr/share/fonts/noto
+  install -m644 fonts/NotoColorEmoji.ttf "$pkgdir"/usr/share/fonts/noto
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list