[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
165/452: gnu: texlive-lineno: Refresh package definition.
From: |
guix-commits |
Subject: |
165/452: gnu: texlive-lineno: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit fc5fa8914e996e2140a221068a873991ef8d89a8
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 6f72aa9652..d28589f66a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12235,20 +12235,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
- 437/452: gnu: Add texlive-luahbtex., (continued)
- 437/452: gnu: Add texlive-luahbtex., guix-commits, 2023/06/09
- 441/452: gnu: Add texlive-collection-basic., guix-commits, 2023/06/09
- 447/452: gnu: Add texlive-pagesel., guix-commits, 2023/06/09
- 445/452: gnu: Add texlive-mfnfss., guix-commits, 2023/06/09
- 442/452: gnu: Add texlive-babelbib., guix-commits, 2023/06/09
- 446/452: gnu: Add texlive-ltxmisc., guix-commits, 2023/06/09
- 152/452: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/09
- 161/452: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/09
- 170/452: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/09
- 183/452: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/06/09
- 165/452: gnu: texlive-lineno: Refresh package definition.,
guix-commits <=
- 187/452: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/09
- 192/452: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/09
- 196/452: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/06/09
- 203/452: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/06/09
- 201/452: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/06/09
- 204/452: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/06/09
- 212/452: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/06/09
- 214/452: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/06/09
- 216/452: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/06/09
- 217/452: gnu: texlive-wasy: Refresh package definition., guix-commits, 2023/06/09