[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
157/452: gnu: texlive-pdflscape: Refresh package definition.
From: |
guix-commits |
Subject: |
157/452: gnu: texlive-pdflscape: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a8e46162ddf9b9734f7ba87f519c4533ecfbc755
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 00:57:07 2023 +0200
gnu: texlive-pdflscape: Refresh package definition.
* gnu/packages/tex.scm (texlive-pdflscape): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-ATBEGSHI, TEXLIVE-GRAPHICS, and
TEXLIVE-IFTEX.
---
gnu/packages/tex.scm | 23 +++++++++++++++--------
1 file changed, 15 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 76357cfe90..c2886a8183 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12351,14 +12351,21 @@ Several keys customize the appearance of the chart
elements.")
(define-public texlive-pdflscape
(package
- (inherit
- (simple-texlive-package
- "texlive-pdflscape"
- (list "doc/latex/pdflscape/"
- "source/latex/pdflscape/"
- "tex/latex/pdflscape/")
- (base32 "05vvmwd8vlzs2x2rm6pfzlvrrihqf924d7krlrkvc6giiwyfsic4")
- #:trivial? #t))
+ (name "texlive-pdflscape")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pdflscape/"
+ "source/latex/pdflscape/"
+ "tex/latex/pdflscape/")
+ (base32
+ "05vvmwd8vlzs2x2rm6pfzlvrrihqf924d7krlrkvc6giiwyfsic4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-atbegshi
+ texlive-graphics
+ texlive-iftex))
(home-page "https://ctan.org/pkg/pdflscape")
(synopsis "Make landscape pages display as landscape")
(description
- 74/452: gnu: texlive-latex-cmap -> texlive-cmap., (continued)
- 74/452: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/09
- 83/452: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/09
- 86/452: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/09
- 108/452: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/09
- 106/452: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/09
- 103/452: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/09
- 114/452: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/06/09
- 122/452: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/09
- 124/452: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/06/09
- 139/452: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/09
- 157/452: gnu: texlive-pdflscape: Refresh package definition.,
guix-commits <=
- 29/452: gnu: Add texlive-euenc., guix-commits, 2023/06/09
- 37/452: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/06/09
- 39/452: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/06/09
- 45/452: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/06/09
- 46/452: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/06/09
- 50/452: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/09
- 51/452: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/09
- 63/452: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/09
- 55/452: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/06/09
- 64/452: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/06/09