[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
164/409: gnu: texlive-mdframed: Refresh package definition.
From: |
guix-commits |
Subject: |
164/409: gnu: texlive-mdframed: 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 04de526ac2b2f124e60651a39a3b852b5f4fcac0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:12:50 2023 +0200
gnu: texlive-mdframed: Refresh package definition.
* gnu/packages/tex.scm (texlive-mdframed): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-AMSMATH, TEXLIVE-BOOKTABS,
TEXLIVE-CSQUOTES,
TEXLIVE-ESO-PIC, TEXLIVE-ETOOLBOX, TEXLIVE-IFTEX, TEXLIVE-GEOMETRY,
TEXLIVE-GRAPHICS, TEXLIVE-KANTLIPSUM, TEXLIVE-KVOPTIONS,
TEXLIVE-LISTINGS, TEXLIVE-L3KERNEL, TEXLIVE-L3PACKAGES, TEXLIVE-LIPSUM,
TEXLIVE-LISTINGS, TEXLIVE-MICROTYPE, TEXLIVE-NTHEOREM, TEXLIVE-OBERDIEK,
TEXLIVE-PGF, TEXLIVE-SELINPUT, TEXLIVE-TOOLS, TEXLIVE-XCOLOR.
---
gnu/packages/tex.scm | 45 ++++++++++++++++++++++++++++++++++-----------
1 file changed, 34 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bbf2794dd7..d9efd79199 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12394,17 +12394,40 @@ Polish of standard ``LaTeX names''.")
(define-public texlive-mdframed
(package
- (inherit
- (simple-texlive-package
- "texlive-mdframed"
- (list
- "doc/latex/mdframed/"
- "source/latex/mdframed/"
- "tex/latex/mdframed/")
- (base32 "1i5rm946wg43rjckxlfhx79zfx5cgd3bxk71206hd1dqkrgpdpa8")
- #:trivial? #t))
- (propagated-inputs (list texlive-needspace
- texlive-zref))
+ (name "texlive-mdframed")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mdframed/" "source/latex/mdframed/"
+ "tex/latex/mdframed/")
+ (base32
+ "1i5rm946wg43rjckxlfhx79zfx5cgd3bxk71206hd1dqkrgpdpa8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsmath
+ texlive-booktabs
+ texlive-csquotes
+ texlive-eso-pic
+ texlive-etoolbox
+ texlive-iftex
+ texlive-geometry
+ texlive-graphics
+ texlive-kantlipsum
+ texlive-kvoptions
+ texlive-l3kernel
+ texlive-l3packages
+ texlive-lipsum
+ texlive-listings
+ texlive-microtype
+ texlive-needspace
+ texlive-ntheorem
+ texlive-oberdiek
+ texlive-pgf
+ texlive-selinput
+ texlive-tools
+ texlive-xcolor
+ texlive-zref))
(home-page "https://ctan.org/pkg/mdframed")
(synopsis "Framed environments that can split at page boundaries")
(description
- 116/409: gnu: Add texlive-regexpatch., (continued)
- 116/409: gnu: Add texlive-regexpatch., guix-commits, 2023/05/20
- 119/409: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/20
- 129/409: gnu: Add texlive-gincltex., guix-commits, 2023/05/20
- 133/409: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/20
- 135/409: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/20
- 140/409: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/20
- 143/409: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/20
- 149/409: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/20
- 153/409: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/20
- 154/409: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/20
- 164/409: gnu: texlive-mdframed: Refresh package definition.,
guix-commits <=
- 110/409: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/20
- 111/409: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/20
- 147/409: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/20
- 156/409: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/20
- 66/409: gnu: Add texlive-atenddvi., guix-commits, 2023/05/20
- 82/409: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/20
- 83/409: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/20
- 90/409: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/20
- 97/409: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/20
- 112/409: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/20