Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: scientifica-doubled-font
@ 2019-10-12 15:43 voidlinux-github
  2019-10-13  2:51 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-13  2:51 ` voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-10-12 15:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NerdyPepper/void-packages scientifica-doubled-font
https://github.com/void-linux/void-packages/pull/15400

New package: scientifica-doubled-font
This package includes [scientifica](https://github.com/nerdypepper/scientifica) at doubled size (22px).

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

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

From 5c00d0620192795ea54d924284cb6a5eac5039cc Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sat, 12 Oct 2019 21:11:24 +0530
Subject: [PATCH] New package: scientifica-doubled-font

---
 srcpkgs/scientifica-doubled-font/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/scientifica-doubled-font/template

diff --git a/srcpkgs/scientifica-doubled-font/template b/srcpkgs/scientifica-doubled-font/template
new file mode 100644
index 00000000000..a4c0b2f4303
--- /dev/null
+++ b/srcpkgs/scientifica-doubled-font/template
@@ -0,0 +1,23 @@
+# Template file for 'scientifica-font'
+pkgname=scientifica-doubled-font
+version=1.1
+revision=1
+archs=noarch
+create_wrksrc="yes"
+depends="font-util"
+short_desc="Tall and Condensed bitmap font for geeks - 22px"
+maintainer="Akshay <nerdypepper@tuta.io>"
+license="OFL-1.1"
+homepage="https://github.com/nerdypepper/scientifica"
+distfiles="https://github.com/NerdyPepper/scientifica/releases/download/v${version}/scientifica-doubled-v${version}.tar.gz"
+checksum=834f197753fc6503c0714f183794ece2f7b098f03cdfde86c6afbf084de0482b
+font_dirs="/usr/share/fonts/X11/misc"
+
+do_install() {
+	vmkdir "$font_dirs"
+	for i in *.otb; do
+		vinstall "$i" 644 "$font_dirs"
+	done
+	vdoc README.md
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: scientifica-doubled-font
  2019-10-12 15:43 [PR PATCH] New package: scientifica-doubled-font voidlinux-github
  2019-10-13  2:51 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-13  2:51 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-10-13  2:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NerdyPepper/void-packages scientifica-doubled-font
https://github.com/void-linux/void-packages/pull/15400

New package: scientifica-doubled-font
This package includes [scientifica](https://github.com/nerdypepper/scientifica) at doubled size (22px).

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

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

From 5c00d0620192795ea54d924284cb6a5eac5039cc Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sat, 12 Oct 2019 21:11:24 +0530
Subject: [PATCH 1/2] New package: scientifica-doubled-font

---
 srcpkgs/scientifica-doubled-font/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/scientifica-doubled-font/template

diff --git a/srcpkgs/scientifica-doubled-font/template b/srcpkgs/scientifica-doubled-font/template
new file mode 100644
index 00000000000..a4c0b2f4303
--- /dev/null
+++ b/srcpkgs/scientifica-doubled-font/template
@@ -0,0 +1,23 @@
+# Template file for 'scientifica-font'
+pkgname=scientifica-doubled-font
+version=1.1
+revision=1
+archs=noarch
+create_wrksrc="yes"
+depends="font-util"
+short_desc="Tall and Condensed bitmap font for geeks - 22px"
+maintainer="Akshay <nerdypepper@tuta.io>"
+license="OFL-1.1"
+homepage="https://github.com/nerdypepper/scientifica"
+distfiles="https://github.com/NerdyPepper/scientifica/releases/download/v${version}/scientifica-doubled-v${version}.tar.gz"
+checksum=834f197753fc6503c0714f183794ece2f7b098f03cdfde86c6afbf084de0482b
+font_dirs="/usr/share/fonts/X11/misc"
+
+do_install() {
+	vmkdir "$font_dirs"
+	for i in *.otb; do
+		vinstall "$i" 644 "$font_dirs"
+	done
+	vdoc README.md
+	vlicense LICENSE
+}

From e40cae9ad226aaadcc87f099af832d05d9d94ecb Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sun, 13 Oct 2019 08:20:51 +0530
Subject: [PATCH 2/2] fix template header

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

diff --git a/srcpkgs/scientifica-doubled-font/template b/srcpkgs/scientifica-doubled-font/template
index a4c0b2f4303..54dbe745ece 100644
--- a/srcpkgs/scientifica-doubled-font/template
+++ b/srcpkgs/scientifica-doubled-font/template
@@ -1,4 +1,4 @@
-# Template file for 'scientifica-font'
+# Template file for 'scientifica-doubled-font'
 pkgname=scientifica-doubled-font
 version=1.1
 revision=1

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

* Re: [PR PATCH] [Updated] New package: scientifica-doubled-font
  2019-10-12 15:43 [PR PATCH] New package: scientifica-doubled-font voidlinux-github
@ 2019-10-13  2:51 ` voidlinux-github
  2019-10-13  2:51 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-10-13  2:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NerdyPepper/void-packages scientifica-doubled-font
https://github.com/void-linux/void-packages/pull/15400

New package: scientifica-doubled-font
This package includes [scientifica](https://github.com/nerdypepper/scientifica) at doubled size (22px).

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

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

From 5c00d0620192795ea54d924284cb6a5eac5039cc Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sat, 12 Oct 2019 21:11:24 +0530
Subject: [PATCH 1/2] New package: scientifica-doubled-font

---
 srcpkgs/scientifica-doubled-font/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/scientifica-doubled-font/template

diff --git a/srcpkgs/scientifica-doubled-font/template b/srcpkgs/scientifica-doubled-font/template
new file mode 100644
index 00000000000..a4c0b2f4303
--- /dev/null
+++ b/srcpkgs/scientifica-doubled-font/template
@@ -0,0 +1,23 @@
+# Template file for 'scientifica-font'
+pkgname=scientifica-doubled-font
+version=1.1
+revision=1
+archs=noarch
+create_wrksrc="yes"
+depends="font-util"
+short_desc="Tall and Condensed bitmap font for geeks - 22px"
+maintainer="Akshay <nerdypepper@tuta.io>"
+license="OFL-1.1"
+homepage="https://github.com/nerdypepper/scientifica"
+distfiles="https://github.com/NerdyPepper/scientifica/releases/download/v${version}/scientifica-doubled-v${version}.tar.gz"
+checksum=834f197753fc6503c0714f183794ece2f7b098f03cdfde86c6afbf084de0482b
+font_dirs="/usr/share/fonts/X11/misc"
+
+do_install() {
+	vmkdir "$font_dirs"
+	for i in *.otb; do
+		vinstall "$i" 644 "$font_dirs"
+	done
+	vdoc README.md
+	vlicense LICENSE
+}

From e40cae9ad226aaadcc87f099af832d05d9d94ecb Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sun, 13 Oct 2019 08:20:51 +0530
Subject: [PATCH 2/2] fix template header

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

diff --git a/srcpkgs/scientifica-doubled-font/template b/srcpkgs/scientifica-doubled-font/template
index a4c0b2f4303..54dbe745ece 100644
--- a/srcpkgs/scientifica-doubled-font/template
+++ b/srcpkgs/scientifica-doubled-font/template
@@ -1,4 +1,4 @@
-# Template file for 'scientifica-font'
+# Template file for 'scientifica-doubled-font'
 pkgname=scientifica-doubled-font
 version=1.1
 revision=1

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

end of thread, other threads:[~2019-10-13  2:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-12 15:43 [PR PATCH] New package: scientifica-doubled-font voidlinux-github
2019-10-13  2:51 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-13  2:51 ` 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).