From b54198a44ce13c9f7bf5781fa6b1804421860cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 10 Jun 2025 09:42:06 +0700 Subject: [PATCH] font-reem-kufi-ttf: update to 1.9. --- srcpkgs/font-reem-kufi-otf | 1 - srcpkgs/font-reem-kufi-ttf/template | 15 +++------------ 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 120000 srcpkgs/font-reem-kufi-otf diff --git a/srcpkgs/font-reem-kufi-otf b/srcpkgs/font-reem-kufi-otf deleted file mode 120000 index 41c6896a461..00000000000 --- a/srcpkgs/font-reem-kufi-otf +++ /dev/null @@ -1 +0,0 @@ -font-reem-kufi-ttf \ No newline at end of file diff --git a/srcpkgs/font-reem-kufi-ttf/template b/srcpkgs/font-reem-kufi-ttf/template index 37d2d90373a..18b779e28d3 100644 --- a/srcpkgs/font-reem-kufi-ttf/template +++ b/srcpkgs/font-reem-kufi-ttf/template @@ -1,6 +1,6 @@ # Template file for 'font-reem-kufi-ttf' pkgname=font-reem-kufi-ttf -version=1.7 +version=1.9 revision=1 depends="font-util" short_desc="Modern Kufic typefaces for Arabic" @@ -8,19 +8,10 @@ maintainer="Đoàn Trần Công Danh " license="GPL-3.0-or-later" homepage="https://github.com/aliftype/reem-kufi" distfiles="https://github.com/aliftype/reem-kufi/releases/download/v${version}/ReemKufi-${version}.zip" -checksum=2359f036c7bddeb4d5529d7b3c9139c3288c920cc26053d417cdbb563eafe0a4 +checksum=383b347dab5909698098efc0e04909ec53bf2992f87805ec5f529a2566fe1d5d font_dirs="/usr/share/fonts/TTF/arabic" do_install() { vmkdir usr/share/fonts/TTF/arabic - vcopy "ttf/*.ttf" usr/share/fonts/TTF/arabic -} - -font-reem-kufi-otf_package() { - short_desc+=" - OTF" - font_dirs="/usr/share/fonts/OTF/arabic" - pkg_install() { - vmkdir usr/share/fonts/OTF/arabic - vcopy "*.otf" usr/share/fonts/OTF/arabic - } + vcopy "*.ttf" usr/share/fonts/TTF/arabic }