[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
369/452: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
369/452: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Fri, 9 Jun 2023 13:44:02 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1f0f654ac80ac0319eaa68777b220c6714aa7f59
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 75576f24ea..bf0e92a9e5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11975,27 +11975,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
- 318/452: gnu: texlive-graphics-cfg: Refresh package definition., (continued)
- 318/452: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/09
- 322/452: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/06/09
- 327/452: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/06/09
- 331/452: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/09
- 336/452: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/06/09
- 337/452: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/09
- 340/452: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/09
- 346/452: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/06/09
- 350/452: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/06/09
- 357/452: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/09
- 369/452: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 375/452: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 379/452: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 374/452: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 391/452: gnu: texlive-cm: Fix build., guix-commits, 2023/06/09
- 394/452: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/06/09
- 395/452: gnu: texlive-ec: Fix build., guix-commits, 2023/06/09
- 402/452: gnu: texlive-wasy: Fix build., guix-commits, 2023/06/09
- 398/452: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/09
- 389/452: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/06/09
- 401/452: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/09