[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
64/458: gnu: texlive-latex-anysize -> texlive-anysize.
From: |
guix-commits |
Subject: |
64/458: gnu: texlive-latex-anysize -> texlive-anysize. |
Date: |
Wed, 14 Jun 2023 05:22:08 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 75559f382a29a0367645ed0b28cb19e95a929ff0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 12:10:53 2023 +0200
gnu: texlive-latex-anysize -> texlive-anysize.
* gnu/packages/tex.scm (texlive-anysize): New variable.
(texlive-latex-anysize): Deprecate variable.
* gnu/packages/docbook.scm (dblatex): Use new name.
---
gnu/packages/docbook.scm | 2 +-
gnu/packages/tex.scm | 38 +++++++++++++-------------------------
2 files changed, 14 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 070b957339..86c130860c 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -535,7 +535,7 @@ the in DocBook SGML DTDs.")
;; TODO: Add xfig/transfig for fig2dev utility
(inputs
`(("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
- texlive-latex-anysize
+ texlive-anysize
texlive-latex-appendix
texlive-latex-bookmark
texlive-latex-changebar
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 21d14b88a5..e818cf7a2f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6443,33 +6443,19 @@ does not affect @code{\\tt}, @code{\\texttt}, etc.")
(define-deprecated-package texlive-latex-upquote texlive-upquote)
-(define-public texlive-latex-anysize
+(define-public texlive-anysize
(package
- (name "texlive-latex-anysize")
+ (name "texlive-anysize")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (svn-reference
- (url (string-append "svn://www.tug.org/texlive/tags/"
- %texlive-tag "/Master/texmf-dist/"
- "/tex/latex/anysize"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "19khwqjlvznc955sijhww3c4zbb0053rvzwv9nz738qknq7y18vb"))))
- (build-system trivial-build-system)
- (arguments
- `(#:modules ((guix build utils))
- #:builder
- (begin
- (use-modules (guix build utils))
- (let ((target (string-append (assoc-ref %outputs "out")
- "/share/texmf-dist/tex/latex/anysize")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
- (home-page "https://www.ctan.org/pkg/anysize")
+ (source (texlive-origin
+ name version
+ (list "doc/latex/anysize/"
+ "tex/latex/anysize/")
+ (base32
+ "155s0v82zpkmv97kwqhhfw52230hka9zl3wzjw1d5ayxd4n11bxq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/anysize")
(synopsis "Simple package to set up document margins")
(description
"This is a simple package to set up document margins. This package is
@@ -6477,6 +6463,8 @@ considered obsolete; alternatives are the @code{typearea}
package from the
@code{koma-script} bundle, or the @code{geometry} package.")
(license license:public-domain)))
+(define-deprecated-package texlive-latex-anysize texlive-anysize)
+
(define-public texlive-latex-appendix
(package
(name "texlive-latex-appendix")
- 96/458: gnu: Add texlive-luacode., (continued)
- 96/458: gnu: Add texlive-luacode., guix-commits, 2023/06/14
- 98/458: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/06/14
- 100/458: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/14
- 109/458: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/14
- 111/458: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/14
- 114/458: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/06/14
- 123/458: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/14
- 141/458: gnu: Add texlive-xetexconfig., guix-commits, 2023/06/14
- 62/458: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/14
- 63/458: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/14
- 64/458: gnu: texlive-latex-anysize -> texlive-anysize.,
guix-commits <=
- 66/458: gnu: Add texlive-atenddvi., guix-commits, 2023/06/14
- 67/458: gnu: texlive-stringenc: Fix build., guix-commits, 2023/06/14
- 68/458: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/14
- 69/458: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/14
- 70/458: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/14
- 71/458: gnu: texlive-zref: Fix build., guix-commits, 2023/06/14
- 73/458: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/06/14
- 74/458: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/14
- 77/458: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/14
- 78/458: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/06/14