[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/452: gnu: texlive-dvips-l3backend -> texlive-l3backend.
From: |
guix-commits |
Subject: |
37/452: gnu: texlive-dvips-l3backend -> texlive-l3backend. |
Date: |
Fri, 9 Jun 2023 13:42:52 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 68b361931e9be01c945c93aaccfaf0b71e3da4cd
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 f67189c706..1190b88bce 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -844,7 +844,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 ab0aa0574a..d3990bdd4d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1378,7 +1378,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"
- 86/452: gnu: texlive-latex-pbox -> texlive-pbox., (continued)
- 86/452: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/09
- 108/452: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/06/09
- 106/452: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/06/09
- 103/452: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/06/09
- 114/452: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/06/09
- 122/452: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/06/09
- 124/452: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/06/09
- 139/452: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/06/09
- 157/452: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/06/09
- 29/452: gnu: Add texlive-euenc., guix-commits, 2023/06/09
- 37/452: gnu: texlive-dvips-l3backend -> texlive-l3backend.,
guix-commits <=
- 39/452: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/06/09
- 45/452: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/06/09
- 46/452: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/06/09
- 50/452: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/09
- 51/452: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/09
- 63/452: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/09
- 55/452: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/06/09
- 64/452: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/06/09
- 78/452: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/06/09
- 75/452: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/06/09