Github messages for voidlinux
 help / color / mirror / Atom feed
From: whitelynx <whitelynx@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: artwiz-fonts-wl-2.0.0
Date: Tue, 11 Jun 2024 22:31:21 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50785@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2024-06-11 20:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-11 20:31 whitelynx [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50785@inbox.vuxu.org \
    --to=whitelynx@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).