[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
165/409: gnu: texlive-lineno: Refresh package definition.
From: |
guix-commits |
Subject: |
165/409: gnu: texlive-lineno: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:40 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d739a6763b056681036e2bde55fb6d056bdfbeb9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:37:40 2023 +0200
gnu: texlive-lineno: Refresh package definition.
* gnu/packages/tex.scm (texlive-lineno): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-TOOLS.
---
gnu/packages/tex.scm | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d9efd79199..5a32e2f14e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12243,20 +12243,25 @@ threeparttable package to tables created using the
longtable package.")
(define-public texlive-lineno
(package
- (inherit (simple-texlive-package
- "texlive-lineno"
- (list "doc/latex/lineno/"
- "source/latex/lineno/"
- "tex/latex/lineno/")
- (base32
- "1xf8ljgcj411yqmng89wc49rqfz19j95yqqpnb35dj3qc1chvm2a")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/lineno")
+ (name "texlive-lineno")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lineno/" "source/latex/lineno/"
+ "tex/latex/lineno/")
+ (base32
+ "1xf8ljgcj411yqmng89wc49rqfz19j95yqqpnb35dj3qc1chvm2a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-tools))
+ (home-page "https://ctan.org/pkg/lineno")
(synopsis "Line numbers on paragraphs")
- (description "Adds line numbers to selected paragraphs with reference
-possible through the LaTeX @code{\\ref} and @code{\\pageref} cross reference
-mechanism. Line numbering may be extended to footnote lines, using the
-fnlineno package.")
+ (description
+ "The @code{lineno} package adds line numbers to selected paragraphs with
+reference possible through the LaTeX @code{\\ref} and @code{\\pageref} cross
+reference mechanism. Line numbering may be extended to footnote lines, using
+the @code{fnlineno} package.")
(license license:lppl1.3a+)))
(define-public texlive-babel-czech
- 122/409: gnu: texlive-tex-texinfo -> texlive-texinfo., (continued)
- 122/409: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/20
- 131/409: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/20
- 136/409: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/20
- 138/409: gnu: Add texlive-modes., guix-commits, 2023/05/20
- 144/409: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/20
- 145/409: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/20
- 152/409: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/20
- 157/409: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/20
- 160/409: gnu: Add texlive-lipsum., guix-commits, 2023/05/20
- 163/409: gnu: Add texlive-ntheorem., guix-commits, 2023/05/20
- 165/409: gnu: texlive-lineno: Refresh package definition.,
guix-commits <=
- 168/409: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/20
- 177/409: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/05/20
- 184/409: gnu: Add texlive-etextools., guix-commits, 2023/05/20
- 182/409: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/20
- 188/409: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/05/20
- 190/409: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/20
- 192/409: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/20
- 194/409: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/20
- 197/409: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/20
- 199/409: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/05/20