Github messages for voidlinux
 help / color / mirror / Atom feed
From: aktsbot <aktsbot@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: font-manjari-1.810
Date: Fri, 17 Jul 2020 22:02:35 +0200	[thread overview]
Message-ID: <20200717200235.F_Ro_6S4nQOOHVXGxRvfM97Q4Yo6fkwVpqNFiwmLKKE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23624@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

There is an updated pull request by aktsbot against master on the void-packages repository

https://github.com/aktsbot/void-packages font-manjari
https://github.com/void-linux/void-packages/pull/23624

New package: font-manjari-1.810
Manjari, a malayalam font with smooth curves.

A patch file from https://github.com/void-linux/void-packages/pull/23624.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-font-manjari-23624.patch --]
[-- Type: text/x-diff, Size: 3383 bytes --]

From 88d6556889ecd304151237f2fcbe48b2684f64d1 Mon Sep 17 00:00:00 2001
From: aktsbot <box.ashishk@gmail.com>
Date: Sat, 18 Jul 2020 00:40:45 +0530
Subject: [PATCH 1/3] New package: font-manjari-1.810

---
 srcpkgs/font-manjari/template | 21 +++++++++++++++++++++
 1 file changed, 21 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..14a3b259912
--- /dev/null
+++ b/srcpkgs/font-manjari/template
@@ -0,0 +1,21 @@
+# Template file for 'font-manjari'
+pkgname=font-manjari
+version=1.810
+revision=1
+archs="noarch"
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+font_dirs="/usr/share/fonts/TTF"
+short_desc="Manjari: Malayalam font with smooth curves"
+maintainer="Ashish Kurian Thomas <a@aktsbot.in>"
+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 2338b95257501ee1ce4c86aa77e2ab7ad43ba036 Mon Sep 17 00:00:00 2001
From: aktsbot <box.ashishk@gmail.com>
Date: Sat, 18 Jul 2020 00:58:32 +0530
Subject: [PATCH 2/3] 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 14a3b259912..334bc5c6653 100644
--- a/srcpkgs/font-manjari/template
+++ b/srcpkgs/font-manjari/template
@@ -9,7 +9,7 @@ depends="font-util"
 font_dirs="/usr/share/fonts/TTF"
 short_desc="Manjari: Malayalam font with smooth curves"
 maintainer="Ashish Kurian Thomas <a@aktsbot.in>"
-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

From ff2cfd56415e9ab311c62056ef32cc3f378cba84 Mon Sep 17 00:00:00 2001
From: aktsbot <box.ashishk@gmail.com>
Date: Sat, 18 Jul 2020 01:18:27 +0530
Subject: [PATCH 3/3] font-manjari: Added LICENSE file and its sha256 in
 distfiles

---
 srcpkgs/font-manjari/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/font-manjari/template b/srcpkgs/font-manjari/template
index 334bc5c6653..2c1e74bb0ee 100644
--- a/srcpkgs/font-manjari/template
+++ b/srcpkgs/font-manjari/template
@@ -11,11 +11,14 @@ short_desc="Manjari: Malayalam font with smooth curves"
 maintainer="Ashish Kurian Thomas <a@aktsbot.in>"
 license="OFL-1.1"
 homepage="https://smc.org.in/fonts/manjari"
-distfiles="https://smc.org.in/downloads//fonts/manjari/manjari.zip"
-checksum=f91b7c7ae232e3c0555badc88a5fbfa010ba61f5e44bb062f72b656a1e10367d
+distfiles="https://smc.org.in/downloads//fonts/manjari/manjari.zip
+ https://gitlab.com/smc/fonts/manjari/-/blob/Version${version}/LICENSE.txt"
+checksum="f91b7c7ae232e3c0555badc88a5fbfa010ba61f5e44bb062f72b656a1e10367d
+ 2eca3edf8b11c104053a8491bd2abe7af5afb7e41226d897d8828fbc8aa3b7b3"
 
 do_install() {
 	for f in *.ttf; do
 		vinstall $f 0644 /usr/share/fonts/TTF
+		vlicense ${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/LICENSE.txt
 	done
 }

  parent reply	other threads:[~2020-07-17 20:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-17 19:14 [PR PATCH] " aktsbot
2020-07-17 19:29 ` [PR PATCH] [Updated] " aktsbot
2020-07-17 19:41 ` Chocimier
2020-07-17 20:02 ` aktsbot [this message]
2020-07-17 20:27 ` aktsbot
2020-07-17 20:27 ` [PR PATCH] [Closed]: " aktsbot
2020-07-17 20:29 [PR PATCH] " aktsbot
2020-07-17 20:46 ` [PR PATCH] [Updated] " aktsbot
2020-07-17 21:23 ` aktsbot
2020-07-23  9:47 ` aktsbot
2020-07-23 10:19 ` aktsbot
2020-07-23 17:31 ` Chocimier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200717200235.F_Ro_6S4nQOOHVXGxRvfM97Q4Yo6fkwVpqNFiwmLKKE@z \
    --to=aktsbot@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).