guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

306/418: gnu: texlive-seminar: Refresh package definition.


From: guix-commits
Subject: 306/418: gnu: texlive-seminar: Refresh package definition.
Date: Fri, 2 Jun 2023 17:25:39 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 969dbafc32d3b85bf054f37d75fd9858ff9b04ee
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 17:33:52 2023 +0200

    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.
---
 gnu/packages/tex.scm | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 706a96dfd6..2378d93f9f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5879,22 +5879,27 @@ characters and their glyph names.")
 
 (define-public texlive-seminar
   (package
-    (inherit (simple-texlive-package
-              "texlive-seminar"
-              (list "/doc/latex/seminar/"
-                    "/tex/latex/seminar/")
-              (base32
-               "1clgw5xy867khzfn8d210rc5hsw5s7r0pznhk84niybvw4zc7r3f")
-              #:trivial? #t))
-    (home-page "https://www.ctan.org/pkg/seminar";)
+    (name "texlive-seminar")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/seminar/" "tex/latex/seminar/")
+             (base32
+              "1clgw5xy867khzfn8d210rc5hsw5s7r0pznhk84niybvw4zc7r3f")))
+    (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")
-    ;; TODO: This package may need fancybox and xcomment at runtime.
     (description
      "This package provides a class that produces overhead
 slides (transparencies), with many facilities.  Seminar is not nowadays
 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
-21st-century presentation styles.")
+recent classes such as @code{powerdot} or @code{beamer}, both of which are
+tuned to 21st-century presentation styles.")
     (license license:lppl1.2+)))
 
 (define-deprecated-package texlive-latex-seminar texlive-seminar)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]