ttf-twemoji-color: changed folder to install font to

This commit is contained in:
Tim Biermann 2021-07-28 14:51:52 +02:00
parent c5fa7b0535
commit 4815009910
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 8 additions and 7 deletions

View File

@ -5,5 +5,6 @@ drwxr-xr-x root/root etc/fonts/conf.avail/
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/Twitter Color Emoji/
-rw-r--r-- root/root usr/share/fonts/Twitter Color Emoji/TwitterColorEmoji-SVGinOT.ttf
drwxr-xr-x root/root usr/share/fonts/TTF/
drwxr-xr-x root/root usr/share/fonts/TTF/Twitter Color Emoji/
-rw-r--r-- root/root usr/share/fonts/TTF/Twitter Color Emoji/TwitterColorEmoji-SVGinOT.ttf

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xaw/dKRfAIPFaDeiBv/osinwUpxx8AXHw2jfsB1JZDmP5DQmqSMn/yxdDQBGx7DvkFeyWSg4vhS2X6Z4pLGmQY=
SHA256 (Pkgfile) = 133e59664d70d7d2d62baa9943ac0e08af09dabdbc9700bad549ceced80a3061
SHA256 (.footprint) = 880a313015b437cedca5a1abb8cdeb2a6f1307a3e52056f5d8a4eca4e49a93c4
RWSagIOpLGJF31X64/Qld6ZLJAgLvUZxmcSWF3wjBGVEXmmHk48h+kX6zwFL0DPzG+tr4M0L1sFepfO6iEs6bfHCW82nc7FpQQU=
SHA256 (Pkgfile) = c01bf26a365dc944c7432c936e9e297184cc6bc8b0fcffd016e447ad3c6e67c8
SHA256 (.footprint) = 9c5ded4dbed6747302c864880aef2b9db9556dd6fa304ced7a5a50ed6b2a8dfe
SHA256 (TwitterColorEmoji-SVGinOT-Linux-13.1.0.tar.gz) = 57c0d651400af872c33dcab78b33ecd7be0f7d49da49e2c1c83a59c215085f94

View File

@ -5,11 +5,11 @@
name=ttf-twemoji-color
version=13.1.0
release=1
release=2
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/"Twitter Color Emoji"/
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
}