[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70496] [PATCH 12/14] gnu: font-spleen: Remove unnecessary custom in
From: |
iyzsong |
Subject: |
[bug#70496] [PATCH 12/14] gnu: font-spleen: Remove unnecessary custom install phase. |
Date: |
Sun, 21 Apr 2024 18:28:46 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/fonts.scm (font-spleen)[arguments]: Remove field.
Change-Id: I731b0b6859f9351632b9faf2f486ee194f7e312a
---
gnu/packages/fonts.scm | 46 ------------------------------------------
1 file changed, 46 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index c0754d4f03..98ae06818d 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3559,52 +3559,6 @@ (define-public font-spleen
(build-system font-build-system)
(outputs '("out" ;OTB
"bdf" "otf" "pcf" "psf"))
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (replace 'install
- (lambda* (#:key outputs #:allow-other-keys)
- (let* ((otb (assoc-ref outputs "out"))
- (bdf (assoc-ref outputs "bdf"))
- (otf (assoc-ref outputs "otf"))
- (pcf (assoc-ref outputs "pcf"))
- (psf (assoc-ref outputs "psf"))
- (otb-font-dir (string-append (assoc-ref outputs
- "out")
- "/share/fonts/misc"))
- (bdf-font-dir (string-append (assoc-ref outputs
- "bdf")
- "/share/fonts/misc"))
- (otf-font-dir (string-append (assoc-ref outputs
- "otf")
- "/share/fonts/opentype"))
- (pcf-font-dir (string-append (assoc-ref outputs
- "pcf")
- "/share/fonts/misc"))
- (psf-font-dir (string-append (assoc-ref outputs
- "psf")
- "/share/consolefonts")))
- (mkdir-p otb-font-dir)
- (mkdir-p bdf-font-dir)
- (mkdir-p otf-font-dir)
- (mkdir-p pcf-font-dir)
- (mkdir-p psf-font-dir)
- (for-each (lambda (otb)
- (install-file otb otb-font-dir))
- (find-files "." "\\.otb$"))
- (for-each (lambda (bdf)
- (install-file bdf bdf-font-dir))
- (find-files "." "\\.bdf$"))
- (for-each (lambda (otf)
- (install-file otf otf-font-dir))
- (find-files "." "\\.otf$"))
- (for-each (lambda (pcf)
- (install-file pcf pcf-font-dir))
- (find-files "." "\\.pcf$"))
- (for-each (lambda (psf)
- (install-file psf psf-font-dir))
- (find-files "." "\\.psfu$"))) #t)))))
(home-page "https://www.cambus.net/spleen-monospaced-bitmap-fonts/")
(synopsis "Monospaced bitmap font for consoles and terminals")
(description
--
2.41.0
- [bug#70496] [PATCH 02/14] gnu: font-artifika: Split outputs., (continued)
- [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, 2024/04/21
- [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 <=
- [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