[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
101/409: gnu: texlive-latex-preview -> texlive-preview.
From: |
guix-commits |
Subject: |
101/409: gnu: texlive-latex-preview -> texlive-preview. |
Date: |
Sat, 20 May 2023 04:02:30 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 297ec2fb5ecd4dde87d9204524bd9cbb8cfa0b4d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 11:32:53 2023 +0200
gnu: texlive-latex-preview -> texlive-preview.
* gnu/packages/tex.scm (texlive-preview): New variable.
(texlive-latex-preview): Deprecate variable.
* gnu/packages/graphviz.scm (dot2tex)[propagated-inputs]:
* gnu/packages/sphinx.scm (python-sphinx)[propagated-inputs]: Use new name.
---
gnu/packages/graphviz.scm | 2 +-
gnu/packages/sphinx.scm | 2 +-
gnu/packages/tex.scm | 30 ++++++++++++------------------
3 files changed, 14 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index cf9238c88d..c5e01a5a53 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -383,9 +383,9 @@ graphs in Graphviz's DOT language, written in pure Python.")
texlive-geometry
texlive-graphics
texlive-latex-base
- texlive-latex-preview
texlive-pgf
texlive-pstricks
+ texlive-preview
texlive-xcolor
texlive-xkeyval))
(home-page "https://github.com/kjellmf/dot2tex")
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 340efc527a..09756b7e7b 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -125,7 +125,7 @@
texlive-latex-needspace
texlive-oberdiek ;hypcap
texlive-parskip
- texlive-latex-preview
+ texlive-preview
texlive-tabulary
texlive-titlesec
texlive-tools ;multicol, longtable
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 57db580a8c..91e29c895e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8410,27 +8410,19 @@ non-ASCII characters when coding mathematical
formulae.")
(define-deprecated-package texlive-latex-ucs texlive-ucs)
-(define-public texlive-latex-preview
+(define-public texlive-preview
(package
- (name "texlive-latex-preview")
+ (name "texlive-preview")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "preview"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0hnf821yvki9bzfkz79ns9m1msjp3yvd4dhf3268wrpr1zjx6w8v"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/preview/" "source/latex/preview/"
+ "tex/latex/preview/")
+ (base32
+ "1njw4ziyigmzxky86sh6byn8jjdah51iyd8lkmwx5rxhaqp7snkp")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments
- '(#:tex-directory "latex/preview"
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'remove-generated-file
- (lambda _
- (delete-file "preview.drv")
- #t)))))
- (home-page "https://www.ctan.org/pkg/preview")
+ (home-page "https://ctan.org/pkg/preview")
(synopsis "Extract bits of a LaTeX source for output")
(description
"The main purpose of the preview package is the extraction of selected
@@ -8442,6 +8434,8 @@ dvipng, but it also works when you are using PDFTeX for
generating PDF
files.")
(license license:gpl3+)))
+(define-deprecated-package texlive-latex-preview texlive-preview)
+
(define-public texlive-acronym
(let ((template (simple-texlive-package
"texlive-acronym"
- 107/409: gnu: texlive-latex-readarray -> texlive-readarray., (continued)
- 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, 2023/05/20
- 79/409: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/20
- 101/409: gnu: texlive-latex-preview -> texlive-preview.,
guix-commits <=
- 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
- 140/409: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/20
- 143/409: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/20