[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
165/418: gnu: texlive-lineno: Refresh package definition.
From: |
guix-commits |
Subject: |
165/418: gnu: texlive-lineno: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:24:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b235c311510480ecc0dd6e66ad1fa39171f6ce96
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
- 133/418: gnu: texlive-collectbox: Refresh package definition., (continued)
- 133/418: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/06/02
- 134/418: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/02
- 147/418: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/02
- 151/418: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/02
- 152/418: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/02
- 153/418: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/02
- 154/418: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/02
- 160/418: gnu: Add texlive-lipsum., guix-commits, 2023/06/02
- 163/418: gnu: Add texlive-ntheorem., guix-commits, 2023/06/02
- 164/418: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/02
- 165/418: gnu: texlive-lineno: Refresh package definition.,
guix-commits <=
- 168/418: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/02
- 170/418: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/02
- 171/418: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/02
- 178/418: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/02
- 182/418: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/02
- 181/418: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/02
- 188/418: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/02
- 185/418: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/02
- 190/418: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/02
- 198/418: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/06/02