Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: curie-font
@ 2019-10-13  3:37 voidlinux-github
  2019-10-13  4:49 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-13  3:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NerdyPepper/void-packages curie-font
https://github.com/void-linux/void-packages/pull/15428

New package: curie-font
This package contains the bitmap font, [curie](https://github.com/nerdypepper/curie).

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

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

From daf579fec35ab46e7651d508d5f69cccb6dce7f1 Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sun, 13 Oct 2019 08:20:12 +0530
Subject: [PATCH] New package: curie-font

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

diff --git a/srcpkgs/curie-font/template b/srcpkgs/curie-font/template
new file mode 100644
index 00000000000..076caa3014b
--- /dev/null
+++ b/srcpkgs/curie-font/template
@@ -0,0 +1,23 @@
+# Template file for 'curie-font'
+pkgname=curie-font
+version=1.1
+revision=1
+archs=noarch
+create_wrksrc="yes"
+depends="font-util"
+short_desc="An upscaled version of scientifica"
+maintainer="Akshay <nerdypepper@tuta.io>"
+license="OFL-1.1"
+homepage="https://github.com/nerdypepper/curie"
+distfiles="https://github.com/NerdyPepper/curie/releases/download/v${version}/scientifica-v${version}.tar.gz"
+checksum=1163aaed072456a2253dcb0220facd6f7c5bd55791e5b95015521e95d01ca406
+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] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: curie-font
  2019-10-13  3:37 [PR PATCH] New package: curie-font voidlinux-github
@ 2019-10-13  4:49 ` voidlinux-github
  2019-10-13  4:49 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-13  4:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NerdyPepper/void-packages curie-font
https://github.com/void-linux/void-packages/pull/15428

New package: curie-font
This package contains the bitmap font, [curie](https://github.com/nerdypepper/curie).

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

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

From daf579fec35ab46e7651d508d5f69cccb6dce7f1 Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sun, 13 Oct 2019 08:20:12 +0530
Subject: [PATCH 1/2] New package: curie-font

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

diff --git a/srcpkgs/curie-font/template b/srcpkgs/curie-font/template
new file mode 100644
index 00000000000..076caa3014b
--- /dev/null
+++ b/srcpkgs/curie-font/template
@@ -0,0 +1,23 @@
+# Template file for 'curie-font'
+pkgname=curie-font
+version=1.1
+revision=1
+archs=noarch
+create_wrksrc="yes"
+depends="font-util"
+short_desc="An upscaled version of scientifica"
+maintainer="Akshay <nerdypepper@tuta.io>"
+license="OFL-1.1"
+homepage="https://github.com/nerdypepper/curie"
+distfiles="https://github.com/NerdyPepper/curie/releases/download/v${version}/scientifica-v${version}.tar.gz"
+checksum=1163aaed072456a2253dcb0220facd6f7c5bd55791e5b95015521e95d01ca406
+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 05327b343719b88c5fcb2cd5b717439613a1a34b Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sun, 13 Oct 2019 10:18:45 +0530
Subject: [PATCH 2/2] fix xlinter issues

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

diff --git a/srcpkgs/curie-font/template b/srcpkgs/curie-font/template
index 076caa3014b..5c00ac5487a 100644
--- a/srcpkgs/curie-font/template
+++ b/srcpkgs/curie-font/template
@@ -5,7 +5,7 @@ revision=1
 archs=noarch
 create_wrksrc="yes"
 depends="font-util"
-short_desc="An upscaled version of scientifica"
+short_desc="Upscaled version of scientifica"
 maintainer="Akshay <nerdypepper@tuta.io>"
 license="OFL-1.1"
 homepage="https://github.com/nerdypepper/curie"

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

* Re: [PR PATCH] [Updated] New package: curie-font
  2019-10-13  3:37 [PR PATCH] New package: curie-font voidlinux-github
  2019-10-13  4:49 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-13  4:49 ` voidlinux-github
  2019-10-17 14:17 ` voidlinux-github
  2019-10-17 14:17 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-13  4:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NerdyPepper/void-packages curie-font
https://github.com/void-linux/void-packages/pull/15428

New package: curie-font
This package contains the bitmap font, [curie](https://github.com/nerdypepper/curie).

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

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

From daf579fec35ab46e7651d508d5f69cccb6dce7f1 Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sun, 13 Oct 2019 08:20:12 +0530
Subject: [PATCH 1/2] New package: curie-font

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

diff --git a/srcpkgs/curie-font/template b/srcpkgs/curie-font/template
new file mode 100644
index 00000000000..076caa3014b
--- /dev/null
+++ b/srcpkgs/curie-font/template
@@ -0,0 +1,23 @@
+# Template file for 'curie-font'
+pkgname=curie-font
+version=1.1
+revision=1
+archs=noarch
+create_wrksrc="yes"
+depends="font-util"
+short_desc="An upscaled version of scientifica"
+maintainer="Akshay <nerdypepper@tuta.io>"
+license="OFL-1.1"
+homepage="https://github.com/nerdypepper/curie"
+distfiles="https://github.com/NerdyPepper/curie/releases/download/v${version}/scientifica-v${version}.tar.gz"
+checksum=1163aaed072456a2253dcb0220facd6f7c5bd55791e5b95015521e95d01ca406
+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 05327b343719b88c5fcb2cd5b717439613a1a34b Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sun, 13 Oct 2019 10:18:45 +0530
Subject: [PATCH 2/2] fix xlinter issues

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

diff --git a/srcpkgs/curie-font/template b/srcpkgs/curie-font/template
index 076caa3014b..5c00ac5487a 100644
--- a/srcpkgs/curie-font/template
+++ b/srcpkgs/curie-font/template
@@ -5,7 +5,7 @@ revision=1
 archs=noarch
 create_wrksrc="yes"
 depends="font-util"
-short_desc="An upscaled version of scientifica"
+short_desc="Upscaled version of scientifica"
 maintainer="Akshay <nerdypepper@tuta.io>"
 license="OFL-1.1"
 homepage="https://github.com/nerdypepper/curie"

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

* Re: [PR PATCH] [Updated] New package: curie-font
  2019-10-13  3:37 [PR PATCH] New package: curie-font voidlinux-github
  2019-10-13  4:49 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-13  4:49 ` voidlinux-github
