[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/409: gnu: texlive-latex-dinbrief -> texlive-dinbrief.
From: |
guix-commits |
Subject: |
09/409: gnu: texlive-latex-dinbrief -> texlive-dinbrief. |
Date: |
Sat, 20 May 2023 04:02:11 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e0b066832ed7c9e5f0c8b51404fda020ee20a8a8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 4 21:15:07 2023 +0200
gnu: texlive-latex-dinbrief -> texlive-dinbrief.
* gnu/packages/tex.scm (texlive-dinbrief): New variable.
(texlive-latex-dinbrief): Deprecate package.
---
gnu/packages/tex.scm | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7d71786f7b..4384c83d00 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4812,34 +4812,32 @@ ipsum\" text, see the @code{lipsum} package).")
(define-deprecated-package texlive-latex-blindtext texlive-blindtext)
-(define-public texlive-latex-dinbrief
+(define-public texlive-dinbrief
(package
- (name "texlive-latex-dinbrief")
+ (name "texlive-dinbrief")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "dinbrief"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0lb0kiy8fxzl6cnhcw1sggy6jrjvcd6kj1kkw3k9lkimm388yjz6"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/dinbrief/"
+ "source/latex/dinbrief/"
+ "tex/latex/dinbrief/")
+ (base32
+ "0l6mmn3y07xglmh3h5f7pnpmyacqb2g6nqgq3q1p6k97kf708c5s")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments
- '(#:tex-directory "latex/dinbrief"
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'remove-generated-file
- (lambda _
- (delete-file "dinbrief.drv")
- #t))
- (add-after 'unpack 'fix-encoding-error
- (lambda _
- (with-fluids ((%default-port-encoding "ISO-8859-1"))
- (substitute* "dinbrief.dtx"
- (("zur Verf.+ung. In der Pr\"aambel")
- "zur Verf\"ung. In der Pr\"aambel")))
- #t)))))
- (home-page "https://www.ctan.org/pkg/dinbrief")
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-build
+ (lambda _
+ (with-fluids ((%default-port-encoding "ISO-8859-1"))
+ (with-directory-excursion "source/latex/dinbrief"
+ (delete-file "dinbrief.drv")
+ (substitute* "dinbrief.dtx"
+ (("zur Verf.+ung. In der Pr\"aambel")
+ "zur Verf\"ung. In der Pr\"aambel")))))))))
+ (home-page "https://ctan.org/pkg/dinbrief")
(synopsis "German letter DIN style")
(description
"This package implements a document layout for writing letters according
@@ -4852,6 +4850,8 @@ addition there are example files showing how letters may
be created with the
package.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-dinbrief texlive-dinbrief)
+
(define-public texlive-latex-draftwatermark
(package
(name "texlive-latex-draftwatermark")
- 42/409: gnu: texlive-latex-ifplatform -> texlive-ifplatform., (continued)
- 42/409: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/05/20
- 30/409: gnu: Add texlive-breakurl., guix-commits, 2023/05/20
- 33/409: gnu: Add texlive-attachfile., guix-commits, 2023/05/20
- 39/409: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/05/20
- 41/409: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/05/20
- 43/409: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/05/20
- 47/409: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/20
- 51/409: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/05/20
- 52/409: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/05/20
- 54/409: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/05/20
- 09/409: gnu: texlive-latex-dinbrief -> texlive-dinbrief.,
guix-commits <=
- 21/409: gnu: Add texlive-filehook., guix-commits, 2023/05/20
- 24/409: gnu: Add texlive-enctex., guix-commits, 2023/05/20
- 28/409: gnu: Add texlive-refstyle., guix-commits, 2023/05/20
- 31/409: gnu: Add texlive-chngcntr., guix-commits, 2023/05/20
- 40/409: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/05/20
- 36/409: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/05/20
- 37/409: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/05/20
- 53/409: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/05/20
- 55/409: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/05/20
- 60/409: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/20