Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: font-vazir-code-1.1.2
@ 2020-12-24 11:45 make-file
  2021-01-12  5:37 ` [PR REVIEW] " ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: make-file @ 2020-12-24 11:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/make-file/void-packages font-vazir-code
https://github.com/void-linux/void-packages/pull/27400

New package: font-vazir-code-1.1.2
This font support of persian/farsi glyphes  in monospaced fonts, which is not found in other already added persian/farsi fonts.

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

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

From e30ebcdc4cd80096757817f5b39f5d0d1c72bbc1 Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Thu, 24 Dec 2020 15:03:35 +0330
Subject: [PATCH] New package: font-vazir-code-1.1.2

---
 srcpkgs/font-vazir-code/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/font-vazir-code/template

diff --git a/srcpkgs/font-vazir-code/template b/srcpkgs/font-vazir-code/template
new file mode 100644
index 00000000000..17ffcd374d1
--- /dev/null
+++ b/srcpkgs/font-vazir-code/template
@@ -0,0 +1,22 @@
+# Template file for 'font-vazir-code'
+pkgname=font-vazir-code
+version=1.1.2
+revision=1
+create_wrksrc=yes
+depends="font-util"
+short_desc="Persian (farsi) Monospaced Font for coding"
+maintainer="mkf <makefile@riseup.net>"
+license="custom:Public Domain"
+homepage="https://github.com/rastikerdar/vazir-code-font"
+distfiles="https://github.com/rastikerdar/vazir-code-font/releases/download/v${version}/vazir-code-font-v${version}.zip"
+checksum=5c10819faef1d281db03703a82d498815b3d73b83badfa3100f9bbcd893b071e
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: font-vazir-code-1.1.2
  2020-12-24 11:45 [PR PATCH] New package: font-vazir-code-1.1.2 make-file
@ 2021-01-12  5:37 ` ericonr
  2021-01-12 15:48 ` [PR PATCH] [Updated] " make-file
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-01-12  5:37 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27400#discussion_r555524701

Comment:
I don't think it needs the "for coding" part.

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

* Re: [PR PATCH] [Updated] New package: font-vazir-code-1.1.2
  2020-12-24 11:45 [PR PATCH] New package: font-vazir-code-1.1.2 make-file
  2021-01-12  5:37 ` [PR REVIEW] " ericonr
@ 2021-01-12 15:48 ` make-file
  2021-01-12 15:49 ` [PR REVIEW] " make-file
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: make-file @ 2021-01-12 15:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/make-file/void-packages font-vazir-code
https://github.com/void-linux/void-packages/pull/27400

New package: font-vazir-code-1.1.2
This font support of persian/farsi glyphes  in monospaced fonts, which is not found in other already added persian/farsi fonts.

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

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

From e5200f6f1a495e716c3484da9ec6558ed68188ac Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Thu, 24 Dec 2020 15:03:35 +0330
Subject: [PATCH] New package: font-vazir-code-1.1.2

---
 srcpkgs/font-vazir-code/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/font-vazir-code/template

diff --git a/srcpkgs/font-vazir-code/template b/srcpkgs/font-vazir-code/template
new file mode 100644
index 00000000000..e84f98a3966
--- /dev/null
+++ b/srcpkgs/font-vazir-code/template
@@ -0,0 +1,22 @@
+# Template file for 'font-vazir-code'
+pkgname=font-vazir-code
+version=1.1.2
+revision=1
+create_wrksrc=yes
+depends="font-util"
+short_desc="Persian (farsi) monospaced font"
+maintainer="mkf <makefile@riseup.net>"
+license="custom:Public Domain"
+homepage="https://github.com/rastikerdar/vazir-code-font"
+distfiles="https://github.com/rastikerdar/vazir-code-font/releases/download/v${version}/vazir-code-font-v${version}.zip"
+checksum=5c10819faef1d281db03703a82d498815b3d73b83badfa3100f9bbcd893b071e
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: font-vazir-code-1.1.2
  2020-12-24 11:45 [PR PATCH] New package: font-vazir-code-1.1.2 make-file
  2021-01-12  5:37 ` [PR REVIEW] " ericonr
  2021-01-12 15:48 ` [PR PATCH] [Updated] " make-file
@ 2021-01-12 15:49 ` make-file
  2021-01-15 18:48 ` ericonr
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: make-file @ 2021-01-12 15:49 UTC (permalink / raw)
  To: ml

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

New review comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27400#discussion_r555876085

Comment:
removed.

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

* Re: [PR REVIEW] New package: font-vazir-code-1.1.2
  2020-12-24 11:45 [PR PATCH] New package: font-vazir-code-1.1.2 make-file
                   ` (2 preceding siblings ...)
  2021-01-12 15:49 ` [PR REVIEW] " make-file
@ 2021-01-15 18:48 ` ericonr
  2021-01-16  7:50 ` [PR PATCH] [Updated] " make-file
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-01-15 18:48 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27400#discussion_r558507775

