[arch-commits] Commit in noto-fonts-emoji/trunk (66-noto-color-emoji.conf PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Mar 24 15:31:12 UTC 2020
Date: Tuesday, March 24, 2020 @ 15:31:12
Author: arojas
Revision: 378438
Use weak binding
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-03-24 11:57:29 UTC (rev 378437)
+++ 66-noto-color-emoji.conf 2020-03-24 15:31:12 UTC (rev 378438)
@@ -20,7 +20,7 @@
</match>
<match>
<test name="family" compare="contains"><string>Noto </string></test>
- <edit name="family" mode="append" binding="same">
+ <edit name="family" mode="append" binding="weak">
<string>Noto Color Emoji</string>
</edit>
</match>
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-24 11:57:29 UTC (rev 378437)
+++ PKGBUILD 2020-03-24 15:31:12 UTC (rev 378438)
@@ -3,7 +3,7 @@
pkgname=noto-fonts-emoji
pkgver=20191016
_commit=f3b9faa83dedf51cd4d9d8ff30e13c17b8073211
-pkgrel=4
+pkgrel=5
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'
- '207a228116da63311132fba68eb1fb4ae5665146bde1f5506fe751199c4f2eed')
+ '3e78745e1979cbfc965f249d34c65bb0f077d044af6b231c1ae8293b697353cb')
package() {
cd noto-emoji-*
More information about the arch-commits
mailing list