[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/418: gnu: texlive-latex-jknapltx -> texlive-jknapltx.
From: |
guix-commits |
Subject: |
79/418: gnu: texlive-latex-jknapltx -> texlive-jknapltx. |
Date: |
Fri, 2 Jun 2023 17:23:59 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 91a7f5b24770363ff86f254ec64b1a091cbfcca0
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 d7333f3538..b24ed7af20 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14850,7 +14850,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 005f82a678..876b4a6ab6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6847,44 +6847,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
- 36/418: gnu: texlive-latex-backend -> texlive-backend., (continued)
- 36/418: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/02
- 38/418: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/02
- 41/418: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/02
- 42/418: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/02
- 49/418: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/06/02
- 55/418: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/06/02
- 56/418: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/02
- 58/418: gnu: texlive-grffile: Fix build., guix-commits, 2023/06/02
- 60/418: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/02
- 61/418: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/02
- 79/418: gnu: texlive-latex-jknapltx -> texlive-jknapltx.,
guix-commits <=
- 82/418: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/06/02
- 34/418: gnu: Add texlive-showexpl., guix-commits, 2023/06/02
- 71/418: gnu: texlive-zref: Fix build., guix-commits, 2023/06/02
- 75/418: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/06/02
- 83/418: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/02
- 86/418: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/02
- 91/418: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/02
- 54/418: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/02
- 59/418: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/02
- 64/418: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/06/02