[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
157/418: gnu: texlive-pdflscape: Refresh package definition.
From: |
guix-commits |
Subject: |
157/418: gnu: texlive-pdflscape: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:06 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit bc15232eae3b11d5f411ea9da8f122754b997fb5
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 2c8da92cc0..834cbc645e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12359,14 +12359,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
- 265/418: gnu: texlive-kvsetkeys: Refresh package definition., (continued)
- 265/418: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/05/29
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/29
- 77/418: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/29
- 97/418: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/29
- 109/418: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/29
- 115/418: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/29
- 116/418: gnu: Add texlive-regexpatch., guix-commits, 2023/05/29
- 130/418: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/29
- 138/418: gnu: Add texlive-modes., guix-commits, 2023/05/29
- 133/418: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/29
- 157/418: gnu: texlive-pdflscape: Refresh package definition.,
guix-commits <=
- 161/418: gnu: Add texlive-kantlipsum., guix-commits, 2023/05/29
- 170/418: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/05/29
- 186/418: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/05/29
- 184/418: gnu: Add texlive-etextools., guix-commits, 2023/05/29
- 189/418: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/29
- 191/418: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/29
- 190/418: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/29
- 194/418: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/29
- 188/418: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/05/29
- 195/418: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/05/29