[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
201/458: gnu: texlive-todonotes: Refresh package definition.
From: |
guix-commits |
Subject: |
201/458: gnu: texlive-todonotes: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:31 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 4710d3efa30f742216afbeaf92c2edc1649b7b64
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:43:45 2023 +0200
gnu: texlive-todonotes: Refresh package definition.
* gnu/packages/tex.scm (texlive-todonotes): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: TEXLIVE-TOOLS, TEXLIVE-XCOLOR.
---
gnu/packages/tex.scm | 42 ++++++++++++++++++++++++------------------
1 file changed, 24 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 94c4e87f05..296ce5ffaa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10860,24 +10860,30 @@ citations and references.")
(license license:lppl1.3c)))
(define-public texlive-todonotes
- (let ((template (simple-texlive-package
- "texlive-todonotes"
- (list "/doc/latex/todonotes/"
- "/tex/latex/todonotes/")
- (base32
- "1jqw8jy73488bdr971w0dnlggsvicagpnpx8ddqkma920ba8rabp")
- #:trivial? #t)))
- (package
- (inherit template)
- (propagated-inputs
- (list texlive-pgf texlive-xkeyval))
- (home-page "http://www.ctan.org/pkg/todonotes";)
- (synopsis "Marking things to do in a LaTeX document")
- (description "The @code{todonotes} package lets the user mark
-things to do later, in a simple and visually appealing way. The
-package takes several options to enable customization and finetuning
-of the visual appearance.")
- (license license:lppl1.3+))))
+ (package
+ (name "texlive-todonotes")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/todonotes/"
+ "source/latex/todonotes/"
+ "tex/latex/todonotes/")
+ (base32
+ "0lhqzrvf216j3rzg7lmc1mvnr2mzr0a6c2kqrfwzw6qbpm9v29nk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-pgf
+ texlive-tools
+ texlive-xcolor
+ texlive-xkeyval))
+ (home-page "https://ctan.org/pkg/todonotes";)
+ (synopsis "Marking things to do in a LaTeX document")
+ (description
+ "The @code{todonotes} package lets the user mark things to do later, in
+a simple and visually appealing way. The package takes several options to
+enable customization and finetuning of the visual appearance.")
+ (license license:lppl1.3+)))
(define-public texlive-units
(package
- 134/458: gnu: texlive-ifoddpage: Refresh package definition., (continued)
- 134/458: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/14
- 135/458: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/14
- 140/458: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/06/14
- 142/458: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/06/14
- 149/458: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/14
- 168/458: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/14
- 184/458: gnu: Add texlive-etextools., guix-commits, 2023/06/14
- 186/458: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/06/14
- 187/458: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/06/14
- 188/458: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/14
- 201/458: gnu: texlive-todonotes: Refresh package definition.,
guix-commits <=
- 210/458: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/06/14
- 216/458: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/06/14
- 218/458: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/14
- 137/458: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/06/14
- 139/458: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/14
- 234/458: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/06/14
- 241/458: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/06/14
- 248/458: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/06/14
- 250/458: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/06/14
- 82/458: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/06/14