gnu: Add texlive-gradientframe.

* gnu/packages/tex.scm (texlive-gradientframe): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 00:31:40 +02:00
parent 9047244091
commit 8da59a5b5a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17348,6 +17348,34 @@ (define-public texlive-gnuplottex
files.")
(license license:gpl2)))
(define-public texlive-gradientframe
(package
(name "texlive-gradientframe")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/gradientframe/"
"source/latex/gradientframe/"
"tex/latex/gradientframe/")
(base32
"0qy3ri6fdgzdslaaa7gakswvpc299xyarm8ng4cs8w64q14675r1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:tex-format "latex"))
(native-inputs
(list (texlive-updmap.cfg
(list texlive-charter
texlive-emp
texlive-hypdoc
texlive-listings
texlive-tools))))
(home-page "https://ctan.org/pkg/gradientframe")
(synopsis "Simple gradient frames around objects")
(description
"The package provides a means of drawing graded frames around objects.
The gradients of the frames are drawn using the @code{color} package.")
(license license:lppl1.3+)))
(define-public texlive-inlinedef
(package
(name "texlive-inlinedef")