noto-emoji: renamed to ttf-noto-emoji

This commit is contained in:
Tim Biermann 2021-07-15 18:38:12 +02:00
parent eced507bd8
commit 360e377f61
3 changed files with 0 additions and 25 deletions

View File

@ -1,5 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/fonts/
drwxr-xr-x root/root usr/share/fonts/noto/
-rw-r--r-- root/root usr/share/fonts/noto/NotoColorEmoji.ttf

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37hnEJARgAVui4GvA0WXA826j7G1eeUkCVt9UdbVPqnyqRn4P3QWrY1EzmJ0I+SXGW6jCZGJ61gP0mzAz+PktgA=
SHA256 (Pkgfile) = 819f7a23e805b6f69a7fd80d7d1ca929b7887b916c7bd111731a92d2c1d8bee5
SHA256 (.footprint) = 2646184297c13b9187934617ae7d9f265960ef1cece48e98796ee9a1210261bc
SHA256 (noto-emoji-20200916.tar.gz) = 13ad521b42e395751c72c0bf5585bd354d2383c65abe1a6227743fa8661e0feb

View File

@ -1,15 +0,0 @@
# Description: Noto emoji font
# URL: https://www.google.com/get/noto/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=noto-emoji
version=20200916
_version=2020-09-16-unicode13_1
release=1
source=(https://github.com/googlefonts/noto-emoji/archive/v$_version/$name-$version.tar.gz)
build() {
mkdir -p $PKG/usr/share/fonts/noto
install -m644 $name-$_version/fonts/NotoColorEmoji.ttf $PKG/usr/share/fonts/noto
}