[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
439/452: gnu: Add texlive-makeindex.
From: |
guix-commits |
Subject: |
439/452: gnu: Add texlive-makeindex. |
Date: |
Fri, 9 Jun 2023 13:44:22 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ec8e6cc9607ebb7bc1f4101f4013e0dd5e56eeca
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 07:35:51 2023 +0200
gnu: Add texlive-makeindex.
* gnu/packages/tex.scm (texlive-makeindex): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 207843701d..6101c1efb1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5501,6 +5501,30 @@ always (re)defines a command. There is also
@code{\\makeenvironment} and
@code{\\provideenvironment} for environments.")
(license license:lppl1.3c+)))
+(define-public texlive-makeindex
+ (package
+ (name "texlive-makeindex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/makeindex.1"
+ "doc/man/man1/makeindex.man1.pdf"
+ "doc/man/man1/mkindex.1"
+ "doc/man/man1/mkindex.man1.pdf"
+ "doc/support/makeindex/"
+ "makeindex/base/"
+ "tex/plain/makeindex/")
+ (base32
+ "197zgsrca14paavzknjx2q4ayl0lrma0z8q78ir6536s9xwn0w33")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/makeindexk")
+ (synopsis "Makeindex development sources")
+ (description
+ "The package contains the development sources of MakeIndex.")
+ (license
+ (license:fsf-free
"https://mirrors.ctan.org/indexing/makeindex/COPYING"))))
+
(define-public texlive-marginfix
(package
(name "texlive-marginfix")
- 399/452: gnu: texlive-eurosym: Fix build., (continued)
- 399/452: gnu: texlive-eurosym: Fix build., guix-commits, 2023/06/09
- 397/452: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/06/09
- 403/452: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/06/09
- 416/452: gnu: faif: Update texlive package names., guix-commits, 2023/06/09
- 427/452: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/09
- 426/452: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/09
- 430/452: gnu: texlive-csplain: Create formats., guix-commits, 2023/06/09
- 422/452: gnu: Add texlive-hyphen-complete, guix-commits, 2023/06/09
- 429/452: gnu: Add texlive-luatex85., guix-commits, 2023/06/09
- 433/452: gnu: texlive-context: Create formats., guix-commits, 2023/06/09
- 439/452: gnu: Add texlive-makeindex.,
guix-commits <=
- 435/452: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/09
- 437/452: gnu: Add texlive-luahbtex., guix-commits, 2023/06/09
- 441/452: gnu: Add texlive-collection-basic., guix-commits, 2023/06/09
- 447/452: gnu: Add texlive-pagesel., guix-commits, 2023/06/09
- 445/452: gnu: Add texlive-mfnfss., guix-commits, 2023/06/09
- 442/452: gnu: Add texlive-babelbib., guix-commits, 2023/06/09
- 446/452: gnu: Add texlive-ltxmisc., guix-commits, 2023/06/09
- 152/452: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/09
- 161/452: gnu: Add texlive-kantlipsum., guix-commits, 2023/06/09
- 170/452: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/09