[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
73/409: gnu: texlive-latex-changebar -> texlive-changebar.
From: |
guix-commits |
Subject: |
73/409: gnu: texlive-latex-changebar -> texlive-changebar. |
Date: |
Sat, 20 May 2023 04:02:25 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e3adeb4f36eb8f36059dfdbddae397f7a9e18427
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 16:13:49 2023 +0200
gnu: texlive-latex-changebar -> texlive-changebar.
* gnu/packages/tex.scm (texlive-changebar): New variable.
(texlive-latex-changebar): Deprecate variable.
* gnu/packages/docbook.scm (dblatex): Use new name.
---
gnu/packages/docbook.scm | 2 +-
gnu/packages/tex.scm | 26 ++++++++++++++------------
2 files changed, 15 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index fcd45af32f..770619b804 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -538,7 +538,7 @@ the in DocBook SGML DTDs.")
texlive-anysize
texlive-appendix
texlive-bookmark
- texlive-latex-changebar
+ texlive-changebar
texlive-latex-colortbl
texlive-latex-fancybox
texlive-fancyhdr
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a25e79a41f..e1b6ea9b97 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6552,29 +6552,31 @@ action types are available (URI, GoToR, Named).")
(define-deprecated-package texlive-latex-bookmark texlive-bookmark)
-(define-public texlive-latex-changebar
+(define-public texlive-changebar
(package
- (name "texlive-latex-changebar")
+ (name "texlive-changebar")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "changebar"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "05x15ilynqrl448h8l6qiraygamdldlngz89a2bw7kg74fym14ch"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/changebar/"
+ "source/latex/changebar/"
+ "tex/latex/changebar/")
+ (base32
+ "0y32inrdpki6v3dwyymfglf78wbfd29b6xa8vjn337dr4gxlma85")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/changebar"))
(home-page "https://www.ctan.org/pkg/changebar")
(synopsis "Generate changebars in LaTeX documents")
(description
"Identify areas of text to be marked with changebars with the
@code{\\cbstart} and @code{\\cbend} commands; the bars may be coloured. The
-package uses @code{drivers} to place the bars; the available drivers can work
-with @code{dvitoln03}, @code{dvitops}, @code{dvips}, the emTeX and TeXtures DVI
+package uses drivers to place the bars; the available drivers can work with
+@code{dvitoln03}, @code{dvitops}, @code{dvips}, the emTeX and TeXtures DVI
drivers, and VTeX and pdfTeX.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-changebar texlive-changebar)
+
(define-public texlive-latex-cmap
(package
(name "texlive-latex-cmap")
- 98/409: gnu: texlive-latex-acmart -> texlive-acmart., (continued)
- 98/409: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/20
- 104/409: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/20
- 107/409: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/20
- 109/409: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/20
- 102/409: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/05/20
- 132/409: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/20
- 45/409: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/05/20
- 61/409: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/05/20
- 64/409: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/20
- 67/409: gnu: texlive-stringenc: Fix build., guix-commits, 2023/05/20
- 73/409: gnu: texlive-latex-changebar -> texlive-changebar.,
guix-commits <=
- 79/409: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/20
- 101/409: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/05/20
- 103/409: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/05/20
- 105/409: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/20
- 115/409: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/20
- 116/409: gnu: Add texlive-regexpatch., guix-commits, 2023/05/20
- 119/409: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/20
- 129/409: gnu: Add texlive-gincltex., guix-commits, 2023/05/20
- 133/409: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/20
- 135/409: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/20