[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
227/418: gnu: texlive-pict2e: Refresh package definition.
From: |
guix-commits |
Subject: |
227/418: gnu: texlive-pict2e: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit df459fff306991e95089f58be35f7f6c5fea44e5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:30:55 2023 +0200
gnu: texlive-pict2e: Refresh package definition.
* gnu/packages/tex.scm (texlive-pict2e): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-GRAPHICS.
---
gnu/packages/tex.scm | 50 +++++++++++++++++++-------------------------------
1 file changed, 19 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8274ee6098..72a8f3da3b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4890,42 +4890,30 @@ Unicode entities, and common formatting object
definitions for JadeTeX.")
(license license:lppl1.0+)))
(define-public texlive-pict2e
- (let ((template (simple-texlive-package
- "texlive-pict2e"
- (list "doc/latex/pict2e/"
- "source/latex/pict2e/"
- "tex/latex/pict2e/")
- (base32
- "0pazv1khsgjhxc673qrhjrbzlkgmcj53qccb9hw7ygdajxrjc2ba"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t) "latex/pict2e")
- ((#:build-targets _ '()) '(list "pict2e.ins"))
- ((#:phases phases)
- #~(modify-phases #$phases
- (add-after 'build 'build-doc
- (lambda _
- (copy-file "p2e-drivers.dtx" "build/p2e-drivers.dtx")
- (with-directory-excursion "build"
- (invoke "pdflatex" "p2e-drivers.dtx")
- (delete-file "p2e-drivers.dtx")
- ;; texlive.tlpbd expects a "pict2e.cfg" configuration file
- ;; instead of "pict2e-example.cfg". Please it.
- (rename-file "pict2e-example.cfg" "pict2e.cfg"))))))))
- (home-page "https://ctan.org/pkg/pict2e")
- (native-inputs
- (list (texlive-updmap.cfg)))
- (synopsis "New implementation of picture commands")
- (description
- "This package extends the existing LaTeX @code{picture} environment,
+ (package
+ (name "texlive-pict2e")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pict2e/"
+ "source/latex/pict2e/"
+ "tex/latex/pict2e/")
+ (base32
+ "0pazv1khsgjhxc673qrhjrbzlkgmcj53qccb9hw7ygdajxrjc2ba")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-graphics))
+ (home-page "https://ctan.org/pkg/pict2e")
+ (synopsis "New implementation of @code{picture} commands")
+ (description
+ "This package extends the existing LaTeX @code{picture} environment,
using the familiar technique (the @code{graphics} and @code{color} packages)
of driver files (at present, drivers for dvips, pdfTeX, LuaTeX, XeTeX, VTeX,
dvipdfm, and dvipdfmx are available). The package documentation has a fair
number of examples of use, showing where things are improved by comparison
with the LaTeX @code{picture} environment.")
- (license license:lppl1.3+))))
+ (license license:lppl1.3+)))
(define-public texlive-psnfss
(let ((template (simple-texlive-package
- 113/418: gnu: texlive-latex-textpos -> texlive-textpos., (continued)
- 113/418: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/29
- 181/418: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/29
- 187/418: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/05/29
- 192/418: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/29
- 196/418: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/29
- 197/418: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/29
- 199/418: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/05/29
- 202/418: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/05/29
- 205/418: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/05/29
- 231/418: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/05/29
- 227/418: gnu: texlive-pict2e: Refresh package definition.,
guix-commits <=
- 219/418: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/05/29
- 218/418: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/05/29
- 230/418: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/05/29
- 234/418: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/05/29
- 258/418: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/05/29
- 259/418: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/05/29
- 268/418: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/05/29
- 270/418: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/05/29
- 272/418: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/05/29
- 274/418: gnu: texlive-mflogo: Refresh package definition., guix-commits, 2023/05/29