[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/49: gnu: font-cantarell: Update package definition.
From: |
guix-commits |
Subject: |
15/49: gnu: font-cantarell: Update package definition. |
Date: |
Tue, 30 Jun 2020 17:06:59 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 42097a4b0678b8518bf7ecdd699717913f0a4b1f
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu May 28 11:52:12 2020 -0400
gnu: font-cantarell: Update package definition.
* gnu/packages/fonts.scm (font-cantarell): Rename package.
[name]: Change from font-abattis-cantarell to font-cantarell.
(font-abattis-cantarell): New variable for deprecated-package
font-abattis-cantarell.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/fonts.scm | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 5a91344..b8bab33 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -198,25 +198,30 @@ itself."))))
(define-public font-cantarell
(package
- (name "font-abattis-cantarell")
+ (name "font-cantarell")
(version "0.201")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/cantarell-fonts/"
- (version-major+minor version)
- "/cantarell-fonts-" version ".tar.xz"))
- (sha256
- (base32
- "0qwqmkczqy09fdj8l11nr841ks0dwsydqg55qyms12m4yvjn87xn"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://gnome/sources/cantarell-fonts/"
+ (version-major+minor version)
+ "/cantarell-fonts-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0qwqmkczqy09fdj8l11nr841ks0dwsydqg55qyms12m4yvjn87xn"))))
(build-system meson-build-system)
(native-inputs
- `(("gettext" ,gettext-minimal))) ; for msgfmt
- (home-page "https://wiki.gnome.org/Projects/CantarellFonts")
+ `(("gettext" ,gettext-minimal)))
(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.")
+ (home-page "https://wiki.gnome.org/Projects/CantarellFonts")
(license license:silofl1.1)))
+(define-public font-abattis-cantarell
+ (deprecated-package "font-abattis-cantarell" font-cantarell))
+
(define-public font-lato
(package
(name "font-lato")
- 06/49: gnu: Add libxmlb., (continued)
- 06/49: gnu: Add libxmlb., guix-commits, 2020/06/30
- 03/49: gnu: Add libglib-testing., guix-commits, 2020/06/30
- 08/49: gnu: Add gnome-photos., guix-commits, 2020/06/30
- 11/49: gnu: at-spi2-core: Update package definition., guix-commits, 2020/06/30
- 09/49: gnu: adwaita-icon-theme: Update to 3.36.1., guix-commits, 2020/06/30
- 12/49: gnu: at-spi2-atk: Update to 2.34.2., guix-commits, 2020/06/30
- 13/49: gnu: atk: Update to 2.36.0., guix-commits, 2020/06/30
- 01/49: gnu: Add krb5-auth-dialog., guix-commits, 2020/06/30
- 07/49: gnu: Add gnome-music., guix-commits, 2020/06/30
- 10/49: gnu: appstream-glib: Update package definition., guix-commits, 2020/06/30
- 15/49: gnu: font-cantarell: Update package definition.,
guix-commits <=
- 16/49: gnu: clutter: Update to 1.26.4., guix-commits, 2020/06/30
- 18/49: gnu: clutter-gst: Update package definition., guix-commits, 2020/06/30
- 20/49: gnu: dconf: Update to 0.36.0., guix-commits, 2020/06/30
- 21/49: gnu: catch-framework2: Update to 2.3.0., guix-commits, 2020/06/30
- 22/49: gnu: Add ronn., guix-commits, 2020/06/30
- 23/49: gnu: Add nuspell., guix-commits, 2020/06/30
- 25/49: gnu: enchant: Update package definition., guix-commits, 2020/06/30
- 28/49: gnu: gcab: Update to 1.4., guix-commits, 2020/06/30
- 29/49: gnu: gcr: Update to 3.36.0., guix-commits, 2020/06/30
- 19/49: gnu: cogl: Update package definition., guix-commits, 2020/06/30