From 74d712c37a74d48c047e753a7e4b1bae1df0b345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 18 Mar 2023 21:53:28 +0700 Subject: [PATCH] font-sil-mingzat: update to 1.100. --- srcpkgs/font-sil-mingzat/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/font-sil-mingzat/template b/srcpkgs/font-sil-mingzat/template index f9ff2511e23..f501584391e 100644 --- a/srcpkgs/font-sil-mingzat/template +++ b/srcpkgs/font-sil-mingzat/template @@ -1,17 +1,17 @@ # Template file for 'font-sil-mingzat' pkgname=font-sil-mingzat -version=1.000 -revision=2 -hostmakedepends="unzip" +version=1.100 +revision=1 depends="font-util" short_desc="Script used by the Lepcha language of South Asia since Unicode 5.1" maintainer="Orphaned " license="OFL-1.1" homepage="https://software.sil.org/Mingzat/" distfiles="https://software.sil.org/downloads/r/mingzat/Mingzat-$version.zip" -checksum=7e1fe44012da7843c63263fe161abd12d4309f9cef00cb58d1055dd812d8e6ba +checksum=3c62982f57e7e93f1e494f207054c6c4713e7bc9959ee4eb738e5f9fb98b80d2 font_dirs="/usr/share/fonts/SIL" do_install() { - vinstall Mingzat-Regular.ttf 644 ${font_dirs} + vmkdir usr/share/fonts/SIL + vcopy "*.ttf" usr/share/fonts/SIL }