[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/418: gnu: texlive-dvips-l3backend -> texlive-l3backend.
From: |
guix-commits |
Subject: |
37/418: gnu: texlive-dvips-l3backend -> texlive-l3backend. |
Date: |
Mon, 29 May 2023 17:38:48 -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"
- 22/418: gnu: Add texlive-currfile., (continued)
- 22/418: gnu: Add texlive-currfile., guix-commits, 2023/05/29
- 25/418: gnu: Add texlive-dehyph., guix-commits, 2023/05/29
- 28/418: gnu: Add texlive-refstyle., guix-commits, 2023/05/29
- 31/418: gnu: Add texlive-chngcntr., guix-commits, 2023/05/29
- 33/418: gnu: Add texlive-attachfile., guix-commits, 2023/05/29
- 15/418: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/05/29
- 18/418: gnu: Add texlive-lwarp., guix-commits, 2023/05/29
- 26/418: gnu: Add texlive-passivetex., guix-commits, 2023/05/29
- 32/418: gnu: Add texlive-multido., guix-commits, 2023/05/29
- 34/418: gnu: Add texlive-showexpl., guix-commits, 2023/05/29
- 37/418: gnu: texlive-dvips-l3backend -> texlive-l3backend.,
guix-commits <=
- 39/418: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/05/29
- 43/418: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/05/29
- 49/418: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/29
- 40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/05/29
- 41/418: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/05/29
- 42/418: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/05/29
- 46/418: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/29
- 48/418: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/29
- 61/418: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/05/29
- 71/418: gnu: texlive-zref: Fix build., guix-commits, 2023/05/29