[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
293/296: gnu: Add texlive-wallpaper.
From: |
guix-commits |
Subject: |
293/296: gnu: Add texlive-wallpaper. |
Date: |
Thu, 24 Aug 2023 05:21:32 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a84b930135c300c20be44c458635b3cdfb68fa1d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 24 00:13:12 2023 +0200
gnu: Add texlive-wallpaper.
* gnu/packages/tex.scm (texlive-wallpaper): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cb6f1d0286..f60ac21771 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32165,6 +32165,27 @@ bundle, for which map files are available to provide a
Vietnamese version.")
(license (list license:lppl1.3+
(license:fsf-free
"file://source/generic/vntex/LICENSE-utopia.txt")))))
+(define-public texlive-wallpaper
+ (package
+ (name "texlive-wallpaper")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/wallpaper/"
+ "tex/latex/wallpaper/")
+ (base32
+ "07ynf0b7czqqz0ha70ccvdxmcm3s6px82s1101llwbpxhwpqis5i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/wallpaper")
+ (synopsis
+ "Add wallpapers (background images) to LaTeX documents, including tiling")
+ (description
+ "This collection contains files to add wallpapers (background images) to
+LaTeX documents. It provides simple commands to include effects such as
+tiling.")
+ (license license:lppl)))
+
(define-public texlive-wargame
(package
(name "texlive-wargame")
- 278/296: gnu: Add texlive-xduts., (continued)
- 278/296: gnu: Add texlive-xduts., guix-commits, 2023/08/24
- 282/296: gnu: Add texlive-yb-book., guix-commits, 2023/08/24
- 285/296: gnu: Add texlive-fixfoot., guix-commits, 2023/08/24
- 284/296: gnu: Add texlive-denisbdoc., guix-commits, 2023/08/24
- 292/296: gnu: Add texlive-isodate., guix-commits, 2023/08/24
- 295/296: gnu: Add texlive-yathesis., guix-commits, 2023/08/24
- 294/296: gnu: Add texlive-dashrule., guix-commits, 2023/08/24
- 242/296: gnu: Add texlive-ufrgscca., guix-commits, 2023/08/24
- 271/296: gnu: Add texlive-uwa-letterhead., guix-commits, 2023/08/24
- 288/296: gnu: Add texlive-morewrites., guix-commits, 2023/08/24
- 293/296: gnu: Add texlive-wallpaper.,
guix-commits <=
- 274/296: gnu: Add texlive-uwthesis., guix-commits, 2023/08/24