[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
327/435: gnu: texlive-ruhyphen: Refresh package definition.
From: |
guix-commits |
Subject: |
327/435: gnu: texlive-ruhyphen: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:40:18 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 59c498b4f06ef514e333fc808d65f337fc38fbc0
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 4ace19fd9c..7975ed7f8b 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
- 271/435: gnu: texlive-marginnote: Refresh package definition., (continued)
- 271/435: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/06/06
- 272/435: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/06/06
- 277/435: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/06/06
- 282/435: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/06/06
- 286/435: gnu: texlive-rerunfilecheck: Refresh package definition., guix-commits, 2023/06/06
- 303/435: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/06/06
- 314/435: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/06/06
- 322/435: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/06/06
- 324/435: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/06
- 326/435: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/06/06
- 327/435: gnu: texlive-ruhyphen: Refresh package definition.,
guix-commits <=
- 335/435: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/06
- 347/435: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/06/06
- 352/435: gnu: Add texlive-manfnt., guix-commits, 2023/06/06
- 351/435: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/06/06
- 355/435: gnu: Add texlive-luatex., guix-commits, 2023/06/06
- 356/435: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/06/06
- 368/435: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 354/435: gnu: Add texlive-mptopdf., guix-commits, 2023/06/06
- 372/435: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 377/435: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06