[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
351/421: gnu: texlive-fontname: Refresh package definition.
From: |
guix-commits |
Subject: |
351/421: gnu: texlive-fontname: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:26 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0e783fce16b6c976336e615035617494a61c6e98
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
- 311/421: gnu: texlive-calrsfs: Refresh package definition., (continued)
- 311/421: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/05/28
- 314/421: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/05/28
- 317/421: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/05/28
- 321/421: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/05/28
- 319/421: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/28
- 326/421: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/28
- 330/421: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/28
- 342/421: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/05/28
- 340/421: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/28
- 348/421: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/28
- 351/421: gnu: texlive-fontname: Refresh package definition.,
guix-commits <=
- 352/421: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/05/28
- 355/421: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/05/28
- 358/421: gnu: Add texlive-manfnt., guix-commits, 2023/05/28
- 362/421: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/05/28
- 363/421: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/28
- 375/421: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 370/421: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 380/421: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 400/421: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/28
- 397/421: gnu: texlive-cm: Fix build., guix-commits, 2023/05/28