Archived
1
0
Fork 0

gnu: texlive-seminar: Refresh package definition.

* gnu/packages/tex.scm (texlive-seminar): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: TEXLIVE-GEOMETRY, TEXLIVE-HYPERREF, TEXLIVE-PSTRICKS.
This commit is contained in:
Nicolas Goaziou 2023-05-16 17:33:52 +02:00
parent 4d76be5188
commit a54cbb111f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5871,22 +5871,27 @@ characters and their glyph names.")
(define-public texlive-seminar (define-public texlive-seminar
(package (package
(inherit (simple-texlive-package (name "texlive-seminar")
"texlive-seminar" (version (number->string %texlive-revision))
(list "/doc/latex/seminar/" (source (texlive-origin
"/tex/latex/seminar/") name version
(base32 (list "doc/latex/seminar/" "tex/latex/seminar/")
"1clgw5xy867khzfn8d210rc5hsw5s7r0pznhk84niybvw4zc7r3f") (base32
#:trivial? #t)) "1clgw5xy867khzfn8d210rc5hsw5s7r0pznhk84niybvw4zc7r3f")))
(home-page "https://www.ctan.org/pkg/seminar") (outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs
(list texlive-geometry
texlive-hyperref
texlive-pstricks))
(home-page "https://ctan.org/pkg/seminar")
(synopsis "Make overhead slides") (synopsis "Make overhead slides")
;; TODO: This package may need fancybox and xcomment at runtime.
(description (description
"This package provides a class that produces overhead "This package provides a class that produces overhead
slides (transparencies), with many facilities. Seminar is not nowadays slides (transparencies), with many facilities. Seminar is not nowadays
reckoned a good basis for a presentation users are advised to use more reckoned a good basis for a presentation users are advised to use more
recent classes such as powerdot or beamer, both of which are tuned to recent classes such as @code{powerdot} or @code{beamer}, both of which are
21st-century presentation styles.") tuned to 21st-century presentation styles.")
(license license:lppl1.2+))) (license license:lppl1.2+)))
(define-deprecated-package texlive-latex-seminar texlive-seminar) (define-deprecated-package texlive-latex-seminar texlive-seminar)