Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: artwiz-fonts-wl-2.0.0
@ 2024-06-11 20:31 whitelynx
  2024-06-12  6:13 ` [PR REVIEW] " sgn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: whitelynx @ 2024-06-11 20:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/whitelynx/void-packages master
https://github.com/void-linux/void-packages/pull/50785

New package: artwiz-fonts-wl-2.0.0
#### 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**

Advantages over the `artwiz-fonts` package:
- Full ISO/IEC 8859-1 encoding support, as well as Unicode-standard glyph names, for wider compatibility
- Fixes several issues with bold variants
- Installs as OTF fonts instead of legacy PCF fonts (meaning the fonts can be used on modern fontconfig-based apps easier)


#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

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

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

From 745cfc76073c7ec8fa794a71a069df9beac08ec9 Mon Sep 17 00:00:00 2001
From: "David H. Bronke" <whitelynx@gmail.com>
Date: Tue, 11 Jun 2024 21:43:49 +0200
Subject: [PATCH] New package: artwiz-fonts-wl-2.0.0

---
 srcpkgs/artwiz-fonts-wl/template | 24 ++++++++++++++++++++++++
 srcpkgs/artwiz-fonts-wl/update   |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/artwiz-fonts-wl/template
 create mode 100644 srcpkgs/artwiz-fonts-wl/update

diff --git a/srcpkgs/artwiz-fonts-wl/template b/srcpkgs/artwiz-fonts-wl/template
new file mode 100644
index 00000000000000..433538ee19f70e
--- /dev/null
+++ b/srcpkgs/artwiz-fonts-wl/template
@@ -0,0 +1,24 @@
+# Template file for 'artwiz-fonts-wl'
+pkgname=artwiz-fonts-wl
+version=2.0.0
+revision=1
+create_wrksrc=yes
+makedepends="mkfontdir fontforge"
+short_desc="Small futuristic Unicode pixel fonts for X"
+maintainer="David H. Bronke <whitelynx@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/whitelynx/artwiz-fonts-wl"
+distfiles="https://github.com/whitelynx/artwiz-fonts-wl/archive/refs/tags/2.0.0.tar.gz"
+checksum="ba875e24399c93a8aef9d25e28b34cc3dfe55c59fe3d5207e179314d94be3a2e"
+font_dirs="/usr/share/fonts/artwiz-fonts-wl"
+
+do_build() {
+	cd artwiz-fonts-wl-${version}
+	make otf
+}
+
+do_install() {
+	cd artwiz-fonts-wl-${version}
+	make DESTDIR=${DESTDIR} install-otf
+	vdoc README.md
+}
diff --git a/srcpkgs/artwiz-fonts-wl/update b/srcpkgs/artwiz-fonts-wl/update
new file mode 100644
index 00000000000000..e85a6f9dc615a1
--- /dev/null
+++ b/srcpkgs/artwiz-fonts-wl/update
@@ -0,0 +1 @@
+pkgname="artwiz-aleczapka-en"

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

* Re: [PR REVIEW] New package: artwiz-fonts-wl-2.0.0
  2024-06-11 20:31 [PR PATCH] New package: artwiz-fonts-wl-2.0.0 whitelynx
  2024-06-12  6:13 ` [PR REVIEW] " sgn
