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

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

There is a new pull request by aktsbot against master on the void-packages repository

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

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/23625.patch is attached

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

From ad9c9b7c61742113f629e503b1151651d7a1f0d4 Mon Sep 17 00:00:00 2001
From: aktsbot <box.ashishk@gmail.com>
Date: Sat, 18 Jul 2020 01:52:27 +0530
Subject: [PATCH] New package: font-manjari-1.810

---
 srcpkgs/font-manjari/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 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..d9ac871dc59
--- /dev/null
+++ b/srcpkgs/font-manjari/template
@@ -0,0 +1,24 @@
+# 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="OFL-1.1"
+homepage="https://smc.org.in/fonts/manjari"
+distfiles="https://smc.org.in/downloads//fonts/manjari/manjari.zip
+ https://gitlab.com/smc/fonts/manjari/-/blob/Version${version}/LICENSE.txt"
+checksum="f91b7c7ae232e3c0555badc88a5fbfa010ba61f5e44bb062f72b656a1e10367d
+ 2eca3edf8b11c104053a8491bd2abe7af5afb7e41226d897d8828fbc8aa3b7b3"
+font_dirs="/usr/share/fonts/TTF"
+
+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] 14+ messages in thread

* Re: New package: font-manjari-1.810
  2020-07-17 20:29 [PR PATCH] New package: font-manjari-1.810 aktsbot
@ 2020-07-17 20:34 ` Chocimier
  2020-07-17 20:46 ` [PR PATCH] [Updated] " aktsbot
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 14+ 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] 14+ messages in thread

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

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

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

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

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/23625.patch is attached

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

From 6589910d45d337e93d4cfdec45225459ae257436 Mon Sep 17 00:00:00 2001
From: aktsbot <box.ashishk@gmail.com>
Date: Sat, 18 Jul 2020 02:15:18 +0530
Subject: [PATCH] New package: font-manjari-1.810

---
 srcpkgs/font-manjari/template | 23 +++++++++++++++++++++++
 1 file changed, 23 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..74ae231b7a8
--- /dev/null
+++ b/srcpkgs/font-manjari/template
@@ -0,0 +1,23 @@
+# Template file for 'font-manjari'
+pkgname=font-manjari
+version=1.810
+revision=1
+archs="noarch"
+create_wrksrc=yes
+depends="font-util"
+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
+ https://gitlab.com/smc/fonts/manjari/-/blob/Version${version}/LICENSE.txt"
+checksum="f91b7c7ae232e3c0555badc88a5fbfa010ba61f5e44bb062f72b656a1e10367d
+ 2eca3edf8b11c104053a8491bd2abe7af5afb7e41226d897d8828fbc8aa3b7b3"
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in *.ttf; do
+		vinstall $f 0644 /usr/share/fonts/TTF
+	done
+	vlicense ${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/LICENSE.txt
+}

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

* Re: New package: font-manjari-1.810
  2020-07-17 20:29 [PR PATCH] New package: font-manjari-1.810 aktsbot
  2020-07-17 20:34 ` Chocimier
  2020-07-17 20:46 ` [PR PATCH] [Updated] " aktsbot
@ 2020-07-17 20:49 ` aktsbot
  2020-07-17 21:23 ` [PR PATCH] [Updated] " aktsbot
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 14+ 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] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: font-manjari-1.810
  2020-07-17 20:29 [PR PATCH] New package: font-manjari-1.810 aktsbot
                   ` (2 preceding siblings ...)
  2020-07-17 20:49 ` aktsbot
@ 2020-07-17 21:23 ` aktsbot
  2020-07-22 20:58 ` Chocimier
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: aktsbot @ 2020-07-17 21:23 UTC (permalink / raw)
  To: ml

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

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

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

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/23625.patch is attached

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

From 69408d5948a69d62287bbd957489cce111a29329 Mon Sep 17 00:00:00 2001
From: aktsbot <box.ashishk@gmail.com>
Date: Sat, 18 Jul 2020 02:52:20 +0530
Subject: [PATCH] New package: font-manjari-1.810

---
 srcpkgs/font-manjari/template | 23 +++++++++++++++++++++++
 1 file changed, 23 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..a4ee8fe4ebc
