[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
375/421: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
375/421: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sun, 28 May 2023 01:30:30 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5a531a697cbf11dbd609762e1781251e1af3626c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 13:57:58 2023 +0200
gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-pagenote!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 40 +++++++++++++++++++---------------------
1 file changed, 19 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 351204497f..4138a30094 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12009,27 +12009,25 @@ whether an argument is empty.")
(license license:lppl1.3c+)))
(define-public texlive-pagenote
- (let ((template (simple-texlive-package
- "texlive-pagenote"
- (list "/doc/latex/pagenote/"
- "/source/latex/pagenote/")
- (base32
- "0cqfqrfvnzq7ldaf255hcvi8xsfx8h7iha3hs8p9gdi3cfzbcmjm"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/pagenote")
- ((#:build-targets _ '())
- ''("pagenote.ins"))))
- (propagated-inputs
- (list texlive-ifmtarg))
- (home-page "https://www.ctan.org/pkg/pagenote")
- (synopsis "Notes at end of document")
- (description "The pagenote package provides tagged notes on a separate
-page (also known as ‘end notes’).")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-pagenote")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pagenote/" "source/latex/pagenote/"
+ "tex/latex/pagenote/")
+ (base32
+ "1dffh7ac13w3gs94lvfxgw1i4k6cfkrpcyikj1sfrqaivrxpmqpi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-ifmtarg))
+ (home-page "https://ctan.org/pkg/pagenote")
+ (synopsis "Notes at end of document")
+ (description
+ "The @code{pagenote} package provides tagged notes on a separate
+page (also known as end notes).")
+ (license license:lppl1.3c+)))
(define-public texlive-titling
(let ((template (simple-texlive-package
- 330/421: gnu: texlive-kpfonts: Refresh package definition., (continued)
- 330/421: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/28
- 342/421: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/05/28
- 340/421: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/28
- 348/421: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/28
- 351/421: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/05/28
- 352/421: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/05/28
- 355/421: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/05/28
- 358/421: gnu: Add texlive-manfnt., guix-commits, 2023/05/28
- 362/421: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/05/28
- 363/421: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/28
- 375/421: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 370/421: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 380/421: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 400/421: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/28
- 397/421: gnu: texlive-cm: Fix build., guix-commits, 2023/05/28
- 415/421: gnu: Add texlive-knuth-local., guix-commits, 2023/05/28
- 413/421: gnu: Add texlive-sansmathfonts., guix-commits, 2023/05/28
- 389/421: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 401/421: gnu: texlive-ec: Fix build., guix-commits, 2023/05/28
- 398/421: gnu: texlive-etex: Fix build., guix-commits, 2023/05/28
- 410/421: gnu: texlive-cs: Fix build., guix-commits, 2023/05/28