[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: font-google-noto-emoji: Update to 2.042.
From: |
guix-commits |
Subject: |
03/08: gnu: font-google-noto-emoji: Update to 2.042. |
Date: |
Sat, 16 Mar 2024 21:01:39 -0400 (EDT) |
hako pushed a commit to branch master
in repository guix.
commit 91f4193e747b5cc9a150ff7e006fbab95a4b2e51
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue Feb 27 20:23:55 2024 +0800
gnu: font-google-noto-emoji: Update to 2.042.
* gnu/packages/fonts.scm (font-google-noto-emoji): Update to 2.042.
[arguments]<#:phases>: Remove 'remove-unsupported.
Replace install phase instead.
Change-Id: I76cfbf3f8d34c484ed59b99969da7d93aaf41d72
---
gnu/packages/fonts.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 1b83f84a6f..2170fb2d7b 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1147,7 +1147,7 @@ display all Unicode symbols.")
(define-public font-google-noto-emoji
(package
(name "font-google-noto-emoji")
- (version "2.038")
+ (version "2.042")
(source
(origin
(method git-fetch)
@@ -1157,7 +1157,7 @@ display all Unicode symbols.")
(file-name (git-file-name name version))
(sha256
(base32
- "1rgmcc6nqq805iqr8kvxxlk5cf50q714xaxk3ld6rjrd69kb8ix9"))))
+ "17i7awyqz9jv0j2blcf0smmpas375c3pdhjv1zqzl861g8qm1lm2"))))
(build-system font-build-system)
(arguments
(list
@@ -1167,11 +1167,10 @@ display all Unicode symbols.")
(lambda _
;; Note this ensures the correct license file is installed.
(chdir "fonts")))
- (add-after 'enter-font-directory 'remove-unsupported
- (lambda* _
- (delete-file "NotoColorEmoji_WindowsCompatible.ttf")
- (delete-file "Noto-COLRv1-noflags.ttf")
- (delete-file "Noto-COLRv1.ttf"))))))
+ (replace 'install
+ (lambda _
+ (let ((dir (string-append #$output "/share/fonts/truetype")))
+ (install-file "NotoColorEmoji.ttf" dir)))))))
(home-page "https://fonts.google.com/noto/specimen/Noto+Color+Emoji")
(synopsis "Font for rendering color emoji characters")
(description
- branch master updated (6fda9cfd0f -> edfb05e16d), guix-commits, 2024/03/16
- 01/08: gnu: font-google-noto: Update to 24.2.1., guix-commits, 2024/03/16
- 02/08: gnu: font-google-noto: Prefer variable fonts and split outputs., guix-commits, 2024/03/16
- 03/08: gnu: font-google-noto-emoji: Update to 2.042.,
guix-commits <=
- 04/08: gnu: font-google-noto-sans-cjk: Switch to variable fonts., guix-commits, 2024/03/16
- 05/08: gnu: font-google-noto-serif-cjk: Update to 2.002., guix-commits, 2024/03/16
- 06/08: gnu: smartdns: Update to 45., guix-commits, 2024/03/16
- 07/08: gnu: grimshot: Fix build., guix-commits, 2024/03/16
- 08/08: gnu: wlgreet: Update to 0.4.1-1.7e79d60., guix-commits, 2024/03/16