--- /dev/null
+++ b/srcpkgs/font-manjari/template
@@ -0,0 +1,23 @@
+# Template file for 'font-manjari'
+pkgname=font-manjari
+version=1.810
+revision=1
+archs="noarch"
+create_wrksrc=yes
+depends="font-util"
+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
+ https://gitlab.com/smc/fonts/manjari/-/raw/Version${version}/LICENSE.txt"
+checksum="f91b7c7ae232e3c0555badc88a5fbfa010ba61f5e44bb062f72b656a1e10367d
+ 94e69dddcfc87af561cad830b6afeb0d858634ae8aa649f8381891873fd6f591"
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in *.ttf; do
+		vinstall $f 0644 /usr/share/fonts/TTF
+	done
+	vlicense ${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/LICENSE.txt
+}

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

* Re: New package: font-manjari-1.810
  2020-07-17 20:29 [PR PATCH] New package: font-manjari-1.810 aktsbot
                   ` (3 preceding siblings ...)
  2020-07-17 21:23 ` [PR PATCH] [Updated] " aktsbot
@ 2020-07-22 20:58 ` Chocimier
  2020-07-23  9:47 ` [PR PATCH] [Updated] " aktsbot
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 14+ 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] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: font-manjari-1.810
  2020-07-17 20:29 [PR PATCH] New package: font-manjari-1.810 aktsbot
                   ` (4 preceding siblings ...)
  2020-07-22 20:58 ` Chocimier
@ 2020-07-23  9:47 ` aktsbot
  2020-07-23 10:19 ` aktsbot
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: aktsbot @ 2020-07-23  9:47 UTC (permalink / raw)
  To: ml

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

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

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

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/23625.patch is attached

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

From 25374e159c3677fed5a819c891ae56c8a242e840 Mon Sep 17 00:00:00 2001
From: aktsbot <box.ashishk@gmail.com>
Date: Sat, 18 Jul 2020 02:52:20 +0530
Subject: [PATCH] New package: font-manjari-1.810

---
 srcpkgs/font-manjari/template | 23 +++++++++++++++++++++++
 1 file changed, 23 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..a4ee8fe4ebc
