[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
271/452: gnu: texlive-marginnote: Refresh package definition.
From: |
guix-commits |
Subject: |
271/452: gnu: texlive-marginnote: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:39 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d57a76568193ee7363030dfb25eee70e7f73c011
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:03:10 2023 +0200
gnu: texlive-marginnote: Refresh package definition.
* gnu/packages/tex.scm (texlive-marginnote): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 33 ++++++++++++++++-----------------
1 file changed, 16 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 12d27f8077..cd22040c6f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10361,26 +10361,25 @@ of the old package @code{pst-char}.")
(license license:lppl)))
(define-public texlive-marginnote
- (let ((template (simple-texlive-package
- "texlive-marginnote"
- (list "/source/latex/marginnote/marginnote.dtx")
- (base32
- "152bwxhnssj40rr72r6cfirvqbnc0h7xnagfrbz58v2xck53qhg1"))))
- (package
- (inherit template)
- (home-page "http://www.ctan.org/pkg/marginnote")
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/marginnote")
- ((#:build-targets _ '())
- ''("marginnote.dtx"))))
- (synopsis "Notes in the margin")
- (description "This package provides the command @code{\\marginnote} that
+ (package
+ (name "texlive-marginnote")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/marginnote/"
+ "source/latex/marginnote/"
+ "tex/latex/marginnote/")
+ (base32
+ "1drmscvd14akcv7n6wl3d3cnj18cwkd7z7rm2gg7z43b89s7kdqr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/marginnote")
+ (synopsis "Notes in the margin")
+ (description "This package provides the command @code{\\marginnote} that
may be used instead of @code{\\marginpar} at almost every place where
@code{\\marginpar} cannot be used, e.g., inside floats, footnotes, or in
frames made with the @code{framed} package.")
- (license license:lppl1.3c+))))
+ (license license:lppl1.3c+)))
(define-public texlive-iftex
(package
- 232/452: gnu: texlive-babel: Refresh package definition., (continued)
- 232/452: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/06/09
- 233/452: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/06/09
- 235/452: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/06/09
- 236/452: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/06/09
- 243/452: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/06/09
- 246/452: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/06/09
- 253/452: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/06/09
- 257/452: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/06/09
- 265/452: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/06/09
- 261/452: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/06/09
- 271/452: gnu: texlive-marginnote: Refresh package definition.,
guix-commits <=
- 276/452: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/06/09
- 272/452: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/06/09
- 284/452: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/06/09
- 287/452: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/06/09
- 289/452: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/06/09
- 291/452: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/06/09
- 295/452: gnu: texlive-zapfding: Refresh package definition., guix-commits, 2023/06/09
- 292/452: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/06/09
- 300/452: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/06/09
- 302/452: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/06/09