GNU bug report logs - #62910
[PATCH] gnu: font-amiri: Update to 1.000.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Mon, 17 Apr 2023 18:04:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#62910: closed (Re: [bug#62910] [PATCH] gnu: font-amiri:
 Update to 1.000.)
Date: Sat, 22 Apr 2023 10:05:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62910: [PATCH] gnu: font-amiri: Update to 1.000.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62910 <at> debbugs.gnu.org.

-- 
62910: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62910
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Greg Hogan <code <at> greghogan.com>
Cc: 62910-done <at> debbugs.gnu.org
Subject: Re: [bug#62910] [PATCH] gnu: font-amiri: Update to 1.000.
Date: Sat, 22 Apr 2023 12:04:44 +0200
Hello,

Greg Hogan <code <at> greghogan.com> writes:

> Fix for the broken build on master.
>
> * gnu/packages/fonts.scm (font-amiri): Update to 1.000.
> [arguments](%standard-phases): Add 'patch-source' to hard-code
> version.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: font-amiri: Update to 1.000.
Date: Mon, 17 Apr 2023 18:03:30 +0000
Fix for the broken build on master.

* gnu/packages/fonts.scm (font-amiri): Update to 1.000.
[arguments](%standard-phases): Add 'patch-source' to hard-code version.
---
 gnu/packages/fonts.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 4aa143a29d..6cd261f42e 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -814,7 +814,7 @@ (define-public font-latin-modern
 (define-public font-amiri
   (package
     (name "font-amiri")
-    (version "0.117")
+    (version "1.000")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -823,7 +823,7 @@ (define-public font-amiri
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1z2hdmny52bapakf96y5xfr29f8ax7q6nj651zrihnnhfdriqfx1"))))
+                "0c4yg1b03aihdqvz6w5ak8wapni3l8p18mw6bkqhblmm75jb5kif"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -832,6 +832,10 @@ (define-public font-amiri
       #:modules `(,@%gnu-build-system-modules
                   ((guix build font-build-system) #:prefix font:))
       #:phases #~(modify-phases %standard-phases
+                   (add-after 'unpack 'patch-source
+                     (lambda _
+                       (substitute* "Makefile"
+                         (("^TAG=.*") (string-append "TAG=" #$version "\n")))))
                    (delete 'configure)
                    (replace 'install
                      (assoc-ref font:%standard-phases 'install)))))
-- 
2.40.0




This bug report was last modified 2 years and 33 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.