[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
253/418: gnu: texlive-acronym: Refresh package definition.
From: |
guix-commits |
Subject: |
253/418: gnu: texlive-acronym: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:23 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 40a45119e6ee497c425ace963cc4b36f30128e34
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:39:06 2023 +0200
gnu: texlive-acronym: Refresh package definition.
* gnu/packages/tex.scm (texlive-acronym): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 41 +++++++++++++++++++----------------------
1 file changed, 19 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8b979191e3..ab6cbf8c16 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8509,31 +8509,28 @@ files.")
(define-deprecated-package texlive-latex-preview texlive-preview)
(define-public texlive-acronym
- (let ((template (simple-texlive-package
- "texlive-acronym"
- (list "doc/latex/acronym/"
- "source/latex/acronym/"
- "tex/latex/acronym/")
- (base32
- "0p2sws3qy7wv0v6bsy6c5j36n9s1ps7b1z7dmg1370schrjpqnfh"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t) "latex/acronym")
- ((#:build-targets _ '()) '(list "acronym.ins"))))
- (propagated-inputs
- (list texlive-bigfoot texlive-relsize texlive-xstring))
- (home-page "https://ctan.org/pkg/acronym")
- (synopsis "Expand acronyms at least once")
- (description
- "This package ensures that all acronyms used in the text are spelled
-out in full at least once. It also provides an environment to build a list of
+ (package
+ (name "texlive-acronym")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/acronym/" "source/latex/acronym/"
+ "tex/latex/acronym/")
+ (base32
+ "0p2sws3qy7wv0v6bsy6c5j36n9s1ps7b1z7dmg1370schrjpqnfh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-bigfoot texlive-relsize texlive-xstring))
+ (home-page "https://ctan.org/pkg/acronym")
+ (synopsis "Expand acronyms at least once")
+ (description
+ "This package ensures that all acronyms used in the text are spelled out
+in full at least once. It also provides an environment to build a list of
acronyms used. The package is compatible with PDF bookmarks. The package
requires the @code{suffix} package, which in turn requires that it runs under
e-TeX.")
- (license license:lppl1.3+))))
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-latex-acronym texlive-acronym)
- 212/418: gnu: texlive-xunicode: Refresh package definition., (continued)
- 212/418: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/05/29
- 221/418: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/05/29
- 237/418: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/05/29
- 239/418: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/05/29
- 241/418: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/05/29
- 245/418: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/05/29
- 246/418: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/05/29
- 249/418: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/05/29
- 250/418: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/05/29
- 251/418: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/05/29
- 253/418: gnu: texlive-acronym: Refresh package definition.,
guix-commits <=
- 256/418: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/05/29
- 260/418: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/05/29
- 262/418: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/05/29
- 263/418: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/05/29
- 267/418: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/05/29
- 266/418: gnu: texlive-ltxcmds: Refresh package definition., guix-commits, 2023/05/29
- 273/418: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/05/29
- 280/418: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/29
- 284/418: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/05/29
- 293/418: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/29