[arch-commits] Commit in noto-fonts-emoji/trunk (66-noto-color-emoji.conf PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Feb 28 12:09:57 UTC 2020


    Date: Friday, February 28, 2020 @ 12:09:57
  Author: arojas
Revision: 376384

Prevent latin characters from being rendered with noto-emoji (FS#65528)

Modified:
  noto-fonts-emoji/trunk/66-noto-color-emoji.conf
  noto-fonts-emoji/trunk/PKGBUILD

--------------------------+
 66-noto-color-emoji.conf |   13 ++++++++++++-
 PKGBUILD                 |    4 ++--
 2 files changed, 14 insertions(+), 3 deletions(-)

Modified: 66-noto-color-emoji.conf
===================================================================
--- 66-noto-color-emoji.conf	2020-02-28 11:17:32 UTC (rev 376383)
+++ 66-noto-color-emoji.conf	2020-02-28 12:09:57 UTC (rev 376384)
@@ -6,6 +6,18 @@
 -->
 
 <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="same">
@@ -13,4 +25,3 @@
         </edit>
     </match>
 </fontconfig>
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-28 11:17:32 UTC (rev 376383)
+++ PKGBUILD	2020-02-28 12:09:57 UTC (rev 376384)
@@ -3,7 +3,7 @@
 pkgname=noto-fonts-emoji
 pkgver=20191016
 _commit=f3b9faa83dedf51cd4d9d8ff30e13c17b8073211
-pkgrel=3
+pkgrel=4
 pkgdesc="Google Noto emoji fonts"
 arch=(any)
 url="https://www.google.com/get/noto/"
@@ -12,7 +12,7 @@
 source=($pkgname-$pkgver.zip::"https://github.com/googlei18n/noto-emoji/archive/$_commit.zip"
         66-noto-color-emoji.conf)
 sha256sums=('50d3ae08c7ca4718774d6b04d50d788c7b6b858220792a2fc69ef9c24ed092c5'
-            'ba1668a7c58410fbd123a9c9b4519edc8eb4e035d8cbcab70c27bf5ab6ffe7ed')
+            '207a228116da63311132fba68eb1fb4ae5665146bde1f5506fe751199c4f2eed')
 
 package() {
   cd noto-emoji-*



More information about the arch-commits mailing list