@ 2019-10-17 14:17 ` voidlinux-github
  2019-10-17 14:17 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-17 14:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NerdyPepper/void-packages curie-font
https://github.com/void-linux/void-packages/pull/15428

New package: curie-font
This package contains the bitmap font, [curie](https://github.com/nerdypepper/curie).

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

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

From daf579fec35ab46e7651d508d5f69cccb6dce7f1 Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sun, 13 Oct 2019 08:20:12 +0530
Subject: [PATCH 1/3] New package: curie-font

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

diff --git a/srcpkgs/curie-font/template b/srcpkgs/curie-font/template
new file mode 100644
index 00000000000..076caa3014b
--- /dev/null
+++ b/srcpkgs/curie-font/template
@@ -0,0 +1,23 @@
+# Template file for 'curie-font'
+pkgname=curie-font
+version=1.1
+revision=1
+archs=noarch
+create_wrksrc="yes"
+depends="font-util"
+short_desc="An upscaled version of scientifica"
+maintainer="Akshay <nerdypepper@tuta.io>"
+license="OFL-1.1"
+homepage="https://github.com/nerdypepper/curie"
+distfiles="https://github.com/NerdyPepper/curie/releases/download/v${version}/scientifica-v${version}.tar.gz"
+checksum=1163aaed072456a2253dcb0220facd6f7c5bd55791e5b95015521e95d01ca406
+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 05327b343719b88c5fcb2cd5b717439613a1a34b Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sun, 13 Oct 2019 10:18:45 +0530
Subject: [PATCH 2/3] fix xlinter issues

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

diff --git a/srcpkgs/curie-font/template b/srcpkgs/curie-font/template
index 076caa3014b..5c00ac5487a 100644
--- a/srcpkgs/curie-font/template
+++ b/srcpkgs/curie-font/template
@@ -5,7 +5,7 @@ revision=1
 archs=noarch
 create_wrksrc="yes"
 depends="font-util"
-short_desc="An upscaled version of scientifica"
+short_desc="Upscaled version of scientifica"
 maintainer="Akshay <nerdypepper@tuta.io>"
 license="OFL-1.1"
 homepage="https://github.com/nerdypepper/curie"

From bc42a18a4fcc5ad5a1f974e2524faa05a523be36 Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Thu, 17 Oct 2019 19:46:40 +0530
Subject: [PATCH 3/3] fix broken links

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

diff --git a/srcpkgs/curie-font/template b/srcpkgs/curie-font/template
index 5c00ac5487a..e3bb0dc4f88 100644
--- a/srcpkgs/curie-font/template
+++ b/srcpkgs/curie-font/template
@@ -1,6 +1,6 @@
 # Template file for 'curie-font'
 pkgname=curie-font
-version=1.1
+version=1.0
 revision=1
 archs=noarch
 create_wrksrc="yes"
@@ -9,8 +9,8 @@ short_desc="Upscaled version of scientifica"
 maintainer="Akshay <nerdypepper@tuta.io>"
 license="OFL-1.1"
 homepage="https://github.com/nerdypepper/curie"
-distfiles="https://github.com/NerdyPepper/curie/releases/download/v${version}/scientifica-v${version}.tar.gz"
-checksum=1163aaed072456a2253dcb0220facd6f7c5bd55791e5b95015521e95d01ca406
+distfiles="https://github.com/NerdyPepper/curie/releases/download/v${version}/curie-v${version}.tar.gz"
+checksum=07cf4635b3a69b7958fdc456409105bbfe66a2b08cfd6ad141bfe6e9ca2f6edf
 font_dirs="/usr/share/fonts/X11/misc"
 
 do_install() {

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

* Re: [PR PATCH] [Updated] New package: curie-font
  2019-10-13  3:37 [PR PATCH] New package: curie-font voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-17 14:17 ` voidlinux-github
