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

Antonio Rojas arojas at archlinux.org
Thu Feb 13 12:36:06 UTC 2020


    Date: Thursday, February 13, 2020 @ 12:36:02
  Author: arojas
Revision: 375527

Less aggresive replacement

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

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

Modified: 66-noto-color-emoji.conf
===================================================================
--- 66-noto-color-emoji.conf	2020-02-13 12:14:54 UTC (rev 375526)
+++ 66-noto-color-emoji.conf	2020-02-13 12:36:02 UTC (rev 375527)
@@ -8,7 +8,7 @@
 <fontconfig>
     <match>
         <test name="family" compare="contains"><string>Noto </string></test>
-        <edit name="family" mode="append" binding="strong">
+        <edit name="family" mode="append" binding="same">
             <string>Noto Color Emoji</string>
         </edit>
     </match>

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-13 12:14:54 UTC (rev 375526)
+++ PKGBUILD	2020-02-13 12:36:02 UTC (rev 375527)
@@ -3,7 +3,7 @@
 pkgname=noto-fonts-emoji
 pkgver=20191016
 _commit=f3b9faa83dedf51cd4d9d8ff30e13c17b8073211
-pkgrel=2
+pkgrel=3
 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'
-            '7e816e155744230a678dc4c5dc18d8ac0deb58804f67edc6c3b1d28e24743297')
+            'ba1668a7c58410fbd123a9c9b4519edc8eb4e035d8cbcab70c27bf5ab6ffe7ed')
 
 package() {
   cd noto-emoji-*



More information about the arch-commits mailing list