[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/51: gnu: Add texlive-quran-ur.
From: |
guix-commits |
Subject: |
40/51: gnu: Add texlive-quran-ur. |
Date: |
Tue, 15 Aug 2023 05:36:09 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c7d426bf95fd30aafc7c4b09fac3cf976f55e1c2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 11:10:05 2023 +0200
gnu: Add texlive-quran-ur.
* gnu/packages/tex.scm (texlive-quran-ur): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b51490d3b8..03e591497d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18019,6 +18019,24 @@ Holy Quran. It adds three more German translations to
the @code{quran}
package.")
(license license:lppl1.3c)))
+(define-public texlive-quran-ur
+ (package
+ (name "texlive-quran-ur")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/quran-ur/" "tex/latex/quran-ur/")
+ (base32
+ "0lsp4ldbi1cl044ah5x2br1krglw6qn92rx8h7hkfdr85byzyk25")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/quran-ur")
+ (synopsis "Urdu translations to the @code{quran} package")
+ (description
+ "The package is prepared for typesetting some Urdu translations of the
+Holy Quran. It adds eight Urdu translations to the @code{quran} package.")
+ (license license:lppl1.3c)))
+
(define-public texlive-r-und-s
(package
(name "texlive-r-und-s")
- 46/51: gnu: Add texlive-velthuis., (continued)
- 46/51: gnu: Add texlive-velthuis., guix-commits, 2023/08/15
- 47/51: gnu: Add texlive-vntex., guix-commits, 2023/08/15
- 48/51: gnu: Add texlive-wnri., guix-commits, 2023/08/15
- 50/51: gnu: Add texlive-xetex-devanagari., guix-commits, 2023/08/15
- 51/51: gnu: Add texlive-collection-langother., guix-commits, 2023/08/15
- 22/51: gnu: Add texlive-cjhebrew., guix-commits, 2023/08/15
- 21/51: gnu: Add texlive-chhaya., guix-commits, 2023/08/15
- 24/51: gnu: Add texlive-ebong., guix-commits, 2023/08/15
- 26/51: gnu: Add texlive-ethiop-t1., guix-commits, 2023/08/15
- 29/51: gnu: Add texlive-fonts-tlwg., guix-commits, 2023/08/15
- 40/51: gnu: Add texlive-quran-ur.,
guix-commits <=
- 41/51: gnu: Add texlive-sanskrit., guix-commits, 2023/08/15
- 15/51: gnu: Add texlive-charissil., guix-commits, 2023/08/15
- 37/51: gnu: Add texlive-ntheorem-vn., guix-commits, 2023/08/15
- 39/51: gnu: Add texlive-quran-bn., guix-commits, 2023/08/15
- 17/51: gnu: Add texlive-bangla., guix-commits, 2023/08/15
- 43/51: gnu: Add texlive-thaienum., guix-commits, 2023/08/15
- 44/51: gnu: Add texlive-thaispec., guix-commits, 2023/08/15