[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
320/416: gnu: texlive-glyphlist: Refresh package definition.
From: |
guix-commits |
Subject: |
320/416: gnu: texlive-glyphlist: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:33:13 -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
- 261/416: gnu: texlive-gettitlestring: Refresh package definition., (continued)
- 261/416: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/05/28
- 268/416: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/05/28
- 269/416: gnu: Add texlive-colorprofiles., guix-commits, 2023/05/28
- 273/416: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/05/28
- 276/416: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/05/28
- 302/416: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/28
- 306/416: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/05/28
- 301/416: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/05/28
- 299/416: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/05/28
- 327/416: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/05/28
- 320/416: gnu: texlive-glyphlist: Refresh package definition.,
guix-commits <=
- 291/416: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/05/28
- 11/416: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/05/28
- 19/416: gnu: Add texlive-xfor., guix-commits, 2023/05/28
- 37/416: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/05/28
- 38/416: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/28
- 46/416: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/28
- 48/416: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/28
- 52/416: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/05/28
- 60/416: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/28
- 80/416: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/05/28