[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61253] [PATCH core-updates 10/19] gnu: font-comic-neue: Install lic
From: |
Simon South |
Subject: |
[bug#61253] [PATCH core-updates 10/19] gnu: font-comic-neue: Install license file. |
Date: |
Fri, 3 Feb 2023 07:43:07 -0500 |
* gnu/packages/fonts.scm (font-comic-neue)[arguments]<#:phases>: Add
"enter-license-directory" phase.
---
gnu/packages/fonts.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 469a80e599..ecbce39e68 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1524,7 +1524,10 @@ (define-public font-comic-neue
</prefer>
</alias>
</fontconfig>\n"))))
- #t)))))
+ #t))
+ (add-before 'install-license-files 'enter-license-directory
+ (lambda _
+ (chdir (string-append "comic-neue-" ,version)))))))
(home-page "http://www.comicneue.com/")
(synopsis "Font that fixes the shortcomings of Comic Sans")
(description
--
2.39.1
- [bug#61253] [PATCH core-updates 04/19] gnu: font-lato: Install license file., (continued)
- [bug#61253] [PATCH core-updates 04/19] gnu: font-lato: Install license file., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 14/19] gnu: font-culmus: Install all license files., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 19/19] gnu: font-charter: Install license file., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 06/19] gnu: font-wqy-zenhei: Install all license files., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 15/19] gnu: font-dseg: Simplify "install" phase., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 18/19] gnu: font-fontna-yasashisa-antique: Install license file., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 13/19] gnu: font-dosis: Remove extraneous files; install license file., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 16/19] gnu: font-dseg: Install license file., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 03/19] gnu: font-canada1500: Install license file., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 08/19] gnu: font-fira-sans: Install license file., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 10/19] gnu: font-comic-neue: Install license file.,
Simon South <=
- [bug#61253] [PATCH core-updates 05/19] gnu: font-linuxlibertine: Install all license files., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 17/19] gnu: font-jetbrains-mono: Remove obsolete phase., Simon South, 2023/02/03
- [bug#61253] [PATCH core-updates 07/19] gnu: font-wqy-microhei: Install all license files., Simon South, 2023/02/03