[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/416: gnu: texlive-dvips-l3backend -> texlive-l3backend.
From: |
guix-commits |
Subject: |
37/416: gnu: texlive-dvips-l3backend -> texlive-l3backend. |
Date: |
Sun, 28 May 2023 02:32:09 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8e587ada7af0bf1a0dd8b5427e39095429e963f8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 12 23:55:44 2023 +0200
gnu: texlive-dvips-l3backend -> texlive-l3backend.
* gnu/packages/tex.scm (texlive-dvips-l3backend): Deprecate package.
* gnu/packages/chez.scm (stex-bootstrap):
* gnu/packages/maths.scm (cddlib):
* gnu/packages/ocaml.scm (unison):
* gnu/packages/plotutils.scm (asymptote): Use new name.
---
gnu/packages/chez.scm | 2 +-
gnu/packages/maths.scm | 2 +-
gnu/packages/ocaml.scm | 2 +-
gnu/packages/plotutils.scm | 12 ++++++------
gnu/packages/tex.scm | 18 +-----------------
5 files changed, 10 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index ab6eaba6bd..f15a90128c 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -760,7 +760,7 @@ Chez Scheme.")))
(propagated-inputs
(list xorg-rgb
(texlive-updmap.cfg
- (list texlive-dvips-l3backend
+ (list texlive-l3backend
texlive-hyperref
texlive-bibtex
texlive-epsf
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index ccd06b07f5..397884b12c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -843,7 +843,7 @@ integer programming problems and computes Markov bases for
statistics.")
automake
libtool
texlive-amsfonts
- texlive-dvips-l3backend
+ texlive-l3backend
texlive-graphics
texlive-l3backend
texlive-tiny))
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f0b8f9e912..b976c6d604 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1377,7 +1377,7 @@ libpanel, librsvg and quartz.")
;; For documentation
("ghostscript" ,ghostscript)
("texlive" ,(texlive-updmap.cfg
- (list texlive-fonts-ec texlive-dvips-l3backend)))
+ (list texlive-fonts-ec texlive-l3backend)))
("hevea" ,hevea)
("lynx" ,lynx)
("which" ,which)))
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index 46e86158b6..57517c5bd2 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -308,18 +308,18 @@ colors, styles, options and details.")
texinfo ;for generating documentation
(texlive-updmap.cfg
(list texlive-amsfonts
- texlive-dvips-l3backend
texlive-epsf
texlive-etoolbox
texlive-fonts-ec
- texlive-infwarerr
- texlive-kvdefinekeys
- texlive-grfext
- texlive-hyperref
- texlive-latex-base
texlive-latex-geometry
texlive-graphics
+ texlive-grfext
+ texlive-hyperref
+ texlive-infwarerr
+ texlive-kvdefinekeys
texlive-kvoptions
+ texlive-l3backend
+ texlive-latex-base
texlive-latex-media9
texlive-oberdiek ;for ifluatex
texlive-latex-ocgx2
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8e7d5a83b2..4c1df7be6a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3943,6 +3943,7 @@ are distributed separately from l3kernel to allow this
code to be updated on
an independent schedule.")
(license license:lppl1.3c)))
+(define-deprecated-package texlive-dvips-l3backend texlive-l3backend)
(define-deprecated-package texlive-latex-l3backend texlive-l3backend)
(define-public texlive-latex-l3packages
@@ -4017,23 +4018,6 @@ programming tools and kernel support. Packages provided
in this release are:
@end enumerate\n")
(license license:lppl1.3c+)))
-(define-public texlive-dvips-l3backend
- (package
- (inherit (simple-texlive-package
- "texlive-dvips-l3backend"
- (list
- "/dvips/l3backend/")
- (base32
- "1hvj153h1pn93h6n76dv3mg9ai0mcz9q9mysfiqjfpqzijz9ikky")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/l3backend")
- (synopsis "LaTeX3 backend drivers for dvips")
- (description
- "This package forms parts of expl3, and contains the code used to
-interface with backends (drivers) across the expl3 codebase. The functions
-here are defined for the dvips engine only.")
- (license license:lppl1.3c+)))
-
(define-public texlive-fontspec
(let ((template (simple-texlive-package
"texlive-fontspec"
- 276/416: gnu: texlive-atveryend: Refresh package definition., (continued)
- 276/416: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/05/28
- 302/416: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/28
- 306/416: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/05/28
- 301/416: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/05/28
- 299/416: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/05/28
- 327/416: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/05/28
- 320/416: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/28
- 291/416: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/05/28
- 11/416: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/05/28
- 19/416: gnu: Add texlive-xfor., guix-commits, 2023/05/28
- 37/416: gnu: texlive-dvips-l3backend -> texlive-l3backend.,
guix-commits <=
- 38/416: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/28
- 46/416: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/28
- 48/416: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/28
- 52/416: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/05/28
- 60/416: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/28
- 80/416: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/05/28
- 77/416: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/28
- 73/416: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/28
- 76/416: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/28
- 72/416: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/28