[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
110/409: gnu: texlive-latex-xmpincl -> texlive-xmpincl.
From: |
guix-commits |
Subject: |
110/409: gnu: texlive-latex-xmpincl -> texlive-xmpincl. |
Date: |
Sat, 20 May 2023 04:02:31 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3e74359dea7e592023e8a5cf11805d422ad264cb
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 6669904993..7bccdfa041 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"
- 119/409: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., (continued)
- 119/409: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/20
- 129/409: gnu: Add texlive-gincltex., guix-commits, 2023/05/20
- 133/409: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/20
- 135/409: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/20
- 140/409: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/20
- 143/409: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/20
- 149/409: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/20
- 153/409: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/20
- 154/409: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/20
- 164/409: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/20
- 110/409: gnu: texlive-latex-xmpincl -> texlive-xmpincl.,
guix-commits <=
- 111/409: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/20
- 147/409: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/20
- 156/409: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/20
- 66/409: gnu: Add texlive-atenddvi., guix-commits, 2023/05/20
- 82/409: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/05/20
- 83/409: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/20
- 90/409: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/05/20
- 97/409: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/20
- 112/409: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/20
- 117/409: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/20