From 69583d62cd9374886cc1f1d60c7a2c239043212f 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:52:06 +0700 Subject: [PATCH] font-sil-lateef: update to 2.000. --- srcpkgs/font-sil-lateef/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/font-sil-lateef/template b/srcpkgs/font-sil-lateef/template index 0c39f1e9ccf..0818572d714 100644 --- a/srcpkgs/font-sil-lateef/template +++ b/srcpkgs/font-sil-lateef/template @@ -1,17 +1,17 @@ # Template file for 'font-sil-lateef' pkgname=font-sil-lateef -version=1.200 -revision=2 -hostmakedepends="unzip" +version=2.000 +revision=1 depends="font-util" short_desc="Extended Arabic script font named after Shah Abdul Lateef Bhitai" maintainer="Orphaned " license="OFL-1.1" homepage="https://software.sil.org/lateef/" -distfiles="https://software.sil.org/downloads/r/lateef/LateefGR-${version}.zip" -checksum=ef6c6b4b4cb8d8502c78efc43cb99d29f391e6cb9eba1b133a661ffda3ddc7e1 +distfiles="https://software.sil.org/downloads/r/lateef/Lateef-${version}.zip" +checksum=3a4baec89e25f04e19b4edecfe59624ab33cfc275276009d3caca299ee013d99 font_dirs="/usr/share/fonts/SIL" do_install() { - vinstall LateefGR-Regular.ttf 644 ${font_dirs} + vmkdir usr/share/fonts/SIL + vcopy "*.ttf" usr/share/fonts/SIL }