all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62910] [PATCH] gnu: font-amiri: Update to 1.000.
@ 2023-04-17 18:03 Greg Hogan
  2023-04-22 10:04 ` bug#62910: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-04-17 18:03 UTC (permalink / raw)
  To: 62910; +Cc: Greg Hogan

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62910: [PATCH] gnu: font-amiri: Update to 1.000.
  2023-04-17 18:03 [bug#62910] [PATCH] gnu: font-amiri: Update to 1.000 Greg Hogan
@ 2023-04-22 10:04 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-22 10:04 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 62910-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-22 10:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 18:03 [bug#62910] [PATCH] gnu: font-amiri: Update to 1.000 Greg Hogan
2023-04-22 10:04 ` bug#62910: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.