Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New packages: font-comic-neue-ttf, font-comic-neue-otf
@ 2023-11-25 18:36 hunter00one
  2023-11-25 21:51 ` [PR PATCH] [Updated] " hunter00one
  0 siblings, 1 reply; 2+ messages in thread
From: hunter00one @ 2023-11-25 18:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hunter00one/void-packages comic-neue
https://github.com/void-linux/void-packages/pull/47397

New packages: font-comic-neue-ttf, font-comic-neue-otf
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-comic-neue-47397.patch --]
[-- Type: text/x-diff, Size: 2091 bytes --]

From ea284afa11c70000f1de85995d14c8f4564144e5 Mon Sep 17 00:00:00 2001
From: Hunter Ellett <hunter2k1@disroot.org>
Date: Sat, 25 Nov 2023 12:30:26 -0600
Subject: [PATCH] New packages: font-comic-neue-ttf, font-comic-neue-otf

---
 srcpkgs/font-comic-neue-otf          |  1 +
 srcpkgs/font-comic-neue-ttf/template | 36 ++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 120000 srcpkgs/font-comic-neue-otf
 create mode 100644 srcpkgs/font-comic-neue-ttf/template

diff --git a/srcpkgs/font-comic-neue-otf b/srcpkgs/font-comic-neue-otf
new file mode 120000
index 0000000000000..b21a285885bc5
--- /dev/null
+++ b/srcpkgs/font-comic-neue-otf
@@ -0,0 +1 @@
+font-comic-neue-ttf
\ No newline at end of file
diff --git a/srcpkgs/font-comic-neue-ttf/template b/srcpkgs/font-comic-neue-ttf/template
new file mode 100644
index 0000000000000..5dbc2d28185f6
--- /dev/null
+++ b/srcpkgs/font-comic-neue-ttf/template
@@ -0,0 +1,36 @@
+# Template file for 'font-comic-neue-ttf'
+pkgname=font-comic-neue-ttf
+version=2.51
+revision=1
+depends="font-util xbps-triggers"
+short_desc="Font that fixes the shortcomings of Comic Sans"
+maintainer="Hunter Ellett <hunter2k1@disroot.org>"
+license="OFL-1.1"
+homepage="https://comicneue.com/"
+distfiles="https://github.com/crozynski/comicneue/archive/refs/tags/${version}.tar.gz"
+checksum=e889262c56f177cd7d62e5340d9011d979e46ffc4e2a7d400190f0ad6471cce9
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+ vmkdir usr/share/fonts/TTF
+ vcopy Fonts/TTF/ComicNeue/*.ttf usr/share/fonts/TTF
+ vcopy Fonts/TTF/ComicNeue-Angular/*.ttf usr/share/fonts/TTF
+
+ vmkdir usr/share/fonts/OTF
+ vcopy Fonts/OTF/ComicNeue/*.otf usr/share/fonts/OTF
+ vcopy Fonts/OTF/ComicNeue-Angular/*.otf usr/share/fonts/OTF
+
+ vlicense OFL.txt
+ vdoc Booklet-ComicNeue.pdf
+}
+
+font-comic-neue-otf_package() {
+	depends="font-util xbps-triggers"
+	short_desc="Font that fixes the shortcomings of Comic Sans - OTF version"
+	font_dirs="/usr/share/fonts/OTF"
+	pkg_install() {
+		vmove usr/share/fonts/OTF
+		vlicense OFL.txt
+		vdoc Booklet-ComicNeue.pdf
+	}
+}

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

* Re: [PR PATCH] [Updated] New packages: font-comic-neue-ttf, font-comic-neue-otf
  2023-11-25 18:36 [PR PATCH] New packages: font-comic-neue-ttf, font-comic-neue-otf hunter00one
@ 2023-11-25 21:51 ` hunter00one
  0 siblings, 0 replies; 2+ messages in thread
From: hunter00one @ 2023-11-25 21:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hunter00one/void-packages comic-neue
https://github.com/void-linux/void-packages/pull/47397

New packages: font-comic-neue-ttf, font-comic-neue-otf
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-comic-neue-47397.patch --]
[-- Type: text/x-diff, Size: 2091 bytes --]

From ea284afa11c70000f1de85995d14c8f4564144e5 Mon Sep 17 00:00:00 2001
From: Hunter Ellett <hunter2k1@disroot.org>
Date: Sat, 25 Nov 2023 12:30:26 -0600
Subject: [PATCH] New packages: font-comic-neue-ttf, font-comic-neue-otf

---
 srcpkgs/font-comic-neue-otf          |  1 +
 srcpkgs/font-comic-neue-ttf/template | 36 ++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 120000 srcpkgs/font-comic-neue-otf
 create mode 100644 srcpkgs/font-comic-neue-ttf/template

diff --git a/srcpkgs/font-comic-neue-otf b/srcpkgs/font-comic-neue-otf
new file mode 120000
index 0000000000000..b21a285885bc5
--- /dev/null
+++ b/srcpkgs/font-comic-neue-otf
@@ -0,0 +1 @@
+font-comic-neue-ttf
\ No newline at end of file
diff --git a/srcpkgs/font-comic-neue-ttf/template b/srcpkgs/font-comic-neue-ttf/template
new file mode 100644
index 0000000000000..5dbc2d28185f6
--- /dev/null
+++ b/srcpkgs/font-comic-neue-ttf/template
@@ -0,0 +1,36 @@
+# Template file for 'font-comic-neue-ttf'
+pkgname=font-comic-neue-ttf
+version=2.51
+revision=1
+depends="font-util xbps-triggers"
+short_desc="Font that fixes the shortcomings of Comic Sans"
+maintainer="Hunter Ellett <hunter2k1@disroot.org>"
+license="OFL-1.1"
+homepage="https://comicneue.com/"
+distfiles="https://github.com/crozynski/comicneue/archive/refs/tags/${version}.tar.gz"
+checksum=e889262c56f177cd7d62e5340d9011d979e46ffc4e2a7d400190f0ad6471cce9
+font_dirs="/usr/share/fonts/TTF"
+
+do_install() {
+ vmkdir usr/share/fonts/TTF
+ vcopy Fonts/TTF/ComicNeue/*.ttf usr/share/fonts/TTF
+ vcopy Fonts/TTF/ComicNeue-Angular/*.ttf usr/share/fonts/TTF
+
+ vmkdir usr/share/fonts/OTF
+ vcopy Fonts/OTF/ComicNeue/*.otf usr/share/fonts/OTF
+ vcopy Fonts/OTF/ComicNeue-Angular/*.otf usr/share/fonts/OTF
+
+ vlicense OFL.txt
+ vdoc Booklet-ComicNeue.pdf
+}
+
+font-comic-neue-otf_package() {
+	depends="font-util xbps-triggers"
+	short_desc="Font that fixes the shortcomings of Comic Sans - OTF version"
+	font_dirs="/usr/share/fonts/OTF"
+	pkg_install() {
+		vmove usr/share/fonts/OTF
+		vlicense OFL.txt
+		vdoc Booklet-ComicNeue.pdf
+	}
+}

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

end of thread, other threads:[~2023-11-25 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-25 18:36 [PR PATCH] New packages: font-comic-neue-ttf, font-comic-neue-otf hunter00one
2023-11-25 21:51 ` [PR PATCH] [Updated] " hunter00one

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