[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
105/452: gnu: texlive-latex-changepage -> texlive-changepage.
From: |
guix-commits |
Subject: |
105/452: gnu: texlive-latex-changepage -> texlive-changepage. |
Date: |
Fri, 9 Jun 2023 13:43:04 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5cfde53f5d12ac54f381f6387b7b2da26261bba7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 11:49:34 2023 +0200
gnu: texlive-latex-changepage -> texlive-changepage.
* gnu/packages/tex.scm (texlive-changepage): New variable.
(texlive-latex-changepage): Deprecate variable.
---
gnu/packages/tex.scm | 36 +++++++++++++++++++-----------------
1 file changed, 19 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 14e3373a3c..b07cd981ea 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9240,33 +9240,35 @@ bottom of the page, a new page will be started.")
(define-deprecated-package texlive-latex-needspace texlive-needspace)
-(define-public texlive-latex-changepage
+(define-public texlive-changepage
(package
- (name "texlive-latex-changepage")
+ (name "texlive-changepage")
(version (number->string %texlive-revision))
- (source
- (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "changepage"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1rpw8xg5p4jsyh236jma9dz3l29wjx4062f154b3wak5yjcxyxyb"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/changepage/"
+ "source/latex/changepage/"
+ "tex/latex/changepage/")
+ (base32
+ "0g9zlbqrgxh3p2vys2s84i8v590qi4fbpppp5lkaqc1di8kw60lm")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments
- '(#:tex-directory "latex/changepage"
- #:tex-format "latex"))
- (inputs
+ (list #:tex-format "latex"))
+ (native-inputs
(list texlive-filecontents))
- (home-page "https://www.ctan.org/pkg/changepage")
+ (home-page "https://ctan.org/pkg/changepage")
(synopsis "Margin adjustment and detection of odd/even pages")
(description
"The package provides commands to change the page layout in the middle of
-a document, and to robustly check for typesetting on odd or even pages.
-Instructions for use are at the end of the file. The package is an extraction
-of code from the @code{memoir} class, whose user interface it shares.")
+a document, and to robustly check for typesetting on odd or even pages. The
+package is an extraction of code from the @code{memoir} class, whose user
+interface it shares. This package will eventually replace the @code{chngpage}
+package, which is distributed with the package.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-latex-changepage texlive-changepage)
+
(define-public texlive-latex-eukdate
(package
(name "texlive-latex-eukdate")
- 78/452: gnu: texlive-latex-frankenstein -> texlive-frankenstein., (continued)
- 78/452: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/06/09
- 75/452: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/06/09
- 85/452: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/09
- 96/452: gnu: Add texlive-luacode., guix-commits, 2023/06/09
- 98/452: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/06/09
- 77/452: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/09
- 94/452: gnu: Add texlive-ctablestack., guix-commits, 2023/06/09
- 99/452: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/06/09
- 101/452: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/06/09
- 91/452: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/09
- 105/452: gnu: texlive-latex-changepage -> texlive-changepage.,
guix-commits <=
- 102/452: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/09
- 179/452: gnu: Add texlive-incgraph., guix-commits, 2023/06/09
- 194/452: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/09
- 207/452: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/06/09
- 206/452: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/06/09
- 210/452: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/06/09
- 224/452: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/09
- 237/452: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/06/09
- 244/452: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/09
- 248/452: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/06/09