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

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

bug#62910: closed ([PATCH] gnu: font-amiri: Update to 1.000.)


From: GNU bug Tracking System
Subject: bug#62910: closed ([PATCH] gnu: font-amiri: Update to 1.000.)
Date: Sat, 22 Apr 2023 10:05:01 +0000

Your message dated Sat, 22 Apr 2023 12:04:44 +0200
with message-id <87354s2pxf.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#62910] [PATCH] gnu: font-amiri: Update to 1.000.
has caused the debbugs.gnu.org bug report #62910,
regarding [PATCH] gnu: font-amiri: Update to 1.000.
to be marked as done.

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


-- 
62910: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62910
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62910] [PATCH] gnu: font-amiri: Update to 1.000. Date: Sat, 22 Apr 2023 12:04:44 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Greg Hogan <code@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


--- End Message ---

reply via email to

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