gnu: texlive-latex-xmpincl -> texlive-xmpincl.

* gnu/packages/tex.scm (texlive-xmpincl): New variable.
(texlive-latex-xmpincl): Deprecate variable.
This commit is contained in:
Nicolas Goaziou 2023-05-14 14:42:07 +02:00
parent 95e4d69805
commit 8d32fb327d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10119,21 +10119,21 @@ (define-public texlive-beamer
(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 @@ (define-public texlive-latex-xmpincl
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"