[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/409: gnu: texlive-dvips-l3backend -> texlive-l3backend.
From: |
guix-commits |
Subject: |
37/409: gnu: texlive-dvips-l3backend -> texlive-l3backend. |
Date: |
Sat, 20 May 2023 04:02:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 280f57ee752fb3fde6303e9d48b7a789654ca045
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 d559ea4d07..d84a76d90e 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"
- 51/409: gnu: texlive-latex-fncychap -> texlive-fncychap., (continued)
- 51/409: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/05/20
- 52/409: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/05/20
- 54/409: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/05/20
- 09/409: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/05/20
- 21/409: gnu: Add texlive-filehook., guix-commits, 2023/05/20
- 24/409: gnu: Add texlive-enctex., guix-commits, 2023/05/20
- 28/409: gnu: Add texlive-refstyle., guix-commits, 2023/05/20
- 31/409: gnu: Add texlive-chngcntr., guix-commits, 2023/05/20
- 40/409: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/05/20
- 36/409: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/05/20
- 37/409: gnu: texlive-dvips-l3backend -> texlive-l3backend.,
guix-commits <=
- 53/409: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/05/20
- 55/409: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/05/20
- 60/409: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/20
- 71/409: gnu: texlive-zref: Fix build., guix-commits, 2023/05/20
- 74/409: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/05/20
- 10/409: gnu: Add texlive-everypage., guix-commits, 2023/05/20
- 44/409: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/20
- 58/409: gnu: texlive-grffile: Fix build., guix-commits, 2023/05/20
- 22/409: gnu: Add texlive-currfile., guix-commits, 2023/05/20
- 25/409: gnu: Add texlive-dehyph., guix-commits, 2023/05/20