[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/418: gnu: texlive-latex-xmpincl -> texlive-xmpincl.
From: |
guix-commits |
Subject: |
110/418: gnu: texlive-latex-xmpincl -> texlive-xmpincl. |
Date: |
Mon, 29 May 2023 17:39:00 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3969474d9e49806f6598121da78725733f5e2286
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 bf1b9f32c0..22484b7b7e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10127,21 +10127,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
@@ -10150,6 +10150,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"
- 91/418: gnu: texlive-booktabs: Fix build., (continued)
- 91/418: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/29
- 92/418: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/29
- 93/418: gnu: texlive-preprint: Fix build., guix-commits, 2023/05/29
- 100/418: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/05/29
- 95/418: gnu: Add texlive-luatexbase., guix-commits, 2023/05/29
- 96/418: gnu: Add texlive-luacode., guix-commits, 2023/05/29
- 104/418: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/29
- 105/418: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/29
- 106/418: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/05/29
- 107/418: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/29
- 110/418: gnu: texlive-latex-xmpincl -> texlive-xmpincl.,
guix-commits <=
- 114/418: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/29
- 122/418: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/29
- 125/418: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/05/29
- 128/418: gnu: Add texlive-svn-prov., guix-commits, 2023/05/29
- 131/418: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/29
- 134/418: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/29
- 139/418: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/05/29
- 141/418: gnu: Add texlive-xetexconfig., guix-commits, 2023/05/29
- 147/418: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/29
- 149/418: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/29