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 }