unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vivien Kraus via Guix-patches via <guix-patches@gnu.org>
To: 68344@debbugs.gnu.org
Cc: rg@raghavgururajan.name, liliana.prikler@gmail.com,
	maxim.cournoyer@gmail.com
Subject: [bug#68344] [PATCH gnome-team 2/2] gnu: font-abattis-cantarell: Update to 0.303.1.
Date: Tue, 9 Jan 2024 12:46:08 +0100	[thread overview]
Message-ID: <224241eebde4fd3292ff34ca0717d3e67a8f52ee.camel@planete-kraus.eu> (raw)
In-Reply-To: <b185341d5639b34db7e1735f60136feb7fdfb90c.camel@planete-kraus.eu>

* gnu/packages/fonts.scm (font-abattis-cantarell): Update to 0.303.1.
[source]: Use the provided mirror tarball.

Change-Id: I1635000e0bac61e034ff6e290685681222d23c6b
---
 gnu/packages/fonts.scm | 63 +++++++++++++++++++++---------------------
 1 file changed, 31 insertions(+), 32 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 7516e1642b..16920208f0 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -289,41 +289,40 @@ (define-public font-canada1500
     (license license:cc0)))
 
 (define-public font-abattis-cantarell
-  ;; Use the latest commit, as the last released version, 0.303, has problems
-  ;; with the newer statmake.  The dependency has been removed in the latest
-  ;; code base.
-  (let ((commit "e049149faf0c15b0711e8d790e2333be923f0486")
-        (revision "0"))
-    (package
-      (name "font-abattis-cantarell")
-      (version (git-version "0.303" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://gitlab.gnome.org/GNOME/cantarell-fonts")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32
-           "032csq99bkmmgh9mmmbrgg4fzxgkcsvxv4wy595qms72mmlgmcc7"))))
-      (build-system meson-build-system)
-      (arguments
-       (list #:configure-flags #~(list "-Dbuildstatics=true")))
-      (native-inputs
-       (list gettext-minimal
-             psautohint
-             python
-             python-cffsubr
-             python-fontmath
-             python-ufo2ft))
-      (home-page "https://wiki.gnome.org/Projects/CantarellFonts")
-      (synopsis "Cantarell sans-serif typeface")
-      (description "The Cantarell font family is a contemporary Humanist
+  (package
+    (name "font-abattis-cantarell")
+    (version "0.303.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://gnome/sources/cantarell-fonts/"
+                           (version-major+minor version)
+                           "/"
+                           "cantarell-fonts-"
+                           version
+                           ".tar.xz"))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0484acq1hxi4jjc3b4dlqnam68i9377m7mzxh7imfgn6b433lipr"))))
+    (build-system meson-build-system)
+    (arguments
+     (list
+      #:configure-flags #~(list "-Dbuildstatics=true")))
+    (native-inputs
+     (list gettext-minimal
+           psautohint
+           python
+           python-cffsubr
+           python-fontmath
+           python-ufo2ft))
+    (home-page "https://wiki.gnome.org/Projects/CantarellFonts")
+    (synopsis "Cantarell sans-serif typeface")
+    (description
+     "The Cantarell font family is a contemporary Humanist
 sans-serif designed for on-screen reading.  It is used by GNOME@tie{}3.
 This package contains both the non-variable as well as the variable versions
 of the font.")
-      (license license:silofl1.1))))
+    (license license:silofl1.1)))
 
 (define-public font-lato
   (package
-- 
2.41.0




  parent reply	other threads:[~2024-01-09 12:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-09 11:49 [bug#68344] [PATCH gnome-team 0/2] Another gnome-team world rebuild Vivien Kraus via Guix-patches via
2024-01-09 11:38 ` [bug#68344] [PATCH gnome-team 1/2] gnu: atkmm@2.28: Update to 2.28.3 Vivien Kraus via Guix-patches via
2024-01-09 11:46 ` Vivien Kraus via Guix-patches via [this message]
2024-01-09 12:07   ` [bug#68344] [PATCH gnome-team 2/2] gnu: font-abattis-cantarell: Update to 0.303.1 Vivien Kraus via Guix-patches via
2024-01-09 16:43     ` Maxim Cournoyer
2024-01-09 19:24       ` Liliana Marie Prikler
2024-01-09 20:40         ` bug#68344: " Maxim Cournoyer
2024-01-09 22:59         ` [bug#68344] " Vivien Kraus via Guix-patches via
2024-01-10  0:07           ` Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=224241eebde4fd3292ff34ca0717d3e67a8f52ee.camel@planete-kraus.eu \
    --to=guix-patches@gnu.org \
    --cc=68344@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=rg@raghavgururajan.name \
    --cc=vivien@planete-kraus.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).