[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
263/458: gnu: texlive-intcalc: Refresh package definition.
From: |
guix-commits |
Subject: |
263/458: gnu: texlive-intcalc: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:51 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ae33ee271c355efb1072e00863871cdec69b5c92
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:47:26 2023 +0200
gnu: texlive-intcalc: Refresh package definition.
* gnu/packages/tex.scm (texlive-intcalc): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 37 ++++++++++++++++---------------------
1 file changed, 16 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9645088bbb..819346e77b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9642,28 +9642,23 @@ implementations.")
(define-deprecated-package texlive-generic-infwarerr texlive-infwarerr)
(define-public texlive-intcalc
- (let ((template (simple-texlive-package
- "texlive-intcalc"
- (list "doc/latex/intcalc/"
- "source/latex/intcalc/"
- "tex/generic/intcalc/")
- (base32
- "15alwp9cr8wasfajs3p201p7nqml37vly9mpg1j5l6xv95javk7x"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/intcalc")
- ((#:build-targets _ '())
- #~(list "intcalc.dtx"))))
- (home-page "https://www.ctan.org/pkg/intcalc";)
- (synopsis "Expandable arithmetic operations with integers")
- (description
- "This package provides expandable arithmetic operations with integers,
+ (package
+ (name "texlive-intcalc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/intcalc/" "source/latex/intcalc/"
+ "tex/generic/intcalc/")
+ (base32
+ "15alwp9cr8wasfajs3p201p7nqml37vly9mpg1j5l6xv95javk7x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/intcalc";)
+ (synopsis "Expandable arithmetic operations with integers")
+ (description
+ "This package provides expandable arithmetic operations with integers,
using the e-TeX extension @code{\\numexpr} if it is available.")
- (license license:lppl1.3c+))))
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-generic-intcalc texlive-intcalc)
- 223/458: gnu: texlive-paralist: Fix build., (continued)
- 223/458: gnu: texlive-paralist: Fix build., guix-commits, 2023/06/14
- 224/458: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/14
- 226/458: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/14
- 227/458: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/06/14
- 230/458: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/06/14
- 233/458: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/06/14
- 236/458: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/06/14
- 238/458: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/06/14
- 239/458: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/06/14
- 240/458: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/14
- 263/458: gnu: texlive-intcalc: Refresh package definition.,
guix-commits <=
- 264/458: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/06/14
- 259/458: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/06/14
- 271/458: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/06/14
- 272/458: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/06/14
- 276/458: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/06/14
- 293/458: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/06/14
- 284/458: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/06/14
- 301/458: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/06/14
- 307/458: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/14
- 313/458: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/14