[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
164/458: gnu: texlive-mdframed: Refresh package definition.
From: |
guix-commits |
Subject: |
164/458: gnu: texlive-mdframed: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:25 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d04dccf1b087fccb1d665b4f7da27f42dde3664a
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 14c1a64661..6f72aa9652 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12386,17 +12386,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
- 337/458: gnu: texlive-lm: Refresh package definition., (continued)
- 337/458: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/14
- 339/458: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/06/14
- 340/458: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/14
- 342/458: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/06/14
- 354/458: gnu: Add texlive-mptopdf., guix-commits, 2023/06/14
- 150/458: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/06/14
- 151/458: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/14
- 152/458: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/14
- 155/458: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/14
- 156/458: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/14
- 164/458: gnu: texlive-mdframed: Refresh package definition.,
guix-commits <=
- 165/458: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/06/14
- 167/458: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/14
- 176/458: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/06/14
- 177/458: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/14
- 335/458: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/14
- 351/458: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/06/14
- 391/458: gnu: texlive-cm: Fix build., guix-commits, 2023/06/14
- 409/458: gnu: Add texlive-knuth-local., guix-commits, 2023/06/14
- 408/458: gnu: Add texlive-semaphor., guix-commits, 2023/06/14
- 413/458: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/14