[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
285/409: gnu: texlive-oberdiek: Refresh package definition.
From: |
guix-commits |
Subject: |
285/409: gnu: texlive-oberdiek: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:03:01 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 75796ef3aa2bfee1968f1c7d02c096906714ed97
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:27:46 2023 +0200
gnu: texlive-oberdiek: Refresh package definition.
* gnu/packages/tex.scm (texlive-oberdiek): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 56 +++++++++++++++++++++++-----------------------------
1 file changed, 25 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7e9f42be9c..85c46b7f4c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3945,39 +3945,33 @@ is compatible with pdfLaTeX, XeLaTeX, LaTeX+dvipdfm,
and LaTeX+dvips+ps2pdf.")
(license license:lppl1.3c)))
(define-public texlive-oberdiek
- (let ((template (simple-texlive-package
- "texlive-oberdiek"
- (list "bibtex/bib/oberdiek/"
- "doc/latex/oberdiek/"
- "source/latex/oberdiek/"
- "tex/generic/oberdiek/"
- "tex/latex/oberdiek/")
- (base32
- "00lp24fckawpy997j7zagsxv89jif40wgjq8fw502v06d225ikp3"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/oberdiek")
- ((#:build-targets _ '())
- #~(list "oberdiek.ins"))))
- (propagated-inputs
- (list texlive-auxhook
- texlive-grfext
- texlive-grffile
- texlive-iftex
- texlive-infwarerr
- texlive-kvoptions
- texlive-pdftexcmds))
- (home-page "https://www.ctan.org/pkg/oberdiek")
- (synopsis "Bundle of packages submitted by Heiko Oberdiek")
- (description
- "The bundle comprises various LaTeX packages, providing among others:
+ (package
+ (name "texlive-oberdiek")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/oberdiek/" "doc/latex/oberdiek/"
+ "source/latex/oberdiek/"
+ "tex/generic/oberdiek/" "tex/latex/oberdiek/")
+ (base32
+ "00lp24fckawpy997j7zagsxv89jif40wgjq8fw502v06d225ikp3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-auxhook
+ texlive-grfext
+ texlive-grffile
+ texlive-iftex
+ texlive-infwarerr
+ texlive-kvoptions
+ texlive-pdftexcmds))
+ (home-page "https://www.ctan.org/pkg/oberdiek")
+ (synopsis "Bundle of packages submitted by Heiko Oberdiek")
+ (description
+ "The bundle comprises various LaTeX packages, providing among others:
better accessibility support for PDF files; extensible chemists reaction
arrows; record information about document class(es) used; and many more.")
- (license license:lppl1.3+))))
+ (license license:lppl1.3+)))
(define-deprecated-package texlive-latex-oberdiek texlive-oberdiek)
- 193/409: gnu: texlive-fpl: Refresh package definition., (continued)
- 193/409: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/05/20
- 198/409: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/20
- 202/409: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/05/20
- 215/409: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/05/20
- 219/409: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/05/20
- 223/409: gnu: texlive-paralist: Fix build., guix-commits, 2023/05/20
- 225/409: gnu: Add texlive-xmltexconfig., guix-commits, 2023/05/20
- 269/409: gnu: Add texlive-colorprofiles., guix-commits, 2023/05/20
- 273/409: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/05/20
- 280/409: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/20
- 285/409: gnu: texlive-oberdiek: Refresh package definition.,
guix-commits <=
- 288/409: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/05/20
- 259/409: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/05/20
- 268/409: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/05/20
- 278/409: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/05/20
- 291/409: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/05/20
- 309/409: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/05/20
- 238/409: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/05/20
- 244/409: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/05/20
- 267/409: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/05/20
- 272/409: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/05/20