[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
227/409: gnu: texlive-pict2e: Refresh package definition.
From: |
guix-commits |
Subject: |
227/409: gnu: texlive-pict2e: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:51 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d14efc280f1288cd9cd67cdc8f059b275ba0c959
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
- 272/409: gnu: texlive-alphalph: Refresh package definition., (continued)
- 272/409: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/05/20
- 298/409: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/05/20
- 321/409: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/05/20
- 121/409: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/20
- 124/409: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/20
- 141/409: gnu: Add texlive-xetexconfig., guix-commits, 2023/05/20
- 146/409: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/20
- 216/409: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/05/20
- 220/409: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/05/20
- 226/409: gnu: texlive-xmltex: Fix build., guix-commits, 2023/05/20
- 227/409: gnu: texlive-pict2e: Refresh package definition.,
guix-commits <=
- 239/409: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/05/20
- 241/409: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/05/20
- 247/409: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/20
- 297/409: gnu: texlive-times: Refresh package definition., guix-commits, 2023/05/20
- 300/409: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/05/20
- 301/409: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/05/20
- 302/409: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/20
- 303/409: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/05/20
- 312/409: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/05/20
- 314/409: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/05/20