@ 2019-10-17 14:17 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-17 14:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NerdyPepper/void-packages curie-font
https://github.com/void-linux/void-packages/pull/15428

New package: curie-font
This package contains the bitmap font, [curie](https://github.com/nerdypepper/curie).

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

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

From daf579fec35ab46e7651d508d5f69cccb6dce7f1 Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sun, 13 Oct 2019 08:20:12 +0530
Subject: [PATCH 1/3] New package: curie-font

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

diff --git a/srcpkgs/curie-font/template b/srcpkgs/curie-font/template
new file mode 100644
index 00000000000..076caa3014b
--- /dev/null
+++ b/srcpkgs/curie-font/template
@@ -0,0 +1,23 @@
+# Template file for 'curie-font'
+pkgname=curie-font
+version=1.1
+revision=1
+archs=noarch
+create_wrksrc="yes"
+depends="font-util"
+short_desc="An upscaled version of scientifica"
+maintainer="Akshay <nerdypepper@tuta.io>"
+license="OFL-1.1"
+homepage="https://github.com/nerdypepper/curie"
+distfiles="https://github.com/NerdyPepper/curie/releases/download/v${version}/scientifica-v${version}.tar.gz"
+checksum=1163aaed072456a2253dcb0220facd6f7c5bd55791e5b95015521e95d01ca406
+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 05327b343719b88c5fcb2cd5b717439613a1a34b Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Sun, 13 Oct 2019 10:18:45 +0530
Subject: [PATCH 2/3] fix xlinter issues

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

diff --git a/srcpkgs/curie-font/template b/srcpkgs/curie-font/template
index 076caa3014b..5c00ac5487a 100644
--- a/srcpkgs/curie-font/template
+++ b/srcpkgs/curie-font/template
@@ -5,7 +5,7 @@ revision=1
 archs=noarch
 create_wrksrc="yes"
 depends="font-util"
-short_desc="An upscaled version of scientifica"
+short_desc="Upscaled version of scientifica"
 maintainer="Akshay <nerdypepper@tuta.io>"
 license="OFL-1.1"
 homepage="https://github.com/nerdypepper/curie"

From bc42a18a4fcc5ad5a1f974e2524faa05a523be36 Mon Sep 17 00:00:00 2001
From: Akshay <nerdypepper@tuta.io>
Date: Thu, 17 Oct 2019 19:46:40 +0530
Subject: [PATCH 3/3] fix broken links

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

diff --git a/srcpkgs/curie-font/template b/srcpkgs/curie-font/template
index 5c00ac5487a..e3bb0dc4f88 100644
--- a/srcpkgs/curie-font/template
+++ b/srcpkgs/curie-font/template
@@ -1,6 +1,6 @@
 # Template file for 'curie-font'
 pkgname=curie-font
-version=1.1
+version=1.0
 revision=1
 archs=noarch
 create_wrksrc="yes"
@@ -9,8 +9,8 @@ short_desc="Upscaled version of scientifica"
 maintainer="Akshay <nerdypepper@tuta.io>"
 license="OFL-1.1"
 homepage="https://github.com/nerdypepper/curie"
-distfiles="https://github.com/NerdyPepper/curie/releases/download/v${version}/scientifica-v${version}.tar.gz"
-checksum=1163aaed072456a2253dcb0220facd6f7c5bd55791e5b95015521e95d01ca406
+distfiles="https://github.com/NerdyPepper/curie/releases/download/v${version}/curie-v${version}.tar.gz"
+checksum=07cf4635b3a69b7958fdc456409105bbfe66a2b08cfd6ad141bfe6e9ca2f6edf
 font_dirs="/usr/share/fonts/X11/misc"
 
 do_install() {

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

end of thread, other threads:[~2019-10-17 14:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-13  3:37 [PR PATCH] New package: curie-font voidlinux-github
2019-10-13  4:49 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-13  4:49 ` voidlinux-github
2019-10-17 14:17 ` voidlinux-github
2019-10-17 14:17 ` 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).