* update noto-fonts-emoji to 1:2.042-1

This commit is contained in:
Alexander Baldeck 2023-12-12 15:05:06 +01:00
parent 500dc73ed9
commit 95beea7f8c
2 changed files with 3 additions and 30 deletions

View File

@ -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>

View File

@ -2,16 +2,16 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=noto-fonts-emoji
pkgver=20220920
_commit=c79f4f80c53034c3d50a0ed90447ec4903cb5683
pkgver=2.042
pkgrel=1
epoch=1
pkgdesc='Google Noto emoji fonts'
arch=(any)
url='https://www.google.com/get/noto/'
license=(custom:OFL)
provides=(emoji-font)
makedepends=(git)
source=(git+https://github.com/googlefonts/noto-emoji.git#commit=$_commit)
source=(git+https://github.com/googlefonts/noto-emoji.git#tag=v$pkgver)
sha256sums=('SKIP')
package() {