Comment:
So, I'm not totally sure this is the license... According to https://github.com/rastikerdar/vazir-code-font/blob/master/LICENSE , I think we should include the bitstream license as well. Btw, you can just use "Public Domain", no need to make it custom.

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

* Re: [PR PATCH] [Updated] New package: font-vazir-code-1.1.2
  2020-12-24 11:45 [PR PATCH] New package: font-vazir-code-1.1.2 make-file
                   ` (3 preceding siblings ...)
  2021-01-15 18:48 ` ericonr
@ 2021-01-16  7:50 ` make-file
  2021-01-16 15:50 ` [PR REVIEW] " make-file
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: make-file @ 2021-01-16  7:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/make-file/void-packages font-vazir-code
https://github.com/void-linux/void-packages/pull/27400

New package: font-vazir-code-1.1.2
This font support of persian/farsi glyphes  in monospaced fonts, which is not found in other already added persian/farsi fonts.

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

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

From cff10b3842f0bdbc3a9616e19c7dfa2141895d76 Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Thu, 24 Dec 2020 15:03:35 +0330
Subject: [PATCH] New package: font-vazir-code-1.1.2

---
 srcpkgs/font-vazir-code/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/font-vazir-code/template

diff --git a/srcpkgs/font-vazir-code/template b/srcpkgs/font-vazir-code/template
new file mode 100644
index 00000000000..d8fcf716701
--- /dev/null
+++ b/srcpkgs/font-vazir-code/template
@@ -0,0 +1,22 @@
+# Template file for 'font-vazir-code'
+pkgname=font-vazir-code
+version=1.1.2
+revision=1
+create_wrksrc=yes
+depends="font-util"
+short_desc="Persian (farsi) monospaced font"
+maintainer="mkf <makefile@riseup.net>"
+license="Public Domain , custom:bitstream"
+homepage="https://github.com/rastikerdar/vazir-code-font"
+distfiles="https://github.com/rastikerdar/vazir-code-font/releases/download/v${version}/vazir-code-font-v${version}.zip"
+checksum=5c10819faef1d281db03703a82d498815b3d73b83badfa3100f9bbcd893b071e
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	vmkdir usr/share/fonts/TTF
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: font-vazir-code-1.1.2
  2020-12-24 11:45 [PR PATCH] New package: font-vazir-code-1.1.2 make-file
                   ` (4 preceding siblings ...)
  2021-01-16  7:50 ` [PR PATCH] [Updated] " make-file
@ 2021-01-16 15:50 ` make-file
  2021-01-16 15:51 ` make-file
  2021-04-18  4:17 ` [PR PATCH] [Closed]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: make-file @ 2021-01-16 15:50 UTC (permalink / raw)
  To: ml

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

New review comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27400#discussion_r558936249

Comment:
seems no.

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

* Re: [PR REVIEW] New package: font-vazir-code-1.1.2
  2020-12-24 11:45 [PR PATCH] New package: font-vazir-code-1.1.2 make-file
                   ` (5 preceding siblings ...)
  2021-01-16 15:50 ` [PR REVIEW] " make-file
@ 2021-01-16 15:51 ` make-file
  2021-04-18  4:17 ` [PR PATCH] [Closed]: " ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: make-file @ 2021-01-16 15:51 UTC (permalink / raw)
  To: ml

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

New review comment by make-file on void-packages repository

https://github.com/void-linux/void-packages/pull/27400#discussion_r558936249

Comment:
> Btw, you can just use "Public Domain", no need to make it custom.

seems no.

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

* Re: [PR PATCH] [Closed]: New package: font-vazir-code-1.1.2
  2020-12-24 11:45 [PR PATCH] New package: font-vazir-code-1.1.2 make-file
                   ` (6 preceding siblings ...)
  2021-01-16 15:51 ` make-file
@ 2021-04-18  4:17 ` ericonr
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-04-18  4:17 UTC (permalink / raw)
  To: ml

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

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

New package: font-vazir-code-1.1.2
https://github.com/void-linux/void-packages/pull/27400

Description:
This font support of persian/farsi glyphes  in monospaced fonts, which is not found in other already added persian/farsi fonts.

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

end of thread, other threads:[~2021-04-18  4:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-24 11:45 [PR PATCH] New package: font-vazir-code-1.1.2 make-file
2021-01-12  5:37 ` [PR REVIEW] " ericonr
2021-01-12 15:48 ` [PR PATCH] [Updated] " make-file
2021-01-12 15:49 ` [PR REVIEW] " make-file
2021-01-15 18:48 ` ericonr
2021-01-16  7:50 ` [PR PATCH] [Updated] " make-file
2021-01-16 15:50 ` [PR REVIEW] " make-file
2021-01-16 15:51 ` make-file
2021-04-18  4:17 ` [PR PATCH] [Closed]: " ericonr

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