[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
320/418: gnu: texlive-glyphlist: Refresh package definition.
From: |
guix-commits |
Subject: |
320/418: gnu: texlive-glyphlist: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:35 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 09032ae9c764cdb3cbbafd705d848a3b67ba1666
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 22:31:41 2023 +0200
gnu: texlive-glyphlist: Refresh package definition.
* gnu/packages/tex.scm (texlive-glyphlist): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f2025416f7..c8d6335c96 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3680,18 +3680,20 @@ the @file{.tex} extension.")
(define-public texlive-glyphlist
(package
- (inherit (simple-texlive-package
- "texlive-glyphlist"
- (list "fonts/map/glyphlist/")
- (base32
- "12nmmyh77vr2622lzi11nm1z1k2bxs7jz018yl4rwjlpg0sxg1ja")
- #:trivial? #t))
- (home-page "https://www.tug.org/texlive/")
- (synopsis "Adobe glyph list and TeX extensions")
+ (name "texlive-glyphlist")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "fonts/map/glyphlist/")
+ (base32
+ "12nmmyh77vr2622lzi11nm1z1k2bxs7jz018yl4rwjlpg0sxg1ja")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/glyphlist")
+ (synopsis "Adobe Glyph List and TeX extensions")
(description
"This package provides a map between traditional Adobe glyph names and
Unicode points; it is maintained by Adobe. The additional
-@file{texglyphlist.txt} is maintained as part of lcdf-typetools.")
+@file{texglyphlist.txt} is maintained as part of @code{lcdf-typetools}.")
(license license:asl2.0)))
(define-public texlive-graphics-def
- 297/418: gnu: texlive-times: Refresh package definition., (continued)
- 297/418: gnu: texlive-times: Refresh package definition., guix-commits, 2023/05/29
- 299/418: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/05/29
- 300/418: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/05/29
- 302/418: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/29
- 307/418: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/05/29
- 309/418: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/05/29
- 313/418: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/29
- 315/418: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/05/29
- 317/418: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/05/29
- 319/418: gnu: texlive-graphics-def: Refresh package definition., guix-commits, 2023/05/29
- 320/418: gnu: texlive-glyphlist: Refresh package definition.,
guix-commits <=
- 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