mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: texlive-latex-xmpincl -> texlive-xmpincl.
* gnu/packages/tex.scm (texlive-xmpincl): New variable. (texlive-latex-xmpincl): Deprecate variable.
This commit is contained in:
parent
95e4d69805
commit
8d32fb327d
1 changed files with 14 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue