[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/435: gnu: texlive-latex-hanging -> texlive-hanging.
From: |
guix-commits |
Subject: |
41/435: gnu: texlive-latex-hanging -> texlive-hanging. |
Date: |
Tue, 6 Jun 2023 11:39:09 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7a86232912d433b731c5e31c01bfc00e54068b40
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 1773a92915..067dc03514 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5775,7 +5775,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
- 37/435: gnu: texlive-dvips-l3backend -> texlive-l3backend., (continued)
- 37/435: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/06/06
- 40/435: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/06/06
- 49/435: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/06/06
- 50/435: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/06
- 53/435: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/06
- 28/435: gnu: Add texlive-refstyle., guix-commits, 2023/06/06
- 31/435: gnu: Add texlive-chngcntr., guix-commits, 2023/06/06
- 33/435: gnu: Add texlive-attachfile., guix-commits, 2023/06/06
- 35/435: gnu: Add texlive-subfig., guix-commits, 2023/06/06
- 36/435: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/06
- 41/435: gnu: texlive-latex-hanging -> texlive-hanging.,
guix-commits <=
- 47/435: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/06
- 48/435: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/06
- 54/435: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/06
- 30/435: gnu: Add texlive-breakurl., guix-commits, 2023/06/06
- 38/435: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/06
- 42/435: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/06
- 46/435: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/06/06
- 52/435: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/06
- 55/435: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/06/06
- 56/435: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/06