[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/452: gnu: texlive-latex-xmpincl -> texlive-xmpincl.
From: |
guix-commits |
Subject: |
110/452: gnu: texlive-latex-xmpincl -> texlive-xmpincl. |
Date: |
Fri, 9 Jun 2023 13:43:05 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2467b43258470f8341976ab29bdac4cd310dccc8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 14:42:07 2023 +0200
gnu: texlive-latex-xmpincl -> texlive-xmpincl.
* gnu/packages/tex.scm (texlive-xmpincl): New variable.
(texlive-latex-xmpincl): Deprecate variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 004d5e7dce..93a9379e48 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10119,21 +10119,21 @@ effects, varying slide transitions and animations.")
(define-deprecated-package texlive-latex-beamer texlive-beamer)
-(define-public texlive-latex-xmpincl
+(define-public texlive-xmpincl
(package
- (name "texlive-latex-xmpincl")
+ (name "texlive-xmpincl")
(version (number->string %texlive-revision))
- (source
- (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "xmpincl"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0lq3dfb4fsw955gjwllnk7cg00ciq5mva64mlpbva6g2jz117734"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xmpincl/" "source/latex/xmpincl/"
+ "tex/latex/xmpincl/")
+ (base32
+ "1r9vga6pl8q0p40njr1l04nhga4i0pjyppsd9qmxx0kx408siram")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/xmpincl"))
- (home-page "http://www.ctan.org/pkg/xmpincl")
+ (propagated-inputs
+ (list texlive-iftex))
+ (home-page "https://ctan.org/pkg/xmpincl")
(synopsis "Include eXtensible Metadata Platform data in pdfLaTeX")
(description
"The XMP (eXtensible Metadata platform) is a framework to add metadata to
@@ -10142,6 +10142,8 @@ the metadata is stored in an XML file, and this XML
stream is then embedded in
the file to which it applies.")
(license license:gpl3+)))
+(define-deprecated-package texlive-latex-xmpincl texlive-xmpincl)
+
(define-public texlive-pdfx
(let ((template (simple-texlive-package
"texlive-pdfx"
- 54/452: gnu: texlive-latex-galois -> texlive-galois., (continued)
- 54/452: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/09
- 60/452: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/09
- 81/452: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/09
- 79/452: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/09
- 18/452: gnu: Add texlive-lwarp., guix-commits, 2023/06/09
- 88/452: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/09
- 93/452: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/09
- 90/452: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/09
- 111/452: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/09
- 109/452: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/09
- 110/452: gnu: texlive-latex-xmpincl -> texlive-xmpincl.,
guix-commits <=
- 126/452: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/09
- 135/452: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/09
- 151/452: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/09
- 147/452: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/09
- 155/452: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/09
- 166/452: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/09
- 162/452: gnu: Add texlive-selinput., guix-commits, 2023/06/09
- 173/452: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/09
- 167/452: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/09
- 164/452: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/09