From 658a653d60aaeca1395d6fac37892c2c1572b3fe Mon Sep 17 00:00:00 2001 From: aktsbot Date: Sat, 18 Jul 2020 00:40:45 +0530 Subject: [PATCH 1/2] New package: font-manjari-1.810 --- srcpkgs/font-manjari/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/font-manjari/template diff --git a/srcpkgs/font-manjari/template b/srcpkgs/font-manjari/template new file mode 100644 index 00000000000..de55fa5d4b8 --- /dev/null +++ b/srcpkgs/font-manjari/template @@ -0,0 +1,20 @@ +# Template file for 'font-manjari' +pkgname=font-manjari +version=1.810 +revision=1 +archs="noarch" +create_wrksrc=yes +hostmakedepends="unzip" +depends="font-util" +short_desc="Manjari: Malayalam font with smooth curves" +maintainer="Ashish Kurian Thomas " +license="SIL OPEN FONT LICENSE Version 1.1" +homepage="https://smc.org.in/fonts/manjari" +distfiles="https://smc.org.in/downloads//fonts/manjari/manjari.zip" +checksum=f91b7c7ae232e3c0555badc88a5fbfa010ba61f5e44bb062f72b656a1e10367d + +do_install() { + for f in *.ttf; do + vinstall $f 0644 /usr/share/fonts/TTF + done +} From e254f902e72edbb711ed18b64b576f4bec2d3926 Mon Sep 17 00:00:00 2001 From: aktsbot Date: Sat, 18 Jul 2020 00:58:32 +0530 Subject: [PATCH 2/2] font-manjari: License line was incorrect --- srcpkgs/font-manjari/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/font-manjari/template b/srcpkgs/font-manjari/template index de55fa5d4b8..454beb1a6f0 100644 --- a/srcpkgs/font-manjari/template +++ b/srcpkgs/font-manjari/template @@ -8,7 +8,7 @@ hostmakedepends="unzip" depends="font-util" short_desc="Manjari: Malayalam font with smooth curves" maintainer="Ashish Kurian Thomas " -license="SIL OPEN FONT LICENSE Version 1.1" +license="OFL-1.1" homepage="https://smc.org.in/fonts/manjari" distfiles="https://smc.org.in/downloads//fonts/manjari/manjari.zip" checksum=f91b7c7ae232e3c0555badc88a5fbfa010ba61f5e44bb062f72b656a1e10367d