GNU bug report logs - #64225
[PATCH 0/9] Adding unrelated texlive packages

Previous Next

Package: guix-patches;

Reported by: reza <reza <at> housseini.me>

Date: Thu, 22 Jun 2023 11:54:02 UTC

Severity: normal

Tags: moreinfo, patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 64225 <at> debbugs.gnu.org (full text, mbox):

From: reza <reza <at> housseini.me>
To: 64225 <at> debbugs.gnu.org <64225 <at> debbugs.gnu.org>
Cc: reza <reza <at> housseini.me>
Subject: [PATCH 5/9] gnu: Add texlive-dtk.
Date: Thu, 22 Jun 2023 11:55:50 +0000
* gnu/packages/tex.scm (texlive-dtk): New variable.
---
 gnu/packages/tex.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 37244ca76b..83ec2f1de3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6222,6 +6222,20 @@ (define-public texlive-latex-g-brief
 \"old\" and a \"new\" version of g-brief.")
     (license license:lppl)))
 
+(define-public texlive-dtk
+  (package
+    (inherit (simple-texlive-package
+              "texlive-dtk"
+              (list "doc/latex/dtk/"
+		    "tex/latex/dtk/")
+              (base32
+               "1yibr5jfn67780wpks6cvy8phq6fqgji2ay60nvykj3hizjc0nci")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/dtk")
+    (synopsis "Document class for the journal of DANTE")
+    (description "The bundle provides a class and style file for typesetting “Die TEXnische Komödie” — the communications of the German TEX Users Group DANTE e.V. The arrangement means that the class may be used by article writers to typeset a single article, as well as to produce the complete journal.")
+    (license license:public-domain)))
+
 (define-public texlive-latex-galois
   (package
     (name "texlive-latex-galois")
-- 
2.40.1






This bug report was last modified 1 year and 261 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.