[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/452: gnu: texlive-latex-jknapltx -> texlive-jknapltx.
From: |
guix-commits |
Subject: |
79/452: gnu: texlive-latex-jknapltx -> texlive-jknapltx. |
Date: |
Fri, 9 Jun 2023 13:43:00 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 811a43e3abc66c8bb28be73ba4bc5898a1d270b7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 16:22:19 2023 +0200
gnu: texlive-latex-jknapltx -> texlive-jknapltx.
* gnu/packages/tex.scm (texlive-jknapltx): New variable.
(texlive-latex-jknapltx): Deprecate variable.
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/python-xyz.scm (python-nbconvert): Use new name.
---
gnu/packages/docbook.scm | 2 +-
gnu/packages/python-xyz.scm | 2 +-
gnu/packages/tex.scm | 46 ++++++++++++++++++---------------------------
3 files changed, 20 insertions(+), 30 deletions(-)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 7ff920409e..b214dbc9df 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -546,7 +546,7 @@ the in DocBook SGML DTDs.")
texlive-float
texlive-footmisc
texlive-hyperref
- texlive-latex-jknapltx
+ texlive-jknapltx
texlive-listings
texlive-latex-multirow
texlive-latex-overpic
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0b8167d17b..3378c30fbd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14926,7 +14926,7 @@ time.")
texlive-fancyvrb
texlive-float
texlive-geometry
- texlive-latex-jknapltx
+ texlive-jknapltx
texlive-ms
texlive-latex-parskip
texlive-trimspaces
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e25d6a1bd1..6632101c07 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6839,44 +6839,34 @@ styles. Support for @code{hyperref} is provided.")
(define-deprecated-package texlive-latex-listings texlive-listings)
-(define-public texlive-latex-jknapltx
+(define-public texlive-jknapltx
(package
- (name "texlive-latex-jknapltx")
+ (name "texlive-jknapltx")
(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/jknapltx"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0m034x72f2g07icr50gacyxfb9g1lz2rmqh4kqr1qjb421x2kds9"))))
- (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/jknapltx")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
- (home-page "https://www.ctan.org/pkg/jknappen")
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jknapltx/"
+ "tex/latex/jknapltx/")
+ (base32
+ "0as43yqq123cacxhvp4sbdp4ka3cyp2spmxwayqny0fh5rsk6qaq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-graphics))
+ (home-page "https://ctan.org/pkg/jknapltx")
(synopsis "Miscellaneous packages by Joerg Knappen")
(description
- "This package provides miscellaneous macros by Joerg Knappen, including:
-represent counters in greek; Maxwell's non-commutative division;
+ "This package provides miscellaneous macros by Joerg Knappen,
+including: represent counters in greek; Maxwell's non-commutative division;
@code{latin1jk}, @code{latin2jk} and @code{latin3jk}, which are
@code{inputenc} definition files that allow verbatim input in the respective
ISO Latin codes; blackboard bold fonts in maths; use of RSFS fonts in maths;
extra alignments for @code{\\parboxes}; swap Roman and Sans fonts;
transliterate semitic languages; patches to make (La)TeX formulae embeddable
in SGML; use maths minus in text as appropriate; simple Young tableaux.")
- (license license:gpl2)))
+ (license license:gpl3+)))
+
+(define-deprecated-package texlive-latex-jknapltx texlive-jknapltx)
(define-public texlive-kvoptions
(let ((template (simple-texlive-package
- 28/452: gnu: Add texlive-refstyle., (continued)
- 28/452: gnu: Add texlive-refstyle., guix-commits, 2023/06/09
- 30/452: gnu: Add texlive-breakurl., guix-commits, 2023/06/09
- 31/452: gnu: Add texlive-chngcntr., guix-commits, 2023/06/09
- 32/452: gnu: Add texlive-multido., guix-commits, 2023/06/09
- 34/452: gnu: Add texlive-showexpl., guix-commits, 2023/06/09
- 36/452: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/09
- 44/452: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/06/09
- 54/452: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/09
- 60/452: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/09
- 81/452: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/09
- 79/452: gnu: texlive-latex-jknapltx -> texlive-jknapltx.,
guix-commits <=
- 18/452: gnu: Add texlive-lwarp., guix-commits, 2023/06/09
- 88/452: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/09
- 93/452: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/09
- 90/452: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/09
- 111/452: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/09
- 109/452: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/09
- 110/452: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/09
- 126/452: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/09
- 135/452: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/09
- 151/452: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/09