--- /dev/null
+++ b/srcpkgs/font-manjari/template
@@ -0,0 +1,23 @@
+# Template file for 'font-manjari'
+pkgname=font-manjari
+version=1.810
+revision=1
+archs="noarch"
+create_wrksrc=yes
+depends="font-util"
+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
+ https://gitlab.com/smc/fonts/manjari/-/raw/Version${version}/LICENSE.txt"
+checksum="f91b7c7ae232e3c0555badc88a5fbfa010ba61f5e44bb062f72b656a1e10367d
+ 94e69dddcfc87af561cad830b6afeb0d858634ae8aa649f8381891873fd6f591"
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in *.ttf; do
+		vinstall $f 0644 /usr/share/fonts/TTF
+	done
+	vlicense ${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: font-manjari-1.810
  2020-07-17 20:29 [PR PATCH] New package: font-manjari-1.810 aktsbot
                   ` (5 preceding siblings ...)
  2020-07-23  9:47 ` [PR PATCH] [Updated] " aktsbot
@ 2020-07-23 10:19 ` aktsbot
  2020-07-23 17:31 ` Chocimier
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: aktsbot @ 2020-07-23 10:19 UTC (permalink / raw)
  To: ml

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

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

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

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/23625.patch is attached

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

From 8ebb86d36b4a9373a862444970c4d9002cf59401 Mon Sep 17 00:00:00 2001
From: aktsbot <box.ashishk@gmail.com>
Date: Thu, 23 Jul 2020 15:49:08 +0530
Subject: [PATCH] New package: font-manjari-1.810

---
 srcpkgs/font-manjari/template | 23 +++++++++++++++++++++++
 1 file changed, 23 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..845cfef6de5
--- /dev/null
+++ b/srcpkgs/font-manjari/template
@@ -0,0 +1,23 @@
+# Template file for 'font-manjari'
+pkgname=font-manjari
+version=1.810
+revision=1
+archs="noarch"
+create_wrksrc=yes
+depends="font-util"
+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
+ https://gitlab.com/smc/fonts/manjari/-/raw/Version${version}/LICENSE.txt"
+checksum="ade6ba3006c0cbd01d90084d9a5119a22db996a603bf82b68d94fdcfed750cf2
+ 94e69dddcfc87af561cad830b6afeb0d858634ae8aa649f8381891873fd6f591"
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in *.ttf; do
+		vinstall $f 0644 /usr/share/fonts/TTF
+	done
+	vlicense ${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: font-manjari-1.810
  2020-07-17 20:29 [PR PATCH] New package: font-manjari-1.810 aktsbot
                   ` (6 preceding siblings ...)
  2020-07-23 10:19 ` aktsbot
@ 2020-07-23 17:31 ` Chocimier
  2020-07-23 17:32 ` [PR PATCH] [Merged]: " Chocimier
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2020-07-23 17:31 UTC (permalink / raw)
  To: ml

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

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

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

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/23625.patch is attached

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

From dfe741eb75e3c2c4b9327c8fbc132a51fe07943d Mon Sep 17 00:00:00 2001
From: aktsbot <box.ashishk@gmail.com>
Date: Thu, 23 Jul 2020 15:49:08 +0530
Subject: [PATCH] New package: font-manjari-1.810

---
 srcpkgs/font-manjari/template | 23 +++++++++++++++++++++++
 1 file changed, 23 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..395dec5105a
--- /dev/null
+++ b/srcpkgs/font-manjari/template
@@ -0,0 +1,23 @@
+# Template file for 'font-manjari'
+pkgname=font-manjari
+version=1.810
+revision=2
+archs="noarch"
+create_wrksrc=yes
+depends="font-util"
+short_desc="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
+ https://gitlab.com/smc/fonts/manjari/-/raw/Version${version}/LICENSE.txt"
+checksum="ade6ba3006c0cbd01d90084d9a5119a22db996a603bf82b68d94fdcfed750cf2
+ 94e69dddcfc87af561cad830b6afeb0d858634ae8aa649f8381891873fd6f591"
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in *.ttf; do
+		vinstall $f 0644 usr/share/fonts/TTF
+	done
+	vlicense LICENSE.txt
+}

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

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

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

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

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

Description:
Manjari, a malayalam font with smooth curves.

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

* Re: New package: font-manjari-1.810
  2020-07-17 20:29 [PR PATCH] New package: font-manjari-1.810 aktsbot
                   ` (8 preceding siblings ...)
  2020-07-23 17:32 ` [PR PATCH] [Merged]: " Chocimier
@ 2020-07-23 17:32 ` Chocimier
  2020-07-24 15:54 ` aktsbot
  10 siblings, 0 replies; 14+ 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] 14+ messages in thread

* Re: New package: font-manjari-1.810
  2020-07-17 20:29 [PR PATCH] New package: font-manjari-1.810 aktsbot
                   ` (9 preceding siblings ...)
  2020-07-23 17:32 ` Chocimier
@ 2020-07-24 15:54 ` aktsbot
  10 siblings, 0 replies; 14+ 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] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: font-manjari-1.810
  2020-07-17 19:14 [PR PATCH] " aktsbot
  2020-07-17 19:29 ` [PR PATCH] [Updated] " aktsbot
@ 2020-07-17 20:02 ` aktsbot
  1 sibling, 0 replies; 14+ 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] 14+ messages in thread

* Re: [PR PATCH] [Updated] New package: font-manjari-1.810
  2020-07-17 19:14 [PR PATCH] " aktsbot
@ 2020-07-17 19:29 ` aktsbot
  2020-07-17 20:02 ` aktsbot
  1 sibling, 0 replies; 14+ 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] 14+ messages in thread

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

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 20:29 [PR PATCH] New package: font-manjari-1.810 aktsbot
2020-07-17 20:34 ` Chocimier
2020-07-17 20:46 ` [PR PATCH] [Updated] " aktsbot
2020-07-17 20:49 ` aktsbot
2020-07-17 21:23 ` [PR PATCH] [Updated] " aktsbot
2020-07-22 20:58 ` Chocimier
2020-07-23  9:47 ` [PR PATCH] [Updated] " aktsbot
2020-07-23 10:19 ` aktsbot
2020-07-23 17:31 ` Chocimier
2020-07-23 17:32 ` [PR PATCH] [Merged]: " Chocimier
2020-07-23 17:32 ` Chocimier
2020-07-24 15:54 ` aktsbot
  -- strict thread matches above, loose matches on Subject: below --
2020-07-17 19:14 [PR PATCH] " aktsbot
2020-07-17 19:29 ` [PR PATCH] [Updated] " aktsbot
2020-07-17 20:02 ` 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).