[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
333/458: gnu: texlive-mkpattern: Refresh package definition.
From: |
guix-commits |
Subject: |
333/458: gnu: texlive-mkpattern: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:10 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d66e1481bd4c01ed780f8b2335ae5ff24f798c7c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 23:56:12 2023 +0200
gnu: texlive-mkpattern: Refresh package definition.
* gnu/packages/tex.scm (texlive-mkpattern): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b9aa08909e..81ef1a0e80 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1811,22 +1811,22 @@ details can be found in the documentation.")
(define-public texlive-mkpattern
(package
- (inherit (simple-texlive-package
- "texlive-mkpattern"
- (list "/doc/plain/mkpattern/README"
- "/doc/plain/mkpattern/mkpatdoc.tex"
- "/doc/plain/mkpattern/mkpatter.pdf"
- "/doc/plain/mkpattern/mkpattern-exmpl.tex"
- "/tex/plain/mkpattern/mkpatter.tex")
- (base32
- "0sxnkbcc802jl3fj56x9hvg978bpv15lhrwj0aykb4syq29l47ga")
- #:trivial? #t))
+ (name "texlive-mkpattern")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/mkpattern/" "tex/plain/mkpattern/")
+ (base32
+ "0sxnkbcc802jl3fj56x9hvg978bpv15lhrwj0aykb4syq29l47ga")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
(home-page "https://ctan.org/pkg/mkpattern")
(synopsis "Utility for making hyphenation patterns")
- (description "Mkpattern is a general purpose program for the generation of
-hyphenation patterns, with definition of letter sets and template-like
-constructions. It also provides an easy way to handle different input and
-output encodings, and features generation of clean UTF-8 patterns.")
+ (description
+ "Mkpattern is a general purpose program for the generation of hyphenation
+patterns, with definition of letter sets and template-like constructions. It
+also provides an easy way to handle different input and output encodings, and
+features generation of clean UTF-8 patterns.")
(license license:lppl)))
;; This provides etex.src which is needed to build various formats, including
- 323/458: gnu: texlive-latexconfig: Refresh package definition., (continued)
- 323/458: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/06/14
- 148/458: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/14
- 178/458: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/14
- 215/458: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/06/14
- 237/458: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/06/14
- 243/458: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/06/14
- 249/458: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/14
- 262/458: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/06/14
- 266/458: gnu: texlive-ltxcmds: Refresh package definition., guix-commits, 2023/06/14
- 267/458: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/06/14
- 333/458: gnu: texlive-mkpattern: Refresh package definition.,
guix-commits <=
- 341/458: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/06/14
- 368/458: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 377/458: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 348/458: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/14
- 344/458: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/14
- 359/458: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 360/458: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/14
- 383/458: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 367/458: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 400/458: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/14