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

This commit is contained in:
Alexander Baldeck 2024-11-19 10:57:58 +01:00
parent 52e358c822
commit 10ffe2ef54
4 changed files with 49 additions and 3 deletions

14
noto-fonts-emoji/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = noto-fonts-emoji
pkgdesc = Google Noto emoji fonts
pkgver = 2.047
pkgrel = 1
epoch = 1
url = https://www.google.com/get/noto/
arch = any
license = custom:OFL
makedepends = git
provides = emoji-font
source = git+https://github.com/googlefonts/noto-emoji.git#tag=v2.047
sha256sums = 49fc0a658a6acdb95977286f366f87d8061e15e36c571beb699ded852a04a0b1
pkgname = noto-fonts-emoji

View File

@ -0,0 +1,5 @@
[noto-fonts-emoji]
source = 'github'
github = 'googlefonts/noto-emoji'
use_max_tag = true
prefix = 'v'

View File

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

View File

@ -2,8 +2,8 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=noto-fonts-emoji
pkgver=2.042
pkgrel=1.1
pkgver=2.047
pkgrel=1
epoch=1
pkgdesc='Google Noto emoji fonts'
arch=(any)
@ -12,7 +12,7 @@ license=(custom:OFL)
provides=(emoji-font)
makedepends=(git)
source=(git+https://github.com/googlefonts/noto-emoji.git#tag=v$pkgver)
sha256sums=('SKIP')
sha256sums=('49fc0a658a6acdb95977286f366f87d8061e15e36c571beb699ded852a04a0b1')
package() {
cd noto-emoji