[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
227/452: gnu: texlive-pict2e: Refresh package definition.
From: |
guix-commits |
Subject: |
227/452: gnu: texlive-pict2e: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 425fcba80dd6f6307f28ac56a663705c80f5e8ff
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 0603994dea..3c0100e5d5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4882,42 +4882,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
- 196/452: gnu: texlive-symbol: Refresh package definition., (continued)
- 196/452: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/09
- 203/452: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/09
- 201/452: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/06/09
- 204/452: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/06/09
- 212/452: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/06/09
- 214/452: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/06/09
- 216/452: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/06/09
- 217/452: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/06/09
- 222/452: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/06/09
- 220/452: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/06/09
- 227/452: gnu: texlive-pict2e: Refresh package definition.,
guix-commits <=
- 238/452: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/06/09
- 255/452: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/06/09
- 259/452: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/06/09
- 268/452: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/06/09
- 274/452: gnu: texlive-mflogo: Refresh package definition., guix-commits, 2023/06/09
- 266/452: gnu: texlive-ltxcmds: Refresh package definition., guix-commits, 2023/06/09
- 263/452: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/06/09
- 279/452: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/06/09
- 281/452: gnu: Add texlive-hopatch., guix-commits, 2023/06/09
- 280/452: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/06/09