[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
345/418: gnu: texlive-fontname: Refresh package definition.
From: |
guix-commits |
Subject: |
345/418: gnu: texlive-fontname: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:38 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e9c44fe1e72a2f68b26fc0642876bb385042c312
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 00:44:50 2023 +0200
gnu: texlive-fontname: Refresh package definition.
* gnu/packages/tex.sfontname (texlive-fontname): Remove
SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e91d753e81..19cf342dc3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1102,20 +1102,23 @@ typesetting in these fonts.")
(define-public texlive-fontname
(package
- (inherit (simple-texlive-package
- "texlive-fontname"
- (list "/doc/fonts/fontname/fontname.texi"
- "/fonts/map/fontname/")
- (base32
- "009qvjpw48lajp0gxpvdk10n5qw3q41cpq05ycns67mxwkcaywq6")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/fontname")
+ (name "texlive-fontname")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fontname/" "doc/info/fontname.info"
+ "fonts/map/fontname/")
+ (base32
+ "014kiwbqz77yn8w58cb6fzqj0vlfmgyq09mxdj15ipjfgxjyvcbj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fontname")
(synopsis "Scheme for naming fonts in TeX")
- (description "This is Fontname, a naming scheme for (the base part of)
-external TeX font filenames. This makes at most eight-character names
-from (almost) arbitrarily complex font names, thus helping portability of TeX
-documents.")
- (license license:public-domain)))
+ (description
+ "This is Fontname, a naming scheme for (the base part of) external TeX
+font filenames. This makes at most eight-character names from (almost)
+arbitrarily complex font names, thus helping portability of TeX documents.")
+ (license license:gpl3+)))
(define-public texlive-cbfonts ;71 MiB of greek fonts
(package
- 323/418: gnu: texlive-latexconfig: Refresh package definition., (continued)
- 323/418: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/05/29
- 325/418: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/05/29
- 326/418: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/05/29
- 327/418: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/05/29
- 330/418: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/05/29
- 333/418: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/05/29
- 342/418: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/29
- 338/418: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/05/29
- 341/418: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/05/29
- 337/418: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/05/29
- 345/418: gnu: texlive-fontname: Refresh package definition.,
guix-commits <=
- 347/418: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/05/29
- 351/418: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/05/29
- 348/418: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/05/29
- 352/418: gnu: Add texlive-manfnt., guix-commits, 2023/05/29
- 354/418: gnu: Add texlive-mptopdf., guix-commits, 2023/05/29
- 361/418: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/29
- 411/418: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/05/29
- 375/418: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 399/418: gnu: texlive-eurosym: Fix build., guix-commits, 2023/05/29
- 405/418: gnu: texlive-lh: Fix build., guix-commits, 2023/05/29