[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
259/421: gnu: texlive-acronym: Refresh package definition.
From: |
guix-commits |
Subject: |
259/421: gnu: texlive-acronym: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:09 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d9316da1d6a428a7e9f2f542d82ce5be96da3a50
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)
- 359/421: gnu: Add texlive-manfnt-font., (continued)
- 359/421: gnu: Add texlive-manfnt-font., guix-commits, 2023/05/28
- 361/421: gnu: Add texlive-luatex., guix-commits, 2023/05/28
- 372/421: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 376/421: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 387/421: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 404/421: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/28
- 384/421: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 382/421: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 399/421: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/05/28
- 418/421: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/05/28
- 259/421: gnu: texlive-acronym: Refresh package definition.,
guix-commits <=
- 255/421: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/05/28
- 262/421: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/05/28
- 266/421: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/05/28
- 285/421: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/05/28
- 290/421: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/05/28
- 294/421: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/05/28
- 303/421: gnu: texlive-times: Refresh package definition., guix-commits, 2023/05/28
- 307/421: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/05/28
- 308/421: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/28
- 310/421: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/05/28