1
0
forked from ports/contrib

ttf-unifont: 15.0.03 -> 15.0.04

This commit is contained in:
Tim Biermann 2023-05-29 15:21:20 +02:00
parent 6c91a33a52
commit 807247511d
3 changed files with 11 additions and 12 deletions

View File

@ -3,9 +3,9 @@ drwxr-xr-x root/root usr/share/
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/unifont/
-rw-r--r-- root/root usr/share/fonts/TTF/unifont/unifont-15.0.03.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/unifont/unifont_csur-15.0.03.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/unifont/unifont_jp-15.0.03.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/unifont/unifont_sample-15.0.03.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/unifont/unifont_upper-15.0.03.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/unifont/unifont_upper_sample-15.0.03.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/unifont/unifont-15.0.04.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/unifont/unifont_csur-15.0.04.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/unifont/unifont_jp-15.0.04.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/unifont/unifont_sample-15.0.04.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/unifont/unifont_upper-15.0.04.ttf
-rw-r--r-- root/root usr/share/fonts/TTF/unifont/unifont_upper_sample-15.0.04.ttf

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37XKbEA3CYglBr6RNXDF9QEDIfKJRPfW0IpO5CP8QwGJ3a9umvj9rlEekRRiWoAQ6m4l16wGyu2UMdqY7lgUPAo=
SHA256 (Pkgfile) = c63e9940b52f19804c7bab60d37037a2019397a0ef2999c86d54756fcec7174f
SHA256 (.footprint) = 2449fd9df30ec1729b666108eff3b193830aee871d269d0c585f3db85cdcf261
SHA256 (unifont-15.0.03.tar.gz) = 734a4f9f583b5184eb240a49e6bf768785168d1ebb443dc39b42d15c0bd2c767
RWSagIOpLGJF3wvvZgs4bIiQH5R+DcnAXhU3dBsqrT2dQuF/H95FG9N0z4ogq55Yy+dej9S/UT/MUzUILW5kM1gwIr0sn47uowI=
SHA256 (Pkgfile) = 9718941497dd459b3b526180d8f853865d5f64baabeb7bb9cc049562695c61d8
SHA256 (.footprint) = 1227d5ff21cc4e2bd8a9536b41e8a54d0cf6d6e1d65fad6c67ad45158bcbbedf
SHA256 (unifont-15.0.04.tar.gz) = 0ff6d76720ee45ba58a9a186982c6d3f42723aa3e06df4cb1e5ef2ed9b406797

View File

@ -3,7 +3,7 @@
# Maintainer: Tim Biermann, tbier at posteo dot de
name=ttf-unifont
version=15.0.03
version=15.0.04
release=1
source=(https://unifoundry.com/pub/unifont/unifont-$version/unifont-$version.tar.gz)
@ -11,5 +11,4 @@ build() {
find unifont-$version/font/precompiled \
-iname "*.ttf" \
-execdir install -Dm644 {} $PKG/usr/share/fonts/TTF/unifont/{} \;
cd
}