[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
182/452: gnu: texlive-ly1: Refresh package definition.
From: |
guix-commits |
Subject: |
182/452: gnu: texlive-ly1: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6f0017e8cf89cebf7e662b788e797d02611ea02e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 17:11:39 2023 +0200
gnu: texlive-ly1: Refresh package definition.
* gnu/packages/tex.scm (texlive-ly1): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 38 +++++++++++++++++++++-----------------
1 file changed, 21 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b187c01e99..6bc52a981b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11333,24 +11333,28 @@ Type 1 and OTF formats, with supporting files as
necessary.")
(define-public texlive-ly1
(package
- (inherit (simple-texlive-package
- "texlive-ly1"
- (list "/doc/fonts/ly1/"
- "/fonts/enc/dvips/ly1/"
- "/fonts/map/dvips/ly1/"
- "/fonts/tfm/adobe/ly1/"
- "/fonts/vf/adobe/ly1/"
- "/tex/latex/ly1/")
- (base32
- "0wjyw0risgvrq97zfciglwy1f4msvfslln6pz0q8yzzx8wsv3zgq")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/ly1")
+ (name "texlive-ly1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ly1/"
+ "fonts/enc/dvips/ly1/"
+ "fonts/map/dvips/ly1/"
+ "fonts/tfm/adobe/ly1/"
+ "fonts/vf/adobe/ly1/"
+ "tex/latex/ly1/"
+ "tex/plain/ly1/")
+ (base32
+ "1lks902rr94m3n3r4rc2lm4vvqhqv9prgrpni5ww64rqrv56h8yy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ly1")
(synopsis "Support for LY1 LaTeX encoding")
- (description "The legacy @emph{texnansi} (TeX and ANSI) encoding
-is known in the LaTeX scheme of things as @emph{LY1} encoding. The
-@code{ly1} bundle includes metrics and LaTeX macros to use the three
-basic Adobe Type 1 fonts (Times, Helvetica and Courier) in LaTeX using
-LY1 encoding.")
+ (description
+ "The legacy @code{texnansi} (TeX and ANSI) encoding is known in the LaTeX
+scheme of things as @emph{LY1} encoding. The @code{ly1} bundle includes
+metrics and LaTeX macros to use the three basic Adobe Type 1 fonts (Times,
+Helvetica and Courier) in LaTeX using LY1 encoding.")
(license license:lppl1.0+)))
(define-public texlive-sectsty
- 87/452: gnu: texlive-latex-sidecap -> texlive-sidecap., (continued)
- 87/452: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/09
- 92/452: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/09
- 97/452: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/09
- 113/452: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/09
- 134/452: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/09
- 154/452: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/09
- 35/452: gnu: Add texlive-subfig., guix-commits, 2023/06/09
- 150/452: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/06/09
- 175/452: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/09
- 171/452: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/09
- 182/452: gnu: texlive-ly1: Refresh package definition.,
guix-commits <=
- 185/452: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/09
- 184/452: gnu: Add texlive-etextools., guix-commits, 2023/06/09
- 188/452: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/09
- 202/452: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/09
- 218/452: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/09
- 208/452: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/06/09
- 219/452: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/06/09
- 226/452: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/09
- 240/452: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/09
- 242/452: gnu: texlive-bidi: Fix build., guix-commits, 2023/06/09