[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/452: gnu: texlive-latex-hanging -> texlive-hanging.
From: |
guix-commits |
Subject: |
41/452: gnu: texlive-latex-hanging -> texlive-hanging. |
Date: |
Fri, 9 Jun 2023 13:42:52 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 55b5b880c0dae2567301817e7277643f75a3e038
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 00:20:57 2023 +0200
gnu: texlive-latex-hanging -> texlive-hanging.
* gnu/packages/tex.scm (texlive-hanging): New variable.
(texlive-latex-hanging): Deprecate variable.
* gnu/packages/maths.scm (hypre): Use new name.
---
gnu/packages/maths.scm | 2 +-
gnu/packages/tex.scm | 21 ++++++++++++++-------
2 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1190b88bce..f0a8a4dbf8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5811,7 +5811,7 @@ set.")
texlive-latex-fncychap
texlive-latex-framed
texlive-latex-geometry
- texlive-latex-hanging
+ texlive-hanging
texlive-hyperref
texlive-latex-multirow
texlive-latex-natbib
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e905617aed..df36ecb2b8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5245,14 +5245,19 @@ but non-expandable ones.")
(define-deprecated-package texlive-latex-filemod texlive-filemod)
-(define-public texlive-latex-hanging
+(define-public texlive-hanging
(package
- (inherit (simple-texlive-package
- "texlive-latex-hanging"
- '("/tex/latex/hanging/")
- (base32
- "0s86yaxyfv9zxf4svwg9s13by9vrw38apfg0hsfchsimsdd6gsbb")
- #:trivial? #t))
+ (name "texlive-hanging")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hanging"
+ "source/latex/hanging"
+ "tex/latex/hanging/")
+ (base32
+ "1d9kr163vn9sm9p9dyppnnffdcdjlgrm7848d97s678hdb9cp962")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
(home-page "https://www.ctan.org/pkg/hanging")
(synopsis "Typeset hanging paragraphs")
(description
@@ -5261,6 +5266,8 @@ paragraphs. The package also enables typesetting with
hanging punctuation,
by making punctuation characters active.")
(license license:lppl1.3c+)))
+(define-deprecated-package texlive-latex-hanging texlive-hanging)
+
(define-public texlive-fira
(package
(inherit (simple-texlive-package
- 52/452: gnu: texlive-latex-framed -> texlive-framed., (continued)
- 52/452: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/09
- 67/452: gnu: texlive-stringenc: Fix build., guix-commits, 2023/06/09
- 58/452: gnu: texlive-grffile: Fix build., guix-commits, 2023/06/09
- 82/452: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/06/09
- 84/452: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/06/09
- 80/452: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/06/09
- 76/452: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/09
- 24/452: gnu: Add texlive-enctex., guix-commits, 2023/06/09
- 27/452: gnu: Add texlive-luabidi., guix-commits, 2023/06/09
- 33/452: gnu: Add texlive-attachfile., guix-commits, 2023/06/09
- 41/452: gnu: texlive-latex-hanging -> texlive-hanging.,
guix-commits <=
- 57/452: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/09
- 69/452: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/09
- 68/452: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/09
- 87/452: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/09
- 92/452: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/09
- 97/452: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/09
- 113/452: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/06/09
- 134/452: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/06/09
- 154/452: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/09
- 35/452: gnu: Add texlive-subfig., guix-commits, 2023/06/09