Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: font-vazir-20.1.0
@ 2019-07-20 11:20 voidlinux-github
  2019-07-20 11:36 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 11:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From d3c5bba9c92591a9c8161d719483f26e83800eae Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 15:40:47 +0430
Subject: [PATCH] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..3f40114e666
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+hostmakedepends="unzip"
+depends="font-util"
+wrksrc="vazir-font-v20.1.0_1"
+create_wrksrc=yes
+short_desc="A Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+homepage="https://github.com/rastikerdar/vazir-font"
+license="OFL-1.1"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
  2019-07-20 11:36 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-20 11:36 ` voidlinux-github
  2019-07-20 11:51 ` voidlinux-github
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 11:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From d3c5bba9c92591a9c8161d719483f26e83800eae Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 15:40:47 +0430
Subject: [PATCH 1/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..3f40114e666
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+hostmakedepends="unzip"
+depends="font-util"
+wrksrc="vazir-font-v20.1.0_1"
+create_wrksrc=yes
+short_desc="A Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+homepage="https://github.com/rastikerdar/vazir-font"
+license="OFL-1.1"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

From b13459501e6f1cc3bc4cea7d319a23a134dd32a1 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:05:41 +0430
Subject: [PATCH 2/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
index 3f40114e666..9cc9dc7b19b 100755
--- a/srcpkgs/font-vazir/template
+++ b/srcpkgs/font-vazir/template
@@ -4,13 +4,13 @@ version=20.1.0
 revision=1
 archs=noarch
 hostmakedepends="unzip"
-depends="font-util"
 wrksrc="vazir-font-v20.1.0_1"
 create_wrksrc=yes
-short_desc="A Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
 maintainer="Linarcx <linarcx@gmail.com>"
-homepage="https://github.com/rastikerdar/vazir-font"
 license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
 distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
 checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
 

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
@ 2019-07-20 11:36 ` voidlinux-github
  2019-07-20 11:36 ` voidlinux-github
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 11:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From d3c5bba9c92591a9c8161d719483f26e83800eae Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 15:40:47 +0430
Subject: [PATCH 1/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..3f40114e666
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+hostmakedepends="unzip"
+depends="font-util"
+wrksrc="vazir-font-v20.1.0_1"
+create_wrksrc=yes
+short_desc="A Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+homepage="https://github.com/rastikerdar/vazir-font"
+license="OFL-1.1"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

From b13459501e6f1cc3bc4cea7d319a23a134dd32a1 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:05:41 +0430
Subject: [PATCH 2/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
index 3f40114e666..9cc9dc7b19b 100755
--- a/srcpkgs/font-vazir/template
+++ b/srcpkgs/font-vazir/template
@@ -4,13 +4,13 @@ version=20.1.0
 revision=1
 archs=noarch
 hostmakedepends="unzip"
-depends="font-util"
 wrksrc="vazir-font-v20.1.0_1"
 create_wrksrc=yes
-short_desc="A Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
 maintainer="Linarcx <linarcx@gmail.com>"
-homepage="https://github.com/rastikerdar/vazir-font"
 license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
 distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
 checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
 

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-20 11:51 ` voidlinux-github
@ 2019-07-20 11:51 ` voidlinux-github
  2019-07-20 12:11 ` voidlinux-github
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 11:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From a25713db0de9beeebf0a616bcb9f2ebc78728805 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:05:41 +0430
Subject: [PATCH] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..9cc9dc7b19b
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+hostmakedepends="unzip"
+wrksrc="vazir-font-v20.1.0_1"
+create_wrksrc=yes
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
  2019-07-20 11:36 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-20 11:36 ` voidlinux-github
@ 2019-07-20 11:51 ` voidlinux-github
  2019-07-20 11:51 ` voidlinux-github
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 11:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From a25713db0de9beeebf0a616bcb9f2ebc78728805 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:05:41 +0430
Subject: [PATCH] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..9cc9dc7b19b
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+hostmakedepends="unzip"
+wrksrc="vazir-font-v20.1.0_1"
+create_wrksrc=yes
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-07-20 12:11 ` voidlinux-github
@ 2019-07-20 12:11 ` voidlinux-github
  2019-07-20 12:13 ` voidlinux-github
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 12:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From a25713db0de9beeebf0a616bcb9f2ebc78728805 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:05:41 +0430
Subject: [PATCH 1/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..9cc9dc7b19b
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+hostmakedepends="unzip"
+wrksrc="vazir-font-v20.1.0_1"
+create_wrksrc=yes
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

From ee69b1b6c632074c22798958a326bbf2c7baa15d Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:41:28 +0430
Subject: [PATCH 2/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
index 9cc9dc7b19b..c022df4a73c 100755
--- a/srcpkgs/font-vazir/template
+++ b/srcpkgs/font-vazir/template
@@ -3,8 +3,8 @@ pkgname=font-vazir
 version=20.1.0
 revision=1
 archs=noarch
+wrksrc="vazir-font-v${version}_1"
 hostmakedepends="unzip"
-wrksrc="vazir-font-v20.1.0_1"
 create_wrksrc=yes
 depends="font-util"
 short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-20 11:51 ` voidlinux-github
@ 2019-07-20 12:11 ` voidlinux-github
  2019-07-20 12:11 ` voidlinux-github
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 12:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From a25713db0de9beeebf0a616bcb9f2ebc78728805 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:05:41 +0430
Subject: [PATCH 1/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..9cc9dc7b19b
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+hostmakedepends="unzip"
+wrksrc="vazir-font-v20.1.0_1"
+create_wrksrc=yes
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

From ee69b1b6c632074c22798958a326bbf2c7baa15d Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:41:28 +0430
Subject: [PATCH 2/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
index 9cc9dc7b19b..c022df4a73c 100755
--- a/srcpkgs/font-vazir/template
+++ b/srcpkgs/font-vazir/template
@@ -3,8 +3,8 @@ pkgname=font-vazir
 version=20.1.0
 revision=1
 archs=noarch
+wrksrc="vazir-font-v${version}_1"
 hostmakedepends="unzip"
-wrksrc="vazir-font-v20.1.0_1"
 create_wrksrc=yes
 depends="font-util"
 short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-07-20 12:11 ` voidlinux-github
@ 2019-07-20 12:13 ` voidlinux-github
  2019-07-20 12:13 ` voidlinux-github
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 12:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From 46dfb4a157e169cd393c4f23e32583d9d2eda165 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:42:44 +0430
Subject: [PATCH] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..c022df4a73c
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+wrksrc="vazir-font-v${version}_1"
+hostmakedepends="unzip"
+create_wrksrc=yes
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-07-20 12:13 ` voidlinux-github
@ 2019-07-20 12:13 ` voidlinux-github
  2019-07-20 12:17 ` voidlinux-github
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 12:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From 46dfb4a157e169cd393c4f23e32583d9d2eda165 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:42:44 +0430
Subject: [PATCH] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..c022df4a73c
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+wrksrc="vazir-font-v${version}_1"
+hostmakedepends="unzip"
+create_wrksrc=yes
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-07-20 12:13 ` voidlinux-github
@ 2019-07-20 12:17 ` voidlinux-github
  2019-07-20 12:17 ` voidlinux-github
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 12:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From 46dfb4a157e169cd393c4f23e32583d9d2eda165 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:42:44 +0430
Subject: [PATCH 1/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..c022df4a73c
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+wrksrc="vazir-font-v${version}_1"
+hostmakedepends="unzip"
+create_wrksrc=yes
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

From 6cf9bd665ee49ba834853a7f6425a0ad7b54ae46 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:47:33 +0430
Subject: [PATCH 2/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
index c022df4a73c..63e93cab683 100755
--- a/srcpkgs/font-vazir/template
+++ b/srcpkgs/font-vazir/template
@@ -4,8 +4,8 @@ version=20.1.0
 revision=1
 archs=noarch
 wrksrc="vazir-font-v${version}_1"
-hostmakedepends="unzip"
 create_wrksrc=yes
+hostmakedepends="unzip"
 depends="font-util"
 short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
 maintainer="Linarcx <linarcx@gmail.com>"

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-07-20 12:17 ` voidlinux-github
@ 2019-07-20 12:17 ` voidlinux-github
  2019-07-20 12:19 ` voidlinux-github
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 12:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From 46dfb4a157e169cd393c4f23e32583d9d2eda165 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:42:44 +0430
Subject: [PATCH 1/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..c022df4a73c
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+wrksrc="vazir-font-v${version}_1"
+hostmakedepends="unzip"
+create_wrksrc=yes
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

From 6cf9bd665ee49ba834853a7f6425a0ad7b54ae46 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:47:33 +0430
Subject: [PATCH 2/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
index c022df4a73c..63e93cab683 100755
--- a/srcpkgs/font-vazir/template
+++ b/srcpkgs/font-vazir/template
@@ -4,8 +4,8 @@ version=20.1.0
 revision=1
 archs=noarch
 wrksrc="vazir-font-v${version}_1"
-hostmakedepends="unzip"
 create_wrksrc=yes
+hostmakedepends="unzip"
 depends="font-util"
 short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
 maintainer="Linarcx <linarcx@gmail.com>"

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-07-20 12:19 ` voidlinux-github
@ 2019-07-20 12:19 ` voidlinux-github
  2019-07-20 14:05 ` voidlinux-github
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 12:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From 7e922c0f265a0efadfccb2bae9394ea5dd78b709 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:48:21 +0430
Subject: [PATCH] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..63e93cab683
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+wrksrc="vazir-font-v${version}_1"
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-07-20 12:17 ` voidlinux-github
@ 2019-07-20 12:19 ` voidlinux-github
  2019-07-20 12:19 ` voidlinux-github
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 12:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From 7e922c0f265a0efadfccb2bae9394ea5dd78b709 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:48:21 +0430
Subject: [PATCH] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..63e93cab683
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+wrksrc="vazir-font-v${version}_1"
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-07-20 12:19 ` voidlinux-github
@ 2019-07-20 14:05 ` voidlinux-github
  2019-07-20 14:05 ` voidlinux-github
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 14:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From 7e922c0f265a0efadfccb2bae9394ea5dd78b709 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:48:21 +0430
Subject: [PATCH 1/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..63e93cab683
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+wrksrc="vazir-font-v${version}_1"
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

From ac097c153905c99bb037f098e236432dca634f6c Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 18:35:28 +0430
Subject: [PATCH 2/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
index 63e93cab683..e5c12a9bc30 100755
--- a/srcpkgs/font-vazir/template
+++ b/srcpkgs/font-vazir/template
@@ -3,7 +3,7 @@ pkgname=font-vazir
 version=20.1.0
 revision=1
 archs=noarch
-wrksrc="vazir-font-v${version}_1"
+#wrksrc="vazir-font-v${version}_1"
 create_wrksrc=yes
 hostmakedepends="unzip"
 depends="font-util"

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-07-20 14:05 ` voidlinux-github
@ 2019-07-20 14:05 ` voidlinux-github
  2019-07-20 14:07 ` voidlinux-github
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 14:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From 7e922c0f265a0efadfccb2bae9394ea5dd78b709 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 16:48:21 +0430
Subject: [PATCH 1/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..63e93cab683
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+wrksrc="vazir-font-v${version}_1"
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

From ac097c153905c99bb037f098e236432dca634f6c Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 18:35:28 +0430
Subject: [PATCH 2/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
index 63e93cab683..e5c12a9bc30 100755
--- a/srcpkgs/font-vazir/template
+++ b/srcpkgs/font-vazir/template
@@ -3,7 +3,7 @@ pkgname=font-vazir
 version=20.1.0
 revision=1
 archs=noarch
-wrksrc="vazir-font-v${version}_1"
+#wrksrc="vazir-font-v${version}_1"
 create_wrksrc=yes
 hostmakedepends="unzip"
 depends="font-util"

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-07-20 14:05 ` voidlinux-github
@ 2019-07-20 14:07 ` voidlinux-github
  2019-07-20 14:07 ` voidlinux-github
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 14:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From 9a72f9d9f5a7d1414cb07c962b2e85bb79ffac56 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 18:37:18 +0430
Subject: [PATCH] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..e5c12a9bc30
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+#wrksrc="vazir-font-v${version}_1"
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-07-20 14:07 ` voidlinux-github
@ 2019-07-20 14:07 ` voidlinux-github
  2019-07-20 14:09 ` voidlinux-github
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 14:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From 9a72f9d9f5a7d1414cb07c962b2e85bb79ffac56 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 18:37:18 +0430
Subject: [PATCH] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..e5c12a9bc30
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+#wrksrc="vazir-font-v${version}_1"
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (15 preceding siblings ...)
  2019-07-20 14:07 ` voidlinux-github
@ 2019-07-20 14:09 ` voidlinux-github
  2019-07-20 14:09 ` voidlinux-github
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 14:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From 9a72f9d9f5a7d1414cb07c962b2e85bb79ffac56 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 18:37:18 +0430
Subject: [PATCH 1/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..e5c12a9bc30
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+#wrksrc="vazir-font-v${version}_1"
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

From 920d9fd052371c57511812912bb367148c76c1cb Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 18:39:35 +0430
Subject: [PATCH 2/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
index e5c12a9bc30..bb89708782a 100755
--- a/srcpkgs/font-vazir/template
+++ b/srcpkgs/font-vazir/template
@@ -3,7 +3,6 @@ pkgname=font-vazir
 version=20.1.0
 revision=1
 archs=noarch
-#wrksrc="vazir-font-v${version}_1"
 create_wrksrc=yes
 hostmakedepends="unzip"
 depends="font-util"

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (16 preceding siblings ...)
  2019-07-20 14:09 ` voidlinux-github
@ 2019-07-20 14:09 ` voidlinux-github
  2019-07-20 14:10 ` voidlinux-github
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 14:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From 9a72f9d9f5a7d1414cb07c962b2e85bb79ffac56 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 18:37:18 +0430
Subject: [PATCH 1/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100755 srcpkgs/font-vazir/template

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..e5c12a9bc30
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,23 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+#wrksrc="vazir-font-v${version}_1"
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

From 920d9fd052371c57511812912bb367148c76c1cb Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 18:39:35 +0430
Subject: [PATCH 2/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
index e5c12a9bc30..bb89708782a 100755
--- a/srcpkgs/font-vazir/template
+++ b/srcpkgs/font-vazir/template
@@ -3,7 +3,6 @@ pkgname=font-vazir
 version=20.1.0
 revision=1
 archs=noarch
-#wrksrc="vazir-font-v${version}_1"
 create_wrksrc=yes
 hostmakedepends="unzip"
 depends="font-util"

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (18 preceding siblings ...)
  2019-07-20 14:10 ` voidlinux-github
@ 2019-07-20 14:10 ` voidlinux-github
  2019-07-23  5:47 ` voidlinux-github
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 14:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From a66c084d12286e8f28a0b5c3e6ee5e53953b1adc Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 18:40:17 +0430
Subject: [PATCH] New package: font-vazir-20.1.0

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

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..bb89708782a
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,22 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (17 preceding siblings ...)
  2019-07-20 14:09 ` voidlinux-github
@ 2019-07-20 14:10 ` voidlinux-github
  2019-07-20 14:10 ` voidlinux-github
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-20 14:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From a66c084d12286e8f28a0b5c3e6ee5e53953b1adc Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 18:40:17 +0430
Subject: [PATCH] New package: font-vazir-20.1.0

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

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..bb89708782a
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,22 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (19 preceding siblings ...)
  2019-07-20 14:10 ` voidlinux-github
@ 2019-07-23  5:47 ` voidlinux-github
  2019-07-23  5:47 ` voidlinux-github
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-23  5:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From a66c084d12286e8f28a0b5c3e6ee5e53953b1adc Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 18:40:17 +0430
Subject: [PATCH 1/2] New package: font-vazir-20.1.0

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

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..bb89708782a
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,22 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

From 67a0e8734196fae5169d8cb24a5463075bc65003 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Tue, 23 Jul 2019 10:17:01 +0430
Subject: [PATCH 2/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
index bb89708782a..faea8ba6438 100755
--- a/srcpkgs/font-vazir/template
+++ b/srcpkgs/font-vazir/template
@@ -7,7 +7,7 @@ create_wrksrc=yes
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
-maintainer="Linarcx <linarcx@gmail.com>"
+maintainer="linarcx <linarcx@gmail.com>"
 license="OFL-1.1"
 homepage="https://github.com/rastikerdar/vazir-font"
 distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (20 preceding siblings ...)
  2019-07-23  5:47 ` voidlinux-github
@ 2019-07-23  5:47 ` voidlinux-github
  2019-07-23  5:48 ` voidlinux-github
  2019-07-23  5:48 ` voidlinux-github
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-23  5:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From a66c084d12286e8f28a0b5c3e6ee5e53953b1adc Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Sat, 20 Jul 2019 18:40:17 +0430
Subject: [PATCH 1/2] New package: font-vazir-20.1.0

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

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..bb89708782a
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,22 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="Linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

From 67a0e8734196fae5169d8cb24a5463075bc65003 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Tue, 23 Jul 2019 10:17:01 +0430
Subject: [PATCH 2/2] New package: font-vazir-20.1.0

---
 srcpkgs/font-vazir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
index bb89708782a..faea8ba6438 100755
--- a/srcpkgs/font-vazir/template
+++ b/srcpkgs/font-vazir/template
@@ -7,7 +7,7 @@ create_wrksrc=yes
 hostmakedepends="unzip"
 depends="font-util"
 short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
-maintainer="Linarcx <linarcx@gmail.com>"
+maintainer="linarcx <linarcx@gmail.com>"
 license="OFL-1.1"
 homepage="https://github.com/rastikerdar/vazir-font"
 distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (22 preceding siblings ...)
  2019-07-23  5:48 ` voidlinux-github
@ 2019-07-23  5:48 ` voidlinux-github
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-23  5:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From 6dddb989c47bbc024643580b3667ec0e4593c576 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Tue, 23 Jul 2019 10:18:09 +0430
Subject: [PATCH] New package: font-vazir-20.1.0

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

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..faea8ba6438
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,22 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: font-vazir-20.1.0
  2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
                   ` (21 preceding siblings ...)
  2019-07-23  5:47 ` voidlinux-github
@ 2019-07-23  5:48 ` voidlinux-github
  2019-07-23  5:48 ` voidlinux-github
  23 siblings, 0 replies; 25+ messages in thread
From: voidlinux-github @ 2019-07-23  5:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages font-vazir-20.1.0
https://github.com/void-linux/void-packages/pull/13248

New package: font-vazir-20.1.0
I'm a persian user and need this. Hope other persian users like it too:

https://github.com/rastikerdar/vazir-font


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

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

From 6dddb989c47bbc024643580b3667ec0e4593c576 Mon Sep 17 00:00:00 2001
From: LinArcX <linarcx@gmail.com>
Date: Tue, 23 Jul 2019 10:18:09 +0430
Subject: [PATCH] New package: font-vazir-20.1.0

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

diff --git a/srcpkgs/font-vazir/template b/srcpkgs/font-vazir/template
new file mode 100755
index 00000000000..faea8ba6438
--- /dev/null
+++ b/srcpkgs/font-vazir/template
@@ -0,0 +1,22 @@
+# Template file for 'font-vazir'
+pkgname=font-vazir
+version=20.1.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+hostmakedepends="unzip"
+depends="font-util"
+short_desc="Persian (Farsi) Font - قلم (فونت) فارسی وزیر"
+maintainer="linarcx <linarcx@gmail.com>"
+license="OFL-1.1"
+homepage="https://github.com/rastikerdar/vazir-font"
+distfiles="https://github.com/rastikerdar/vazir-font/releases/download/v${version}/vazir-font-v${version}.zip"
+checksum=843f6bfbc7c214ab339f3e7a555bfeb20c6ddebbe3885a33a2c3b4098cf64576
+
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+	for f in ./*.ttf; do
+		vinstall "$f" 644 usr/share/fonts/TTF
+	done
+}

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

end of thread, other threads:[~2019-07-23  5:48 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-20 11:20 [PR PATCH] New package: font-vazir-20.1.0 voidlinux-github
2019-07-20 11:36 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-20 11:36 ` voidlinux-github
2019-07-20 11:51 ` voidlinux-github
2019-07-20 11:51 ` voidlinux-github
2019-07-20 12:11 ` voidlinux-github
2019-07-20 12:11 ` voidlinux-github
2019-07-20 12:13 ` voidlinux-github
2019-07-20 12:13 ` voidlinux-github
2019-07-20 12:17 ` voidlinux-github
2019-07-20 12:17 ` voidlinux-github
2019-07-20 12:19 ` voidlinux-github
2019-07-20 12:19 ` voidlinux-github
2019-07-20 14:05 ` voidlinux-github
2019-07-20 14:05 ` voidlinux-github
2019-07-20 14:07 ` voidlinux-github
2019-07-20 14:07 ` voidlinux-github
2019-07-20 14:09 ` voidlinux-github
2019-07-20 14:09 ` voidlinux-github
2019-07-20 14:10 ` voidlinux-github
2019-07-20 14:10 ` voidlinux-github
2019-07-23  5:47 ` voidlinux-github
2019-07-23  5:47 ` voidlinux-github
2019-07-23  5:48 ` voidlinux-github
2019-07-23  5:48 ` voidlinux-github

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