mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-27 04:36:55 +01:00
gnu: texlive-pgf: Refresh package definition.
* gnu/packages/tex.scm (texlive-pgf): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-EVERYSHI.
This commit is contained in:
parent
69647e8215
commit
63e66af948
1 changed files with 52 additions and 33 deletions
|
@ -9552,50 +9552,69 @@ (define-public texlive-ulem
|
||||||
|
|
||||||
(define-public texlive-pgf
|
(define-public texlive-pgf
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-pgf")
|
||||||
"texlive-pgf"
|
(version (number->string %texlive-revision))
|
||||||
(list "doc/generic/pgf/"
|
(source (texlive-origin
|
||||||
"scripts/pgf/"
|
name version
|
||||||
"source/generic/pgf/c/"
|
(list "doc/generic/pgf/"
|
||||||
"source/generic/pgf/testsuite/external/"
|
"scripts/pgf/"
|
||||||
"source/generic/pgf/testsuite/mathtest/"
|
"source/generic/pgf/c/"
|
||||||
"tex/context/third/pgf/basiclayer/"
|
"source/generic/pgf/testsuite/external/"
|
||||||
"tex/context/third/pgf/frontendlayer/"
|
"source/generic/pgf/testsuite/mathtest/"
|
||||||
"tex/context/third/pgf/math/"
|
"tex/context/third/pgf/basiclayer/"
|
||||||
"tex/context/third/pgf/systemlayer/"
|
"tex/context/third/pgf/frontendlayer/"
|
||||||
"tex/context/third/pgf/utilities/"
|
"tex/context/third/pgf/math/"
|
||||||
"tex/generic/pgf/"
|
"tex/context/third/pgf/systemlayer/"
|
||||||
"tex/latex/pgf/basiclayer/"
|
"tex/context/third/pgf/utilities/"
|
||||||
"tex/latex/pgf/compatibility/"
|
"tex/generic/pgf/basiclayer/"
|
||||||
"tex/latex/pgf/doc/"
|
"tex/generic/pgf/frontendlayer/tikz/libraries/circuits/"
|
||||||
"tex/latex/pgf/frontendlayer/"
|
"tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/"
|
||||||
"tex/latex/pgf/math/"
|
"tex/generic/pgf/frontendlayer/tikz/libraries/graphs/"
|
||||||
"tex/latex/pgf/systemlayer/"
|
"tex/generic/pgf/graphdrawing/lua/"
|
||||||
"tex/latex/pgf/utilities/"
|
"tex/generic/pgf/graphdrawing/tex/experimental/"
|
||||||
"tex/plain/pgf/basiclayer/"
|
"tex/generic/pgf/libraries/datavisualization/"
|
||||||
"tex/plain/pgf/frontendlayer/"
|
"tex/generic/pgf/libraries/decorations/"
|
||||||
"tex/plain/pgf/math/"
|
"tex/generic/pgf/libraries/luamath/pgf/luamath/"
|
||||||
"tex/plain/pgf/systemlayer/"
|
"tex/generic/pgf/libraries/shapes/circuits/"
|
||||||
"tex/plain/pgf/utilities/")
|
"tex/generic/pgf/lua/pgf/"
|
||||||
(base32
|
"tex/generic/pgf/math/"
|
||||||
"02qfx9k0ggqfrbrjpfz74w8rkvvzk07rmgr37r7y64gggwpn4cw5")
|
"tex/generic/pgf/modules/"
|
||||||
#:trivial? #t))
|
"tex/generic/pgf/systemlayer/"
|
||||||
|
"tex/generic/pgf/utilities/"
|
||||||
|
"tex/latex/pgf/basiclayer/"
|
||||||
|
"tex/latex/pgf/compatibility/"
|
||||||
|
"tex/latex/pgf/doc/"
|
||||||
|
"tex/latex/pgf/frontendlayer/libraries/"
|
||||||
|
"tex/latex/pgf/math/"
|
||||||
|
"tex/latex/pgf/systemlayer/"
|
||||||
|
"tex/latex/pgf/utilities/"
|
||||||
|
"tex/plain/pgf/basiclayer/"
|
||||||
|
"tex/plain/pgf/frontendlayer/"
|
||||||
|
"tex/plain/pgf/math/"
|
||||||
|
"tex/plain/pgf/systemlayer/"
|
||||||
|
"tex/plain/pgf/utilities/")
|
||||||
|
(base32
|
||||||
|
"1d6s7sf7dmcqrx652f7j468rylkarihxl0ghg0sy5scjdn3z9bdr")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list texlive-atveryend
|
(list texlive-atveryend
|
||||||
|
texlive-everyshi
|
||||||
texlive-fp
|
texlive-fp
|
||||||
texlive-graphics
|
texlive-graphics
|
||||||
texlive-ms
|
texlive-ms
|
||||||
texlive-pdftexcmds
|
texlive-pdftexcmds
|
||||||
texlive-xcolor))
|
texlive-xcolor))
|
||||||
(home-page "https://ctan.org/graphics/pgf/base")
|
(home-page "https://ctan.org/pkg/pgf")
|
||||||
(synopsis "Create PostScript and PDF graphics in TeX")
|
(synopsis "Create PostScript and PDF graphics in TeX")
|
||||||
(description
|
(description
|
||||||
"PGF is a macro package for creating graphics. It is platform- and
|
"PGF is a macro package for creating graphics. It is platform- and
|
||||||
format-independent and works together with the most important TeX backend
|
format-independent and works together with the most important TeX backend
|
||||||
drivers, including pdfTeX and dvips. It comes with a user-friendly syntax layer
|
drivers, including pdfTeX and dvips. It comes with a user-friendly syntax
|
||||||
called TikZ. Its usage is similar to pstricks and the standard picture
|
layer called TikZ. Its usage is similar to @code{pstricks} and the standard
|
||||||
environment. PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. Unlike
|
@code{picture} environment. PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and
|
||||||
pstricks, it can produce either PostScript or PDF output.")
|
ConTeXt. Unlike @code{pstricks}, it can produce either PostScript or PDF
|
||||||
|
output.")
|
||||||
;; The code of the package is dual-license: GPL-2 or LPPL-1.3c+. The
|
;; The code of the package is dual-license: GPL-2 or LPPL-1.3c+. The
|
||||||
;; documentation is also dual-license: LPPL-1.3c+ or GFDL-1.2.
|
;; documentation is also dual-license: LPPL-1.3c+ or GFDL-1.2.
|
||||||
(license (list license:gpl2 license:lppl1.3c+ license:fdl1.2+))))
|
(license (list license:gpl2 license:lppl1.3c+ license:fdl1.2+))))
|
||||||
|
|
Loading…
Reference in a new issue