main/font-unifont: upgrade to 17.0.0.1

https://savannah.gnu.org/news/?id=10809

Also adjust packaging so that `unifont.info.gz` is installed to
`/usr/share/unifont` as before instead of `/usr/share/info`.
This commit is contained in:
mio 2025-09-10 19:39:13 +00:00
parent 1fb584c7ff
commit 08979930d4

View File

@ -1,7 +1,7 @@
# Contributor: Breno Leitao <breno.leitao@gmail.com>
# Maintainer: Will Sinatra <wpsinatra@gmail.com>
pkgname=font-unifont
pkgver=16.0.04
pkgver=17.0.01
pkgrel=0
pkgdesc="GNU Unifont glyphs"
url="https://unifoundry.com/unifont/index.html"
@ -31,6 +31,8 @@ package() {
cd "$pkgdir"/usr/share/unifont
rm -r html ChangeLog* INSTALL* NEWS* README* ./*.pdf
install -Dm644 "$pkgdir"/usr/share/info/*.info.* "$pkgdir"/usr/share/unifont
}
tools() {
@ -42,6 +44,7 @@ tools() {
doc() {
default_doc
amove usr/share/unifont/*.info.*
rm -r "$subpkgdir"/usr/share/info
}
misc() {
@ -51,5 +54,5 @@ misc() {
}
sha512sums="
776e9ddc492ca98479c07441671428a914e9d9ef346b71f969aa758e6c3a243efd581e15893c9f22c2966c72a04eb0eed0da949c53b69a10733618d1ed73a04f unifont-16.0.04.tar.gz
bb5223b1784e0f11694d1e6f93b088b3063b8ec055e7ae19ecab99e2cb97582be27dbaab22197719faf413ceb49c097a1c3177c410404882aa3b9d3465117d88 unifont-17.0.01.tar.gz
"