[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70496] [PATCH 06/14] gnu: font-intel-one-mono: Remove unnecessary '
From: |
iyzsong |
Subject: |
[bug#70496] [PATCH 06/14] gnu: font-intel-one-mono: Remove unnecessary 'split-outputs' phase. |
Date: |
Sun, 21 Apr 2024 18:28:40 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fonts.scm (font-intel-one-mono)[arguments]: Remove field.
Change-Id: I3cf25e8feb8c4ee40616b675ccf109a070d03b51
---
gnu/packages/fonts.scm | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 7ec223659e..21fcfb63ce 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -232,23 +232,6 @@ (define-public font-intel-one-mono
"0w9isn8az1k3a3q4m2llwnryy79i5v30dx1hfaf90x0zkj98ky5h"))))
(outputs '("out" "ttf" "woff"))
(build-system font-build-system)
- (arguments
- (list #:phases
- #~(modify-phases %standard-phases
- (add-after 'install 'split-outputs
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((out-fonts (string-append (assoc-ref outputs "out")
- "/share/fonts"))
- (ttf-fonts (string-append (assoc-ref outputs "ttf")
- "/share/fonts"))
- (woff-fonts (string-append (assoc-ref outputs "woff")
- "/share/fonts")))
- (mkdir-p ttf-fonts)
- (mkdir-p woff-fonts)
- (rename-file (string-append out-fonts "/truetype")
- (string-append ttf-fonts "/truetype"))
- (rename-file (string-append out-fonts "/web")
- (string-append woff-fonts "/web"))))))))
(home-page "https://github.com/intel/intel-one-mono")
(synopsis "Expressive monospaced font family")
(description
--
2.41.0
- [bug#70496] [PATCH 00/14] Remove duplications in fonts by split outputs, iyzsong, 2024/04/21
- [bug#70496] [PATCH 01/14] build-system: font: Handle multiple outputs in the install phase., iyzsong, 2024/04/21
- [bug#70496] [PATCH 02/14] gnu: font-artifika: Split outputs., iyzsong, 2024/04/21
- [bug#70496] [PATCH 03/14] gnu: font-chivo: Split outputs., iyzsong, 2024/04/21
- [bug#70496] [PATCH 05/14] gnu: font-ibm-plex: Split outputs., iyzsong, 2024/04/21
- [bug#70496] [PATCH 04/14] gnu: font-ibm-plex: Update to 6.4.0., iyzsong, 2024/04/21
- [bug#70496] [PATCH 06/14] gnu: font-intel-one-mono: Remove unnecessary 'split-outputs' phase.,
iyzsong <=
- [bug#70496] [PATCH 08/14] gnu: font-linuxlibertine: Split outputs., iyzsong, 2024/04/21
- [bug#70496] [PATCH 09/14] gnu: font-libertinus: Split outputs., iyzsong, 2024/04/21
- [bug#70496] [PATCH 07/14] gnu: font-canada1500: Split outputs., iyzsong, 2024/04/21
- [bug#70496] [PATCH 11/14] gnu: font-orbitron: Split outputs., iyzsong, 2024/04/21
- [bug#70496] [PATCH 10/14] gnu: font-recursive: Split outputs., iyzsong, 2024/04/21
- [bug#70496] [PATCH 12/14] gnu: font-spleen: Remove unnecessary custom install phase., iyzsong, 2024/04/21
- [bug#70496] [PATCH 13/14] gnu: font-scientifica: Remove unnecessary custom install phase., iyzsong, 2024/04/21
- [bug#70496] [PATCH 14/14] gnu: font-cormorant: Split outputs., iyzsong, 2024/04/21