[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
320/452: gnu: texlive-glyphlist: Refresh package definition.
From: |
guix-commits |
Subject: |
320/452: gnu: texlive-glyphlist: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:50 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c642c8501e532058d0bd9627daab486ea8c27b62
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 0b60dc2507..e9932c16a6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3676,18 +3676,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
- 288/452: gnu: texlive-amsfonts: Refresh package definition., (continued)
- 288/452: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/06/09
- 296/452: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/09
- 298/452: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/06/09
- 297/452: gnu: texlive-times: Refresh package definition., guix-commits, 2023/06/09
- 299/452: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/09
- 301/452: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/06/09
- 307/452: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/09
- 310/452: gnu: Add texlive-cmexb., guix-commits, 2023/06/09
- 313/452: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/09
- 316/452: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/09
- 320/452: gnu: texlive-glyphlist: Refresh package definition.,
guix-commits <=
- 321/452: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/06/09
- 325/452: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/09
- 324/452: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/09
- 328/452: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/09
- 335/452: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/09
- 338/452: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/09
- 343/452: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/06/09
- 356/452: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/06/09
- 362/452: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 358/452: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/06/09