[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
84/452: gnu: texlive-latex-overpic -> texlive-overpic.
From: |
guix-commits |
Subject: |
84/452: gnu: texlive-latex-overpic -> texlive-overpic. |
Date: |
Fri, 9 Jun 2023 13:43:01 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a1cf2ec4a16da20e010c9e24f4fc0ca24ef7f0fa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 16:39:53 2023 +0200
gnu: texlive-latex-overpic -> texlive-overpic.
* gnu/packages/tex.scm (texlive-overpic): New variable.
(texlive-latex-overpic): Deprecate variable.
* gnu/packages/docbook.scm (dblatex): Use new name.
---
gnu/packages/docbook.scm | 2 +-
gnu/packages/tex.scm | 39 +++++++++++++++------------------------
2 files changed, 16 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index bc576217e5..674186a9fa 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -549,7 +549,7 @@ the in DocBook SGML DTDs.")
texlive-jknapltx
texlive-listings
texlive-multirow
- texlive-latex-overpic
+ texlive-overpic
texlive-pdfpages
texlive-refcount
texlive-subfigure
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4cff24b99b..57e510d70a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7387,32 +7387,21 @@ advantage with @code{\\multirow} cells.")
(define-deprecated-package texlive-latex-multirow texlive-multirow)
-(define-public texlive-latex-overpic
+(define-public texlive-overpic
(package
- (name "texlive-latex-overpic")
+ (name "texlive-overpic")
(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/overpic"))
- (revision %texlive-revision)))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1ygsr0rsdabj61zask3346xrwiphz5i6f1nfb9k4d3234psh09kb"))))
- (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/overpic")))
- (mkdir-p target)
- (copy-recursively (assoc-ref %build-inputs "source") target)
- #t))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/overpic/"
+ "source/latex/overpic/"
+ "tex/latex/overpic/")
+ (base32
+ "0z6jkn54b4yfk2ia8cxcb5is3qyg64r0na05ixd8xbirrks9ir7w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-eepic texlive-graphics))
(home-page "https://www.ctan.org/pkg/overpic")
(synopsis "Combine LaTeX commands over included graphics")
(description
@@ -7423,6 +7412,8 @@ the included graphic. LaTeX commands can be placed on
the graphic at defined
positions; a grid for orientation is available.")
(license license:lppl1.0+)))
+(define-deprecated-package texlive-latex-overpic texlive-overpic)
+
(define-public texlive-latex-parskip
(package
(name "texlive-latex-parskip")
- 26/452: gnu: Add texlive-passivetex., (continued)
- 26/452: gnu: Add texlive-passivetex., guix-commits, 2023/06/09
- 38/452: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/09
- 40/452: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/06/09
- 43/452: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/06/09
- 49/452: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/06/09
- 72/452: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/09
- 52/452: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/09
- 67/452: gnu: texlive-stringenc: Fix build., guix-commits, 2023/06/09
- 58/452: gnu: texlive-grffile: Fix build., guix-commits, 2023/06/09
- 82/452: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/06/09
- 84/452: gnu: texlive-latex-overpic -> texlive-overpic.,
guix-commits <=
- 80/452: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/06/09
- 76/452: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/09
- 24/452: gnu: Add texlive-enctex., guix-commits, 2023/06/09
- 27/452: gnu: Add texlive-luabidi., guix-commits, 2023/06/09
- 33/452: gnu: Add texlive-attachfile., guix-commits, 2023/06/09
- 41/452: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/09
- 57/452: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/09
- 69/452: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/09
- 68/452: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/09
- 87/452: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/09