![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit c4d40a6b689ca8d57f510b115a3e2e98354fdf84 Author: Tim Biermann <tbier@posteo.de> Date: Mon Jun 8 19:42:57 2020 +0000 ttf-unifont: 13.0.01 -> 13.0.02 diff --git a/ttf-unifont/.footprint b/ttf-unifont/.footprint index 7af0ba4ab..6374045d2 100644 --- a/ttf-unifont/.footprint +++ b/ttf-unifont/.footprint @@ -2,9 +2,9 @@ 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/TTF/ --rw-r--r-- root/root usr/share/fonts/TTF/unifont-13.0.01.ttf --rw-r--r-- root/root usr/share/fonts/TTF/unifont_csur-13.0.01.ttf --rw-r--r-- root/root usr/share/fonts/TTF/unifont_jp-13.0.01.ttf --rw-r--r-- root/root usr/share/fonts/TTF/unifont_sample-13.0.01.ttf --rw-r--r-- root/root usr/share/fonts/TTF/unifont_upper-13.0.01.ttf --rw-r--r-- root/root usr/share/fonts/TTF/unifont_upper_sample-13.0.01.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/unifont-13.0.02.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/unifont_csur-13.0.02.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/unifont_jp-13.0.02.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/unifont_sample-13.0.02.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/unifont_upper-13.0.02.ttf +-rw-r--r-- root/root usr/share/fonts/TTF/unifont_upper_sample-13.0.02.ttf diff --git a/ttf-unifont/.signature b/ttf-unifont/.signature index 58c1c2bc0..3d4457dab 100644 --- a/ttf-unifont/.signature +++ b/ttf-unifont/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+on1X9fHKn8DXgsy8K3jDx8AEngt7pTMa3k/ltziLCm9M+72yyZhz7BhN5rsrbvH/tFGDF7f8iOtT2BilBt3Ak= -SHA256 (Pkgfile) = 21e7194d21474beece304be9b6416b321937945e351f01b7218c32a520e01565 -SHA256 (.footprint) = 780e21672a33a7fdbc9c189a112bb18d98b6bc8a650308b39c696d0e7e3ecda4 -SHA256 (unifont-13.0.01.tar.gz) = 8b486450b2bd1dc9357ceca096faf493d13f7e582f29984e46552ca8faa87feb +RWSagIOpLGJF39zUKPFjoBNZr+hQi0vM1DLPsb7/+zMUcclIQmJpGslQdeJHgzk5O04kukrwicbYJM3jcgbkPKkWXLNClbMwSwI= +SHA256 (Pkgfile) = f86814e989ceccc86e7efaab0b4bfcffd4e28b52885eeb15ae64c6c669dc3138 +SHA256 (.footprint) = cec4ac85a269a7988529c1bd840b9ec4d38bad00019e583247a640d235cf7497 +SHA256 (unifont-13.0.02.tar.gz) = b1aa56482e38abf3f3151472da3432fd75fadf1ed2e17f979b24c0a63002e9b9 diff --git a/ttf-unifont/Pkgfile b/ttf-unifont/Pkgfile index 3fd77627f..7cef03304 100644 --- a/ttf-unifont/Pkgfile +++ b/ttf-unifont/Pkgfile @@ -4,14 +4,14 @@ # Depends on: name=ttf-unifont -version=13.0.01 +version=13.0.02 release=1 source=(http://unifoundry.com/pub/unifont/unifont-$version/unifont-$version.tar.gz) build() { - cd unifont-$version/font/precompiled - install -d $PKG/usr/share/fonts/TTF - for i in *.ttf; do - install -m644 $i $PKG/usr/share/fonts/TTF/; - done + cd unifont-$version/font/precompiled + install -d $PKG/usr/share/fonts/TTF + for i in *.ttf; do + install -m644 $i $PKG/usr/share/fonts/TTF/; + done }