[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
440/452: gnu: Add texlive-xdvi.
From: |
guix-commits |
Subject: |
440/452: gnu: Add texlive-xdvi. |
Date: |
Fri, 9 Jun 2023 13:44:22 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a575743001dccd8c444f571c9c656bfd7dd74d72
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 08:30:19 2023 +0200
gnu: Add texlive-xdvi.
* gnu/packages/tex.scm (texlive-xdvi): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6101c1efb1..3ad2f20157 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12592,6 +12592,28 @@ reporting the number of the last page, as does
@code{lastpage}). The counter
itself may be shipped out to the DVI file.")
(license license:lppl)))
+(define-public texlive-xdvi
+ (package
+ (name "texlive-xdvi")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/xdvi.1"
+ "doc/man/man1/xdvi.man1.pdf" "dvips/xdvi/"
+ "xdvi/")
+ (base32
+ "17cqim8dwsbpcr7cd97fklsyaiwj7d7d0k2zkcv7981fcqinw5pn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xdvi")
+ (synopsis "DVI previewer for the X Window System")
+ (description
+ "Xdvi is the canonical DVI previewer for use on Unix and other X-windows
+based systems. The distribution has been integrated with that of Xdvik, so
+that it will build with web2c out of the box.")
+ ;; Xdvi is under MIT terms, whereas Xdvik extensions use BS2-2.
+ (license (list license:expat license:bsd-2))))
+
(define-public texlive-xetexconfig
(package
(name "texlive-xetexconfig")
- 412/452: guix: texlive-build-system: Handle doc-only packages gracefully., (continued)
- 412/452: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/09
- 413/452: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/09
- 418/452: gnu: texlive: Improve package style., guix-commits, 2023/06/09
- 417/452: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/09
- 419/452: guix: texlive-build-system: Generate TeX formats., guix-commits, 2023/06/09
- 421/452: gnu: Add texlive-tex., guix-commits, 2023/06/09
- 423/452: gnu: Add texlive-latex., guix-commits, 2023/06/09
- 425/452: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE., guix-commits, 2023/06/09
- 424/452: gnu: texlive-pdftex: Create formats., guix-commits, 2023/06/09
- 438/452: gnu: Add texlive-hyphenex., guix-commits, 2023/06/09
- 440/452: gnu: Add texlive-xdvi.,
guix-commits <=
- 444/452: gnu: Add texlive-latex-bin., guix-commits, 2023/06/09
- 450/452: gnu: Add texlive-collection-latex., guix-commits, 2023/06/09
- 443/452: gnu: Add texlive-fix2col., guix-commits, 2023/06/09
- 22/452: gnu: Add texlive-currfile., guix-commits, 2023/06/09
- 56/452: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/09
- 125/452: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/06/09
- 143/452: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/09
- 234/452: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/06/09