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

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