ttf-twemoji-color: 13.1.0 -> 14.0.2

This commit is contained in:
Tim Biermann 2022-10-29 19:32:30 +00:00
parent e2a9d7d6ce
commit 5de17b299c
3 changed files with 11 additions and 11 deletions

View File

@ -1,9 +1,8 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/fonts/
drwxr-xr-x root/root etc/fonts/conf.avail/
-rw-r--r-- root/root etc/fonts/conf.avail/46-twemoji-color.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/fontconfig/
drwxr-xr-x root/root usr/share/fontconfig/conf.avail/
-rw-r--r-- root/root usr/share/fontconfig/conf.avail/46-twemoji-color.conf
drwxr-xr-x root/root usr/share/fonts/
drwxr-xr-x root/root usr/share/fonts/TTF/
drwxr-xr-x root/root usr/share/fonts/TTF/Twitter Color Emoji/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31X64/Qld6ZLJAgLvUZxmcSWF3wjBGVEXmmHk48h+kX6zwFL0DPzG+tr4M0L1sFepfO6iEs6bfHCW82nc7FpQQU=
SHA256 (Pkgfile) = c01bf26a365dc944c7432c936e9e297184cc6bc8b0fcffd016e447ad3c6e67c8
SHA256 (.footprint) = 9c5ded4dbed6747302c864880aef2b9db9556dd6fa304ced7a5a50ed6b2a8dfe
SHA256 (TwitterColorEmoji-SVGinOT-Linux-13.1.0.tar.gz) = 57c0d651400af872c33dcab78b33ecd7be0f7d49da49e2c1c83a59c215085f94
RWSagIOpLGJF36DYA8jtELiSYYmwac3CrSKXP01WXoJhjyKsrqDepDixhfsWqDuwzBh1Bho6mfK/g3J+B58fpHKliPWTCYrvbw8=
SHA256 (Pkgfile) = 698eb37c6b58bcfa394ae8ed8010ef94f6a08e0e6e38eba2fe66e08891a7634e
SHA256 (.footprint) = ea96b3196c769bcb648023ea9cd4e36484e772002dd0367e84c12e60da273acf
SHA256 (TwitterColorEmoji-SVGinOT-Linux-14.0.2.tar.gz) = 6826e21ea08dc5df26c887ae4e56046987e0f4909df8c02c73de05714a0353c1

View File

@ -4,12 +4,13 @@
# Depends on: fontconfig xorg-font-bitstream-vera
name=ttf-twemoji-color
version=13.1.0
release=2
version=14.0.2
release=1
source=(https://github.com/eosrei/twemoji-color-font/releases/download/v$version/TwitterColorEmoji-SVGinOT-Linux-$version.tar.gz)
build() {
cd TwitterColorEmoji-SVGinOT-Linux-$version
install -Dm644 TwitterColorEmoji-SVGinOT.ttf -t $PKG/usr/share/fonts/TTF/"Twitter Color Emoji"/
install -Dm644 fontconfig/46-twemoji-color.conf $PKG/etc/fonts/conf.avail/46-twemoji-color.conf
install -Dm644 fontconfig/46-twemoji-color.conf $PKG/usr/share/fontconfig/conf.avail/46-twemoji-color.conf
}