@ 2024-06-12  6:13 ` sgn
  2024-06-12 13:23 ` whitelynx
  2024-06-12 13:26 ` [PR PATCH] [Updated] " whitelynx
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2024-06-12  6:13 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/50785#discussion_r1635868056

Comment:
```suggestion
distfiles="https://github.com/whitelynx/artwiz-fonts-wl/archive/refs/tags/${version}.tar.gz"
```

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

* Re: [PR REVIEW] New package: artwiz-fonts-wl-2.0.0
  2024-06-11 20:31 [PR PATCH] New package: artwiz-fonts-wl-2.0.0 whitelynx
@ 2024-06-12  6:13 ` sgn
  2024-06-12  6:13 ` sgn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2024-06-12  6:13 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/50785#discussion_r1635868195

Comment:
Why do we need this?

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

* Re: [PR REVIEW] New package: artwiz-fonts-wl-2.0.0
  2024-06-11 20:31 [PR PATCH] New package: artwiz-fonts-wl-2.0.0 whitelynx
  2024-06-12  6:13 ` [PR REVIEW] " sgn
  2024-06-12  6:13 ` sgn
@ 2024-06-12 13:23 ` whitelynx
  2024-06-12 13:26 ` [PR PATCH] [Updated] " whitelynx
  3 siblings, 0 replies; 5+ messages in thread
From: whitelynx @ 2024-06-12 13:23 UTC (permalink / raw)
  To: ml

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

New review comment by whitelynx on void-packages repository

https://github.com/void-linux/void-packages/pull/50785#discussion_r1636458438

Comment:
Good question; it was copied from `artwiz-fonts`, but I can remove it.

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

* Re: [PR PATCH] [Updated] New package: artwiz-fonts-wl-2.0.0
  2024-06-11 20:31 [PR PATCH] New package: artwiz-fonts-wl-2.0.0 whitelynx
                   ` (2 preceding siblings ...)
  2024-06-12 13:23 ` whitelynx
@ 2024-06-12 13:26 ` whitelynx
  3 siblings, 0 replies; 5+ messages in thread
From: whitelynx @ 2024-06-12 13:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/whitelynx/void-packages master
https://github.com/void-linux/void-packages/pull/50785

New package: artwiz-fonts-wl-2.0.0
#### 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**

Advantages over the `artwiz-fonts` package:
- Full ISO/IEC 8859-1 encoding support, as well as Unicode-standard glyph names, for wider compatibility
- Fixes several issues with bold variants
- Installs as OTF fonts instead of legacy PCF fonts (meaning the fonts can be used on modern fontconfig-based apps easier)


#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

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

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

From bdb5f7ac1d49533b5cd53c93f39c973aaa792b6b Mon Sep 17 00:00:00 2001
From: "David H. Bronke" <whitelynx@gmail.com>
Date: Tue, 11 Jun 2024 21:43:49 +0200
Subject: [PATCH] New package: artwiz-fonts-wl-2.0.0

---
 srcpkgs/artwiz-fonts-wl/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/artwiz-fonts-wl/template

diff --git a/srcpkgs/artwiz-fonts-wl/template b/srcpkgs/artwiz-fonts-wl/template
new file mode 100644
index 00000000000000..7982c904689d0a
--- /dev/null
+++ b/srcpkgs/artwiz-fonts-wl/template
@@ -0,0 +1,24 @@
+# Template file for 'artwiz-fonts-wl'
+pkgname=artwiz-fonts-wl
+version=2.0.0
+revision=1
+create_wrksrc=yes
+makedepends="mkfontdir fontforge"
+short_desc="Small futuristic Unicode pixel fonts for X"
+maintainer="David H. Bronke <whitelynx@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/whitelynx/artwiz-fonts-wl"
+distfiles="https://github.com/whitelynx/artwiz-fonts-wl/archive/refs/tags/${version}.tar.gz"
+checksum="ba875e24399c93a8aef9d25e28b34cc3dfe55c59fe3d5207e179314d94be3a2e"
+font_dirs="/usr/share/fonts/artwiz-fonts-wl"
+
+do_build() {
+	cd artwiz-fonts-wl-${version}
+	make otf
+}
+
+do_install() {
+	cd artwiz-fonts-wl-${version}
+	make DESTDIR=${DESTDIR} install-otf
+	vdoc README.md
+}

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

end of thread, other threads:[~2024-06-12 13:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-11 20:31 [PR PATCH] New package: artwiz-fonts-wl-2.0.0 whitelynx
2024-06-12  6:13 ` [PR REVIEW] " sgn
2024-06-12  6:13 ` sgn
2024-06-12 13:23 ` whitelynx
2024-06-12 13:26 ` [PR PATCH] [Updated] " whitelynx

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