[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
439/458: gnu: Add texlive-makeindex.
From: |
guix-commits |
Subject: |
439/458: gnu: Add texlive-makeindex. |
Date: |
Wed, 14 Jun 2023 05:23:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 86a30150fb33507ec78f3b4e02c12fe560a5e76d
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")
- 374/458: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 374/458: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 194/458: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/14
- 295/458: gnu: texlive-zapfding: Refresh package definition., guix-commits, 2023/06/14
- 346/458: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/06/14
- 402/458: gnu: texlive-wasy: Fix build., guix-commits, 2023/06/14
- 412/458: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/14
- 416/458: gnu: faif: Update texlive package names., guix-commits, 2023/06/14
- 424/458: gnu: texlive-pdftex: Create formats., guix-commits, 2023/06/14
- 425/458: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE., guix-commits, 2023/06/14
- 426/458: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/14
- 439/458: gnu: Add texlive-makeindex.,
guix-commits <=
- 172/458: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/14
- 185/458: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/14
- 445/458: gnu: Add texlive-mfnfss., guix-commits, 2023/06/14
- 190/458: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/06/14
- 251/458: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/06/14
- 255/458: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/06/14
- 275/458: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/14
- 136/458: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/14
- 153/458: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/14
- 157/458: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/06/14