emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49021: closed ([PATCH 1/2] gnu: font-terminus: Update to 4.49.1.)


From: GNU bug Tracking System
Subject: bug#49021: closed ([PATCH 1/2] gnu: font-terminus: Update to 4.49.1.)
Date: Mon, 21 Jun 2021 12:22:02 +0000

Your message dated Mon, 21 Jun 2021 15:20:39 +0300
with message-id <YNCEF701YyCy/A/U@3900XT>
and subject line Re: [bug#49021] [PATCH 2/2] gnu: font-terminus: Build Open 
Type Bitmap.
has caused the debbugs.gnu.org bug report #49021,
regarding [PATCH 1/2] gnu: font-terminus: Update to 4.49.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49021: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49021
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: font-terminus: Update to 4.49.1. Date: Tue, 15 Jun 2021 01:27:13 +1200
* gnu/packages/fonts.scm (font-terminus): Update to 4.49.1.
---
 gnu/packages/fonts.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 973393acc4..b2aad5a011 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -414,14 +414,14 @@ The unified Libertinus family consists of:
 (define-public font-terminus
   (package
     (name "font-terminus")
-    (version "4.48")
+    (version "4.49.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/terminus-font/terminus-font-"
-                           version "/terminus-font-" version ".tar.gz"))
+                           (version-major+minor version) "/terminus-font-" 
version ".tar.gz"))
        (sha256
-        (base32 "1bwlkj39rqbyq57v5yssayav6hzv1n11b9ml2s0dpiyfsn6rqy9l"))))
+        (base32 "0yggffiplk22lgqklfmd2c0rw8gwchynjh5kz4bz8yv2h6vw2qfr"))))
     (build-system gnu-build-system)
     (outputs (list "out" "pcf-8bit"))
     (arguments
-- 
2.32.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#49021] [PATCH 2/2] gnu: font-terminus: Build Open Type Bitmap. Date: Mon, 21 Jun 2021 15:20:39 +0300
On Wed, Jun 16, 2021 at 05:48:33PM +1200, Boris A. Dekshteyn wrote:
> Hi,
> 
> Efraim Flashner <efraim@flashner.co.il> writes:
> 
> > What do the Open Type Bitmap bits do? Is it actually worth putting it in
> > a separate output or would it make more sense to install it by default?
> 
> As of version 1.44, pango no longer supports bitmap fonts other than
> in Opentype format. So, without the OTB format, you cannot use terminus in 
> pango
> enabled apps (most x apps).
> 
> The package already has a separate output for pcf-8bit, so I decided to
> make a separate output for the OTB format. Which might make sense for users
> without x/wayland environments.
> 

Makes sense to me. (Other) Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]