[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61253] [PATCH core-updates 08/19] gnu: font-fira-sans: Install lice
From: |
Simon South |
Subject: |
[bug#61253] [PATCH core-updates 08/19] gnu: font-fira-sans: Install license file. |
Date: |
Fri, 3 Feb 2023 07:43:05 -0500 |
* gnu/packages/fonts.scm (font-fira-sans)[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 4700bbcb43..f5d26c7b19 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1301,7 +1301,10 @@ (define variant
(match (find-files "." (format #f "^Fira_~a_[0-9]" variant)
#:directories? #t)
((dir)
- (chdir dir))))))))
+ (chdir dir)))))
+ (add-before 'install-license-files 'enter-license-directory
+ (lambda _
+ (chdir "../OFL_Licence"))))))
;; While the repository has moved,
;; this specimen still works well as the home-page:
(home-page "https://mozilla.github.io/Fira/")
--
2.39.1
- [bug#61253] [PATCH core-updates 01/19] build-system/font: Add #:license-file-regexp argument., (continued)
- [bug#61253] [PATCH core-updates 01/19] build-system/font: Add #:license-file-regexp argument., Simon South, 2023/02/03
- [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 <=
- [bug#61253] [PATCH core-updates 10/19] gnu: font-comic-neue: Install license file., Simon South, 2023/02/03
- [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