[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/452: gnu: texlive-latex-cmap -> texlive-cmap.
From: |
guix-commits |
Subject: |
74/452: gnu: texlive-latex-cmap -> texlive-cmap. |
Date: |
Fri, 9 Jun 2023 13:42:59 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 73050fb33b4dd6b5e82fc335c3f0183e68118d23
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 16:15:07 2023 +0200
gnu: texlive-latex-cmap -> texlive-cmap.
* gnu/packages/tex.scm (texlive-cmap): New variable.
(texlive-latex-cmap): Deprecate variable.
* gnu/packages/maths.scm (hypre):
* gnu/packages/sphinx.scm (python-sphinx): Use new name.
---
gnu/packages/maths.scm | 2 +-
gnu/packages/sphinx.scm | 2 +-
gnu/packages/tex.scm | 41 ++++++++++++++---------------------------
3 files changed, 16 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 10e50c4230..b310c5586f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5805,7 +5805,7 @@ set.")
texlive-xcolor
texlive-xypic
texlive-listofitems
- texlive-latex-cmap
+ texlive-cmap
texlive-latex-colortbl
texlive-latex-float
texlive-fncychap
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 4e912ae252..906b05e979 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -113,7 +113,7 @@
texlive-ltxcmds
texlive-hyperref
texlive-latex-base ;alltt, atbegshi, makeidx, textcomp
- texlive-latex-cmap
+ texlive-cmap
texlive-fancyhdr
texlive-fancyvrb
texlive-latex-float
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b245ca66cd..4c3b0ebf71 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6569,40 +6569,27 @@ drivers, and VTeX and pdfTeX.")
(define-deprecated-package texlive-latex-changebar texlive-changebar)
-(define-public texlive-latex-cmap
+(define-public texlive-cmap
(package
- (name "texlive-latex-cmap")
+ (name "texlive-cmap")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (svn-reference
- (url (string-append "svn://www.tug.org/texlive/tags/"
- %texlive-tag "/Master/texmf-dist/"
- "/tex/latex/cmap"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0m4r52gw9vwsi1pzwh0cy03jxhwizymi4a2fj3jfs5rrvh105r5y"))))
- (build-system trivial-build-system)
- (arguments
- `(#:modules ((guix build utils))
- #:builder
- (begin
- (use-modules (guix build utils))
- (let ((target (string-append (assoc-ref %outputs "out")
- "/share/texmf-dist/tex/latex/cmap")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
- (home-page "https://www.tug.org/svn/texlive/tags/texlive-2017.1/\
-Master/texmf-dist/tex/latex/cmap/")
- (synopsis "CMap support for PDF files")
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cmap/"
+ "tex/latex/cmap/")
+ (base32
+ "1hag26l3g9mpmmy1kn7lrnfzzr8k0hpm259qp087smggykvsjc4v")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cmap")
+ (synopsis "Make PDF files searchable and copyable")
(description
"This package embeds CMap tables into PDF files to make search and
copy-and-paste functions work properly.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-cmap texlive-cmap)
+
(define-public texlive-latex-colortbl
(package
(name "texlive-latex-colortbl")
- 156/452: gnu: texlive-datetime2: Refresh package definition., (continued)
- 156/452: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/09
- 159/452: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/09
- 158/452: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/09
- 172/452: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/09
- 181/452: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/09
- 168/452: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/09
- 13/452: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/09
- 16/452: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/09
- 65/452: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/09
- 61/452: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/09
- 74/452: gnu: texlive-latex-cmap -> texlive-cmap.,
guix-commits <=
- 83/452: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/09
- 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