guix-commits
[Top][All Lists]
Advanced

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

159/435: gnu: texlive-setspace: Refresh package definition.


From: guix-commits
Subject: 159/435: gnu: texlive-setspace: Refresh package definition.
Date: Tue, 6 Jun 2023 11:39:36 -0400 (EDT)

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

commit eacd622a54fea487c7b52eecc56ed68ff45a17d5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:11:11 2023 +0200

    gnu: texlive-setspace: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-setspace): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
---
 gnu/packages/tex.scm | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5bc9c29963..9024be41ea 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12320,22 +12320,25 @@ TikZ.")
 
 (define-public texlive-setspace
   (package
-    (inherit
-     (simple-texlive-package
-      "texlive-setspace"
-      (list "doc/latex/setspace/" "tex/latex/setspace/")
-      (base32 "00ik8qgkw3ivh3z827zjf7gbwkbsmdcmv22c6ap543mpgaqqjcfm")
-      #:trivial? #t))
+    (name "texlive-setspace")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/setspace/" "tex/latex/setspace/")
+             (base32
+              "00ik8qgkw3ivh3z827zjf7gbwkbsmdcmv22c6ap543mpgaqqjcfm")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
     (home-page "https://ctan.org/pkg/setspace";)
     (synopsis "Set space between lines")
     (description
-     "The @code{setspace} package provides support for setting the spacing 
between
-lines in a document.  Package options include @code{singlespacing},
+     "The @code{setspace} package provides support for setting the spacing
+between lines in a document.  Package options include @code{singlespacing},
 @code{onehalfspacing}, and @code{doublespacing}.  Alternatively the spacing
 can be changed as required with the @code{\\singlespacing},
 @code{\\onehalfspacing}, and @code{\\doublespacing} commands.  Other size
 spacings also available.")
-    (license license:lppl)))
+    (license license:lppl1.3+)))
 
 (define-public texlive-pgfgantt
   (package



reply via email to

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