[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/458: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark.
From: |
guix-commits |
Subject: |
11/458: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark. |
Date: |
Wed, 14 Jun 2023 05:21:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ef30cc3860201c88b4b601458bbe064d5d399b99
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 4 22:24:39 2023 +0200
gnu: texlive-latex-draftwatermark -> texlive-draftwatermark.
* gnu/packages/tex.scm (texlive-draftwatermark): New variable.
(texlive-latex-draftwatermark): Deprecate package.
(texlive-apa6): Apply renaming.
---
gnu/packages/tex.scm | 34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 83c5d6f52e..226d812136 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4852,28 +4852,30 @@ package.")
(define-deprecated-package texlive-latex-dinbrief texlive-dinbrief)
-(define-public texlive-latex-draftwatermark
+(define-public texlive-draftwatermark
(package
- (name "texlive-latex-draftwatermark")
+ (name "texlive-draftwatermark")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "draftwatermark"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0rhn74ywv000b89w8qjf1i0qsk6kd1mjapfwis14jwjvbjqgvj95"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/draftwatermark/"
+ "source/latex/draftwatermark/"
+ "tex/latex/draftwatermark/")
+ (base32
+ "04l3gqiq0bhzbz8zxr7428fap2x1skkaq5ppbambc4lk8c7iw6da")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/draftwatermark"))
- (home-page "https://www.ctan.org/pkg/draftwatermark")
+ (propagated-inputs
+ (list texlive-everypage texlive-graphics texlive-kvoptions))
+ (home-page "https://ctan.org/pkg/draftwatermark")
(synopsis "Put a grey textual watermark on document pages")
(description
- "This package provides a means to add a textual, light grey watermark on
-every page or on the first page of a document. Typical usage may consist in
-writing words such as DRAFT or CONFIDENTIAL across document pages. The
+ "This package provides a means to add a textual, light grey watermark
+on every page or on the first page of a document. Typical usage may consist
+in writing words such as DRAFT or CONFIDENTIAL across document pages. The
package performs a similar function to that of @code{draftcopy}, but its
implementation is output device independent, and made very simple by relying
-on everypage.")
+on @code{everypage}.")
(license license:lppl1.3+)))
(define-public texlive-latex-environ
@@ -11456,12 +11458,12 @@ and selecting references used in a publication.")
(propagated-inputs (list texlive-apacite
texlive-babel
texlive-booktabs
+ texlive-draftwatermark
texlive-endnotes
texlive-etoolbox
texlive-fancyhdr
texlive-xstring
texlive-graphics
- texlive-latex-draftwatermark
texlive-latex-float
texlive-lm
texlive-substr
- 15/458: gnu: texlive-latex-etoc -> texlive-etoc., (continued)
- 15/458: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/06/14
- 18/458: gnu: Add texlive-lwarp., guix-commits, 2023/06/14
- 23/458: gnu: Add texlive-lualatex-math., guix-commits, 2023/06/14
- 33/458: gnu: Add texlive-attachfile., guix-commits, 2023/06/14
- 36/458: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/14
- 39/458: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/06/14
- 49/458: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/06/14
- 55/458: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/06/14
- 56/458: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/14
- 60/458: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/14
- 11/458: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark.,
guix-commits <=
- 65/458: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/14
- 24/458: gnu: Add texlive-enctex., guix-commits, 2023/06/14
- 25/458: gnu: Add texlive-dehyph., guix-commits, 2023/06/14
- 26/458: gnu: Add texlive-passivetex., guix-commits, 2023/06/14
- 38/458: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/14
- 47/458: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/14
- 48/458: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/14
- 50/458: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/14
- 51/458: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/14
- 52/458: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/14