[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
327/458: gnu: texlive-ruhyphen: Refresh package definition.
From: |
guix-commits |
Subject: |
327/458: gnu: texlive-ruhyphen: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:09 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e8bffb471021e7c4ec482b1cb94527d818ee7784
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 23:35:16 2023 +0200
gnu: texlive-ruhyphen: Refresh package definition.
* gnu/packages/tex.scm (texlive-ruhyphen): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[arguments]<#:phases>: Remove buggy phase generating only empty files.
[native-inputs]: Remove COREUTILS, GAWK, SED, GREP, PERL.
---
gnu/packages/tex.scm | 46 +++++++++++++++-------------------------------
1 file changed, 15 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 707ba008ee..dc15c10b8f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3030,39 +3030,23 @@ T2A.")
(license license:lppl)))
(define-public texlive-ruhyphen
- (let ((template (simple-texlive-package
- "texlive-ruhyphen"
- (list "/source/generic/ruhyphen/"
- "/tex/generic/ruhyphen/")
- (base32
- "18n1bqhh8jv765vz3a3fjwffy7m71vhwx9yq8zl0p5j7p72q9qcn")
- #:trivial? #t)))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:phases phases)
- `(modify-phases ,phases
- (replace 'build
- (lambda _
- (let ((cwd (getcwd)))
- ;; Remove generated files.
- (for-each delete-file
- (find-files "tex/generic/ruhyphen/"
- "^cyry.*.tex$"))
- (substitute* "source/generic/ruhyphen/Makefile"
- (("./mkcyryo") (string-append cwd
"/source/generic/ruhyphen/mkcyryo")))
- (with-directory-excursion "tex/generic/ruhyphen"
- (invoke "make" "-f"
- (string-append cwd
"/source/generic/ruhyphen/Makefile"))))))))))
- (native-inputs
- (list coreutils gawk sed grep perl))
- (home-page "https://www.ctan.org/pkg/ruhyphen")
- (synopsis "Hyphenation patterns for Russian")
- (description "The package provides a collection of Russian hyphenation
+ (package
+ (name "texlive-ruhyphen")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "source/generic/ruhyphen/"
+ "tex/generic/ruhyphen/")
+ (base32
+ "18n1bqhh8jv765vz3a3fjwffy7m71vhwx9yq8zl0p5j7p72q9qcn")))
+ (build-system texlive-build-system)
+ (arguments (list #:texlive-latex-base #f))
+ (home-page "https://ctan.org/pkg/ruhyphen")
+ (synopsis "Hyphenation patterns for Russian")
+ (description "The package provides a collection of Russian hyphenation
patterns supporting a number of Cyrillic font encodings, including T2,
UCY (Omega Unicode Cyrillic), LCY, LWN (OT2), and koi8-r.")
- (license license:lppl))))
+ (license license:lppl)))
(define-public texlive-inputenx
(package
- 296/458: gnu: texlive-palatino: Refresh package definition., (continued)
- 296/458: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/14
- 288/458: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/06/14
- 291/458: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/06/14
- 305/458: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/14
- 281/458: gnu: Add texlive-hopatch., guix-commits, 2023/06/14
- 292/458: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/06/14
- 309/458: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/06/14
- 304/458: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/06/14
- 315/458: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/14
- 326/458: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/06/14
- 327/458: gnu: texlive-ruhyphen: Refresh package definition.,
guix-commits <=
- 328/458: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/14
- 332/458: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/14
- 329/458: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/14
- 338/458: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/14
- 331/458: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/14
- 358/458: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/06/14
- 357/458: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/14
- 388/458: gnu: simple-texlive-package: Remove it., guix-commits, 2023/06/14
- 364/458: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 380/458: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14