Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: font-manjari-1.810
@ 2020-07-17 19:14 aktsbot
  2020-07-17 19:29 ` [PR PATCH] [Updated] " aktsbot
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: aktsbot @ 2020-07-17 19:14 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1134 bytes --]

From 658a653d60aaeca1395d6fac37892c2c1572b3fe Mon Sep 17 00:00:00 2001
From: aktsbot <box.ashishk@gmail.com>
Date: Sat, 18 Jul 2020 00:40:45 +0530
Subject: [PATCH] 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 <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
+}

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] New package: font-manjari-1.810
  2020-07-17 19:14 [PR PATCH] New package: font-manjari-1.810 aktsbot
@ 2020-07-17 19:29 ` aktsbot
  2020-07-17 19:41 ` Chocimier
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: aktsbot @ 2020-07-17 19:29 UTC (permalink / raw)
  To: ml

[-- 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: 2045 bytes --]

From 658a653d60aaeca1395d6fac37892c2c1572b3fe 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/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 <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 e254f902e72edbb711ed18b64b576f4bec2d3926 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/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 <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

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: New package: font-manjari-1.810
  2020-07-17 19:14 [PR PATCH] New package: font-manjari-1.810 aktsbot
  2020-07-17 19:29 ` [PR PATCH] [Updated] " aktsbot
@ 2020-07-17 19:41 ` Chocimier
  2020-07-17 20:02 ` [PR PATCH] [Updated] " aktsbot
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2020-07-17 19:41 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23624#issuecomment-660303619

Comment:
No need to specify unzip.
Please add `font_dirs="/usr/share/fonts/TTF"`.
When done, [fixup](https://git-scm.com/docs/git-rebase#_interactive_mode) commits into one.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Updated] New package: font-manjari-1.810
  2020-07-17 19:14 [PR PATCH] New package: font-manjari-1.810 aktsbot
  2020-07-17 19:29 ` [PR PATCH] [Updated] " aktsbot
  2020-07-17 19:41 ` Chocimier
@ 2020-07-17 20:02 ` aktsbot
  2020-07-17 20:27 ` aktsbot
  2020-07-17 20:27 ` [PR PATCH] [Closed]: " aktsbot
  4 siblings, 0 replies; 11+ messages in thread
From: aktsbot @ 2020-07-17 20:02 UTC (permalink / raw)
  To: ml

[-- 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
 }

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: New package: font-manjari-1.810
  2020-07-17 19:14 [PR PATCH] New package: font-manjari-1.810 aktsbot
                   ` (2 preceding siblings ...)
  2020-07-17 20:02 ` [PR PATCH] [Updated] " aktsbot
@ 2020-07-17 20:27 ` aktsbot
  2020-07-17 20:27 ` [PR PATCH] [Closed]: " aktsbot
  4 siblings, 0 replies; 11+ messages in thread
From: aktsbot @ 2020-07-17 20:27 UTC (permalink / raw)
  To: ml

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

New comment by aktsbot on void-packages repository

https://github.com/void-linux/void-packages/pull/23624#issuecomment-660322667

Comment:
Closing this PR, to give a new one.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PR PATCH] [Closed]: New package: font-manjari-1.810
  2020-07-17 19:14 [PR PATCH] New package: font-manjari-1.810 aktsbot
                   ` (3 preceding siblings ...)
  2020-07-17 20:27 ` aktsbot
@ 2020-07-17 20:27 ` aktsbot
  4 siblings, 0 replies; 11+ messages in thread
From: aktsbot @ 2020-07-17 20:27 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: font-manjari-1.810
https://github.com/void-linux/void-packages/pull/23624

Description:
Manjari, a malayalam font with smooth curves.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: New package: font-manjari-1.810
  2020-07-17 20:29 [PR PATCH] " aktsbot
                   ` (3 preceding siblings ...)
  2020-07-23 17:32 ` Chocimier
@ 2020-07-24 15:54 ` aktsbot
  4 siblings, 0 replies; 11+ messages in thread
From: aktsbot @ 2020-07-24 15:54 UTC (permalink / raw)
  To: ml

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

New comment by aktsbot on void-packages repository

https://github.com/void-linux/void-packages/pull/23625#issuecomment-663607300

Comment:
Thank you 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: New package: font-manjari-1.810
  2020-07-17 20:29 [PR PATCH] " aktsbot
                   ` (2 preceding siblings ...)
  2020-07-22 20:58 ` Chocimier
@ 2020-07-23 17:32 ` Chocimier
  2020-07-24 15:54 ` aktsbot
  4 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2020-07-23 17:32 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23625#issuecomment-663136561

Comment:
Merged with minor adjustments.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: New package: font-manjari-1.810
  2020-07-17 20:29 [PR PATCH] " aktsbot
  2020-07-17 20:34 ` Chocimier
  2020-07-17 20:49 ` aktsbot
@ 2020-07-22 20:58 ` Chocimier
  2020-07-23 17:32 ` Chocimier
  2020-07-24 15:54 ` aktsbot
  4 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2020-07-22 20:58 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23625#issuecomment-662692867

Comment:
Please rebase, CI is running now.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: New package: font-manjari-1.810
  2020-07-17 20:29 [PR PATCH] " aktsbot
  2020-07-17 20:34 ` Chocimier
@ 2020-07-17 20:49 ` aktsbot
  2020-07-22 20:58 ` Chocimier
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: aktsbot @ 2020-07-17 20:49 UTC (permalink / raw)
  To: ml

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

New comment by aktsbot on void-packages repository

https://github.com/void-linux/void-packages/pull/23625#issuecomment-660331470

Comment:
I didn't know we could push changes from one branch to another like that. I learned something new today. 
Thanks @Chocimier 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: New package: font-manjari-1.810
  2020-07-17 20:29 [PR PATCH] " aktsbot
@ 2020-07-17 20:34 ` Chocimier
  2020-07-17 20:49 ` aktsbot
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2020-07-17 20:34 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/23625#issuecomment-660325708

Comment:
This really builds without specifying unzip.
Move vlicense outside of loop.
Otherwise ok (if checksum match).

Do not close PRs. Instead, prepare what you want to put into new one, then `git push --force FORK font-manjari-3:font-manjari-2` or so.
 

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-07-24 15:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 19:14 [PR PATCH] New package: font-manjari-1.810 aktsbot
2020-07-17 19:29 ` [PR PATCH] [Updated] " aktsbot
2020-07-17 19:41 ` Chocimier
2020-07-17 20:02 ` [PR PATCH] [Updated] " aktsbot
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:34 ` Chocimier
2020-07-17 20:49 ` aktsbot
2020-07-22 20:58 ` Chocimier
2020-07-23 17:32 ` Chocimier
2020-07-24 15:54 ` aktsbot

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).