Hello,
This patch updates unifont to the latest version, yet I'm quite sure that it
will require modification:
Upstream seems to be phasing out TTF support, as it is no longer built
automatically and even manually invoking the build seems to have failed.
I've currently commented the TTF parts out.
Technically the OTF output can be used to replace TTF in just about any use case
where the latter is called for - hence this isn't much of a regression.
Question is if we should try to build it nonetheless or modify the PKGBUILD such
as to alert users to dropping support for TTF.

-- 
Kind Regards,
Wael Karram.


From 2583589f9fe13b9554a6bb148226411f480601ad Mon Sep 17 00:00:00 2001
From: Wael Karram <w...@waelk.tech>
Date: Fri, 22 Dec 2023 12:30:30 +0200
Subject: [PATCH 4/4] Update unifont, currently commented out TTF compilation
 as it seems to be somewhat broken.

---
 pcr/unifont/PKGBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pcr/unifont/PKGBUILD b/pcr/unifont/PKGBUILD
index 5894a6ce5..0f05679d2 100644
--- a/pcr/unifont/PKGBUILD
+++ b/pcr/unifont/PKGBUILD
@@ -27,11 +27,11 @@ pkgname=('pcf-unifont'
          'psf-unifont'
          'hex-unifont'
          'bdf-unifont'
-         'ttf-unifont'
+#         'ttf-unifont'
          'otf-unifont'
          'unifont-utils')
 pkgbase=unifont
-pkgver=15.0.06
+pkgver=15.1.04
 pkgrel=1
 pkgdesc="A free bitmap font with wide Unicode support (PCF, PSF and hex versions)"
 arch=('any')
@@ -39,7 +39,7 @@ arch=('any')
 url="http://unifoundry.com/";
 license=('GPL' 'custom:OFL')
 source=("http://unifoundry.com/pub/unifont/unifont-$pkgver/unifont-$pkgver.tar.gz"{,.sig})
-sha256sums=('36668eb1326d22e1466b94b3929beeafd10b9838bf3d41f4e5e3b52406ae69f1'
+sha256sums=('4a0a481c06338543399f5130cb50cbec6b73eeff6b3466f72891c38cbe1c5cf7'
             'SKIP')
 validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy <unifoun...@unifoundry.com>
 
-- 
2.43.0

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Dev mailing list
Dev@lists.parabola.nu
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to