GNU bug report logs - #64225
[PATCH 0/9] Adding unrelated texlive packages

Previous Next

Package: guix-patches;

Reported by: reza <reza <at> housseini.me>

Date: Thu, 22 Jun 2023 11:54:02 UTC

Severity: normal

Tags: moreinfo, patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64225 in the body.
You can then email your comments to 64225 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 22 Jun 2023 11:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to reza <reza <at> housseini.me>:
New bug report received and forwarded. Copy sent to rekado <at> elephly.net, guix-patches <at> gnu.org. (Thu, 22 Jun 2023 11:54:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: reza <reza <at> housseini.me>
To: guix-patches <at> gnu.org <guix-patches <at> gnu.org>
Cc: reza <reza <at> housseini.me>
Subject: [PATCH 0/9] Adding unrelated texlive packages
Date: Thu, 22 Jun 2023 11:53:40 +0000
This patch set adds a number of unrelated texlive packages.  I tested them on
my own channel for several months now and I encountered no issues.

Reza Housseini (9):
  gnu: Add texlive-filehook.
  gnu: Add texlive-svg.
  gnu: Add texlive-smartdiagram.
  gnu: Add texlive-lualatex-math.
  gnu: Add texlive-dtk.
  gnu: Add texlive-transparent.
  gnu: Add texlive-libertinus.
  gnu: Add texlive-pgfplots.
  gnu: Add texlive-luatex85.

 gnu/packages/tex.scm | 231 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 231 insertions(+)


base-commit: bb09f3ac002a4f34177d42fd3ea0332f4b7fe7a6
-- 
2.40.1





Information forwarded to rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 22 Jun 2023 11:56:02 GMT) Full text and rfc822 format available.

Message #8 received at 64225 <at> debbugs.gnu.org (full text, mbox):

From: reza <reza <at> housseini.me>
To: 64225 <at> debbugs.gnu.org <64225 <at> debbugs.gnu.org>
Cc: reza <reza <at> housseini.me>
Subject: [PATCH 1/9] gnu: Add texlive-filehook.
Date: Thu, 22 Jun 2023 11:55:35 +0000
* gnu/packages/tex.scm (texlive-filehook): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b55dd2a5fd..82eb93c941 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3397,6 +3397,26 @@ (define-public texlive-filecontents
 
 (define-deprecated-package texlive-latex-filecontents texlive-filecontents)
 
+(define-public texlive-filehook
+  (package
+    (inherit (simple-texlive-package
+	      "texlive-filehook"
+              (list "doc/latex/filehook/"
+                    "source/latex/filehook/"
+                    "tex/latex/filehook/")
+              (base32
+               "03dsnv8fn111kn8h2fa281w2jvcdrqag1im6mkkfahvjgl1apk6k")
+	      #:trivial? #t))
+    (home-page "https://ctan.org/macros/latex/contrib/filehook")
+    (synopsis "Hooks for input files")
+    (description
+     "The package provides several file hooks (AtBegin, AtEnd, ...) for files read by
+\\input, \\include and \\InputIfFileExists.  General hooks for all such files (e.g.
+ all \\included ones) and file specific hooks only used for named files are
+provided; two hooks are provided for the end of \\included files -- one before,
+and one after the final \\clearpage.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-epsf
   (package
     (inherit (simple-texlive-package
-- 
2.40.1






Information forwarded to rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 22 Jun 2023 11:56:02 GMT) Full text and rfc822 format available.

Message #11 received at 64225 <at> debbugs.gnu.org (full text, mbox):

From: reza <reza <at> housseini.me>
To: 64225 <at> debbugs.gnu.org <64225 <at> debbugs.gnu.org>
Cc: reza <reza <at> housseini.me>
Subject: [PATCH 2/9] gnu: Add texlive-svg.
Date: Thu, 22 Jun 2023 11:55:40 +0000
* gnu/packages/tex.scm (texlive-svg): New variable.
---
 gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 82eb93c941..566a9fa0e8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3564,6 +3564,31 @@ (define-public texlive-graphics
 
 (define-deprecated-package texlive-latex-graphics texlive-graphics)
 
+(define-public texlive-svg
+  (package
+    (inherit (simple-texlive-package
+	      "texlive-svg"
+              (list "doc/latex/svg/"
+		    "source/latex/svg/"
+                    "tex/latex/svg/")
+              (base32
+               "1yizgrjn6l9j1cf8mvkjz0zni7bzmajszc1y8q80xc723nwnbq7q")
+	      #:trivial? #t))
+    (home-page "https://ctan.org/graphics/svg")
+    (synopsis "Include and extract SVG pictures in LaTeX documents")
+    (description
+     "This bundle contains the two packages svg and svg-extract.  The svg package is
+intended for the automated integration of SVG graphics into LaTeX documents.
+Therefore the capabilities provided by Inkscape -- or more precisely its command
+line tool -- are used to export the text within an SVG graphic to a separate
+file, which is then rendered by LaTeX. For this purpose the two commands
+\\includesvg and \\includeinkscape are provided which are very similar to the
+\\includegraphics command of the graphicx package.  In addition, the package
+svg-extract allows the extraction of these graphics into independent files in
+different graphic formats, exactly as it is rendered within the LaTeX document,
+using either ImageMagick or Ghostscript.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-greek-fontenc
   (package
     (inherit (simple-texlive-package
-- 
2.40.1






Information forwarded to rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 22 Jun 2023 11:56:03 GMT) Full text and rfc822 format available.

Message #14 received at 64225 <at> debbugs.gnu.org (full text, mbox):

From: reza <reza <at> housseini.me>
To: 64225 <at> debbugs.gnu.org <64225 <at> debbugs.gnu.org>
Cc: reza <reza <at> housseini.me>
Subject: [PATCH 3/9] gnu: Add texlive-smartdiagram.
Date: Thu, 22 Jun 2023 11:55:45 +0000
* gnu/packages/tex.scm (texlive-smartdiagram): New variable.
---
 gnu/packages/tex.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 566a9fa0e8..b6f44732e2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4000,6 +4000,20 @@ (define-public texlive-onedown
 output of bridge terms.")
       (license license:lppl1.3+))))
 
+(define-public texlive-smartdiagram
+  (package
+    (inherit (simple-texlive-package
+              "texlive-smartdiagram"
+              (list "doc/latex/smartdiagram/"
+		    "tex/latex/smartdiagram/")
+              (base32
+               "0b9rq06c0xm9dpd6yljvgay0p7xpglpddw10vlf5c50wma4xqjda")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/smartdiagram")
+    (synopsis "Generate diagrams from lists")
+    (description "The package will create ‘smart’ diagrams from lists of items, for simple documents and for presentations.")
+    (license license:public-domain)))
+
 (define-public texlive-tools
   (let ((template (simple-texlive-package
                    "texlive-tools"
-- 
2.40.1






Information forwarded to rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 22 Jun 2023 11:56:03 GMT) Full text and rfc822 format available.

Message #17 received at 64225 <at> debbugs.gnu.org (full text, mbox):

From: reza <reza <at> housseini.me>
To: 64225 <at> debbugs.gnu.org <64225 <at> debbugs.gnu.org>
Cc: reza <reza <at> housseini.me>
Subject: [PATCH 4/9] gnu: Add texlive-lualatex-math.
Date: Thu, 22 Jun 2023 11:55:48 +0000
* gnu/packages/tex.scm (texlive-lualatex-math): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b6f44732e2..37244ca76b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4476,6 +4476,28 @@ (define-public texlive-luaotfload
 
 (define-deprecated-package texlive-luatex-luaotfload texlive-luaotfload)
 
+(define-public texlive-lualatex-math
+  (package
+    (inherit (simple-texlive-package
+	      "texlive-lualatex-math"
+              (list "doc/lualatex/lualatex-math/"
+                    "source/lualatex/lualatex-math/"
+                    "tex/lualatex/lualatex-math/")
+              (base32
+               "1xfr31rwr7zc6d5bsc3v5lwvcfrg109rzfgvvs69w4xs61j06jcg")
+	      #:trivial? #t))
+    (propagated-inputs (list texlive-filehook texlive-etoolbox))
+    (home-page "https://ctan.org/macros/luatex/latex/lualatex-math")
+    (synopsis "Fixes for mathematics-related LuaLaTeX issues")
+    (description
+     "The package patches a few commands of the LaTeX2e kernel and the amsmath and
+mathtools packages to be more compatible with the LuaTeX engine.  It is only
+meaningful for LuaLaTeX documents containing mathematical formulas, and does not
+exhibit any new functionality.  The fixes are mostly moved from the unicode-math
+package to this package since they are not directly related to Unicode
+mathematics typesetting.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-amsmath
   (let ((template (simple-texlive-package
                    "texlive-amsmath"
-- 
2.40.1






Information forwarded to rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 22 Jun 2023 11:56:04 GMT) Full text and rfc822 format available.

Message #20 received at 64225 <at> debbugs.gnu.org (full text, mbox):

From: reza <reza <at> housseini.me>
To: 64225 <at> debbugs.gnu.org <64225 <at> debbugs.gnu.org>
Cc: reza <reza <at> housseini.me>
Subject: [PATCH 5/9] gnu: Add texlive-dtk.
Date: Thu, 22 Jun 2023 11:55:50 +0000
* gnu/packages/tex.scm (texlive-dtk): New variable.
---
 gnu/packages/tex.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 37244ca76b..83ec2f1de3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6222,6 +6222,20 @@ (define-public texlive-latex-g-brief
 \"old\" and a \"new\" version of g-brief.")
     (license license:lppl)))
 
+(define-public texlive-dtk
+  (package
+    (inherit (simple-texlive-package
+              "texlive-dtk"
+              (list "doc/latex/dtk/"
+		    "tex/latex/dtk/")
+              (base32
+               "1yibr5jfn67780wpks6cvy8phq6fqgji2ay60nvykj3hizjc0nci")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/dtk")
+    (synopsis "Document class for the journal of DANTE")
+    (description "The bundle provides a class and style file for typesetting “Die TEXnische Komödie” — the communications of the German TEX Users Group DANTE e.V. The arrangement means that the class may be used by article writers to typeset a single article, as well as to produce the complete journal.")
+    (license license:public-domain)))
+
 (define-public texlive-latex-galois
   (package
     (name "texlive-latex-galois")
-- 
2.40.1






Information forwarded to rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 22 Jun 2023 11:57:01 GMT) Full text and rfc822 format available.

Message #23 received at 64225 <at> debbugs.gnu.org (full text, mbox):

From: reza <reza <at> housseini.me>
To: 64225 <at> debbugs.gnu.org <64225 <at> debbugs.gnu.org>
Cc: reza <reza <at> housseini.me>
Subject: [PATCH 6/9] gnu: Add texlive-transparent.
Date: Thu, 22 Jun 2023 11:55:52 +0000
* gnu/packages/tex.scm (texlive-transparent): 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 83ec2f1de3..252f60327b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6916,6 +6916,24 @@ (define-public texlive-latex-colortbl
 tables to be coloured.")
     (license license:lppl)))
 
+(define-public texlive-transparent
+  (package
+    (inherit (simple-texlive-package
+	      "texlive-transparent"
+              (list "doc/latex/transparent/"
+                    "source/latex/transparent/"
+                    "tex/latex/transparent/")
+              (base32
+               "172vh8fdrf67inzyrmah0kr1jdc8b3v9f18qrcrgabybhrh5j7qk")
+	      #:trivial? #t))
+    (home-page "https://ctan.org/macros/latex/contrib/transparent")
+    (synopsis "Using a color stack for transparency with pdfTeX")
+    (description
+     "Since version 1.40 pdfTeX supports several color stacks; the package uses a
+separate colour stack for control of transparency (which is not, of course, a
+colour).")
+    (license license:lppl1.3+)))
+
 (define-public texlive-latex-fancybox
   (package
     (name "texlive-latex-fancybox")
-- 
2.40.1






Information forwarded to rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 22 Jun 2023 11:57:02 GMT) Full text and rfc822 format available.

Message #26 received at 64225 <at> debbugs.gnu.org (full text, mbox):

From: reza <reza <at> housseini.me>
To: 64225 <at> debbugs.gnu.org <64225 <at> debbugs.gnu.org>
Cc: reza <reza <at> housseini.me>
Subject: [PATCH 7/9] gnu: Add texlive-libertinus.
Date: Thu, 22 Jun 2023 11:55:55 +0000
* gnu/packages/tex.scm (texlive-libertinus-otf): New variable.
* gnu/packages/tex.scm (texlive-libertinus-type1): New variable.
* gnu/packages/tex.scm (texlive-libertinus): New variable.
---
 gnu/packages/tex.scm | 59 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 252f60327b..c74b3bbe2c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8378,6 +8378,65 @@ (define-public texlive-libertine
                    license:silofl1.1
                    license:lppl))))
 
+(define-public texlive-libertinus-otf
+  (package
+    (inherit (simple-texlive-package
+	      "texlive-libertinus-otf"
+              (list "doc/fonts/libertinus-otf/"
+                    "tex/latex/libertinus-otf/"
+		    "fonts/opentype/public/libertinus-fonts/")
+              (base32
+               "09n2j9p1c314nv1l2i2j58ij0h4s89mi49zrrkbzl6p6f51dl35f")
+              #:trivial? #t))
+    (home-page "https://ctan.org/fonts/libertinus-otf")
+    (synopsis "Support for Libertinus OpenType")
+    (description
+     "This package offers LuaLaTeX/XeLaTeX support for the Libertinus OpenType fonts
+maintained by Khaled Hosny.  Missing fonts are defined via several font feature
+settings.  The Libertinus fonts are similiar to Libertine and Biolinum, but come
+with math symbols.")
+    (license license:lppl1.3+)))
+
+(define-public texlive-libertinus-type1
+  (package
+    (inherit (simple-texlive-package
+	      "texlive-libertinus-type1"
+              (list "doc/fonts/libertinus-type1/"
+		    "fonts/enc/dvips/libertinus-type1/"
+		    "fonts/map/dvips/libertinus-type1/"
+		    "fonts/tfm/public/libertinus-type1/"
+		    "fonts/type1/public/libertinus-type1/"
+		    "fonts/vf/public/libertinus-type1/"
+		    "tex/latex/libertinus-type1/")
+              (base32
+               "1f4w0p0jdmhpnj8x5anm6jv2jzbf5bhajq2qnxcacp23k7fjkq86")
+              #:trivial? #t))
+    (home-page "https://ctan.org/fonts/libertinus-type1")
+    (synopsis "Support for using Libertinus fonts with LaTeX/pdfLaTeX")
+    (description
+     "This package provides support for use of Libertinus fonts with traditional
+processing engines (LaTeX with dvips or dvipdfmx, or pdfLaTeX).")
+    (license license:lppl1.3+)))
+
+(define-public texlive-libertinus
+  (package
+    (inherit (simple-texlive-package
+	      "texlive-libertinus"
+	      (list "doc/fonts/libertinus/"
+                    "tex/latex/libertinus/")
+	      (base32
+	       "13m20jkrf0sp39f0ihc0fw7spzc3gys5xdc720r5gzdnbdqdvih4")
+	      #:trivial? #t))
+    (propagated-inputs (list texlive-libertinus-otf texlive-libertinus-type1))
+    (home-page "https://ctan.org/fonts/libertinus")
+    (synopsis
+     "Wrapper to use the correct libertinus package according to the used TeX engine")
+    (description
+     "This package is only a wrapper for the the two packages libertinus-type1
+(pdfLaTeX) and libertinus-otf (LuaLaTeX/XeLaTeX).  The Libertinus fonts are
+similiar to Libertine and Biolinum, but come with math symbols.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-dejavu
   (package
     (inherit (simple-texlive-package
-- 
2.40.1






Information forwarded to rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 22 Jun 2023 11:57:02 GMT) Full text and rfc822 format available.

Message #29 received at 64225 <at> debbugs.gnu.org (full text, mbox):

From: reza <reza <at> housseini.me>
To: 64225 <at> debbugs.gnu.org <64225 <at> debbugs.gnu.org>
Cc: reza <reza <at> housseini.me>
Subject: [PATCH 8/9] gnu: Add texlive-pgfplots.
Date: Thu, 22 Jun 2023 11:56:00 +0000
* gnu/packages/tex.scm (texlive-pgfplots): New variable.
---
 gnu/packages/tex.scm | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c74b3bbe2c..94b31ea082 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9853,6 +9853,49 @@ (define-public texlive-pgf
 
 (define-deprecated-package texlive-latex-pgf texlive-pgf)
 
+(define-public texlive-pgfplots
+  (package
+    (inherit (simple-texlive-package
+	      "texlive-pgfplots"
+              (list "doc/context/third/pgfplots/"
+		    "doc/generic/pgfplots/"
+		    "doc/latex/pgfplots/"
+		    "doc/plain/pgfplots/"
+		    "scripts/pgfplots/"
+		    "source/context/third/pgfplots/"
+		    "source/latex/pgfplots/"
+		    "tex/context/third/pgfplots/"
+		    "tex/generic/pgfplots/"
+		    "tex/generic/pgfplots/libs/"
+		    "tex/generic/pgfplots/liststructure/"
+		    "tex/generic/pgfplots/lua/"
+		    "tex/generic/pgfplots/lua/pgfplots/"
+		    "tex/generic/pgfplots/lua/pgfplotsoldpgfsupp/luamath/"
+		    "tex/generic/pgfplots/numtable/"
+		    "tex/generic/pgfplots/oldpgfcompatib/"
+		    "tex/generic/pgfplots/oldpgfplotscompatib/"
+		    "tex/generic/pgfplots/pgfcontrib/"
+		    "tex/generic/pgfplots/sys/"
+		    "tex/generic/pgfplots/test/"
+		    "tex/generic/pgfplots/util/"
+		    "tex/latex/pgfplots/"
+		    "tex/latex/pgfplots/libs/"
+		    "tex/plain/pgfplots/")
+              (base32
+               "08ahzc3yvqj31m018d313bbhvcka59dfdmphlrsavqk68x9023k1")
+	      #:trivial? #t))
+    (propagated-inputs (list texlive-pgf))
+    (home-page "https://ctan.org/graphics/pgf/contrib/pgfplots")
+    (synopsis "Create normal/logarithmic plots in two and three dimensions")
+    (description
+     "PGFPlots draws high-quality function plots in normal or logarithmic scaling with
+a user-friendly interface directly in TeX. The user supplies axis labels, legend
+entries and the plot coordinates for one or more plots and PGFPlots applies axis
+scaling, computes any logarithms and axis ticks and draws the plots, supporting
+line plots, scatter plots, piecewise constant plots, bar plots, area plots,
+mesh-- and surface plots and some more.  Pgfplots is based on PGF/TikZ (PGF); it
+runs equally for LaTeX/TeX/ConTeXt.")))
+
 (define-public texlive-latex-koma-script
   (package
     (name "texlive-latex-koma-script")
-- 
2.40.1






Information forwarded to rekado <at> elephly.net, guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 22 Jun 2023 11:57:03 GMT) Full text and rfc822 format available.

Message #32 received at 64225 <at> debbugs.gnu.org (full text, mbox):

From: reza <reza <at> housseini.me>
To: 64225 <at> debbugs.gnu.org <64225 <at> debbugs.gnu.org>
Cc: reza <reza <at> housseini.me>
Subject: [PATCH 9/9] gnu: Add texlive-luatex85.
Date: Thu, 22 Jun 2023 11:56:03 +0000
* gnu/packages/tex.scm (texlive-luatex85): New variable.
---
 gnu/packages/tex.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 94b31ea082..95b358b604 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11051,6 +11051,22 @@ (define-deprecated-package texlive-generic-iftex texlive-iftex)
 
 (define-deprecated-package texlive-generic-ifxetex texlive-iftex)
 
+(define-public texlive-luatex85
+  (package
+    (inherit (simple-texlive-package
+	      "texlive-luatex85"
+              (list "doc/generic/luatex85/"
+                    "source/generic/luatex85/"
+                    "tex/generic/luatex85/")
+              (base32
+               "02j42g9c5smgbrk898fpvrgqlxqcqi8xch23awvnbvg6y54cs573")
+	      #:trivial? #t))
+    (home-page "https://ctan.org/macros/generic/luatex85")
+    (synopsis "pdfTeX aliases for LuaTeX")
+    (description
+     "The package provides emulation of pdfTeX primitives for LuaTeX v0.85+.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-tabu
   (let ((template
          (simple-texlive-package
-- 
2.40.1






Information forwarded to guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 22 Jun 2023 17:09:02 GMT) Full text and rfc822 format available.

Message #35 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: reza via Guix-patches via <guix-patches <at> gnu.org>
Cc: Ricardo Wurmus <rekado <at> elephly.net>, reza <reza <at> housseini.me>,
 64225 <at> debbugs.gnu.org
Subject: Re: [bug#64225] [PATCH 0/9] Adding unrelated texlive packages
Date: Thu, 22 Jun 2023 19:08:26 +0200
Hello,

reza via Guix-patches via <guix-patches <at> gnu.org> writes:

> This patch set adds a number of unrelated texlive packages.  I tested them on
> my own channel for several months now and I encountered no issues.

I'm in the process of rewriting the texlive build system (in the
tex-team-next branch). You may want to wait this branch to be merged.

Besides, some of the packages are already added to that branch.

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 22 Jun 2023 17:09:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 22 Jun 2023 20:55:02 GMT) Full text and rfc822 format available.

Message #41 received at submit <at> debbugs.gnu.org (full text, mbox):

From: reza <reza <at> housseini.me>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>, 
 reza via Guix-patches via <guix-patches <at> gnu.org>
Cc: Ricardo Wurmus <rekado <at> elephly.net>,
 64225 <at> debbugs.gnu.org <64225 <at> debbugs.gnu.org>
Subject: Re: [bug#64225] [PATCH 0/9] Adding unrelated texlive packages
Date: Thu, 22 Jun 2023 20:53:58 +0000
[Message part 1 (text/plain, inline)]
Hi Nicolas

> I'm in the process of rewriting the texlive build system (in the
> tex-team-next branch). You may want to wait this branch to be merged.

No worries I'm not in a hurry, when do think will the rewrite land on 
master? Shall I send a patch for the tex-team-next branch?

Cheers,
Reza

[OpenPGP_0xC375C6AF05125C52.asc (application/pgp-keys, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 22 Jun 2023 20:55:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Fri, 23 Jun 2023 05:50:02 GMT) Full text and rfc822 format available.

Message #47 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: reza via Guix-patches via <guix-patches <at> gnu.org>
Cc: rekado <at> elephly.net, reza <reza <at> housseini.me>, 64225 <at> debbugs.gnu.org
Subject: Re: [bug#64225] [PATCH 0/9] Adding unrelated texlive packages
Date: Fri, 23 Jun 2023 07:49:36 +0200
Hello,

reza via Guix-patches via <guix-patches <at> gnu.org> writes:

> Hi Nicolas
>
>> I'm in the process of rewriting the texlive build system (in the
>> tex-team-next branch). You may want to wait this branch to be merged.
>
> No worries I'm not in a hurry, when do think will the rewrite land on 
> master?

I don't know. I still need to fix a problem on monolithic texlive, then
everything is ready. Then it will need to be built by the CI. Hopefully,
this will not be long.

> Shall I send a patch for the tex-team-next branch?

New packages do not trigger rebuilds, so this can wait for the branch to
be merged.

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Fri, 23 Jun 2023 05:50:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Wed, 06 Sep 2023 14:28:02 GMT) Full text and rfc822 format available.

Message #53 received at 64225 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: rekado <at> elephly.net, reza <at> housseini.me, 64225 <at> debbugs.gnu.org
Subject: Re: bug#64225: [PATCH 0/9] Adding unrelated texlive packages
Date: Wed, 06 Sep 2023 10:27:10 -0400
Hi Nicolas,

Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:

> Hello,
>
> reza via Guix-patches via <guix-patches <at> gnu.org> writes:
>
>> Hi Nicolas
>>
>>> I'm in the process of rewriting the texlive build system (in the
>>> tex-team-next branch). You may want to wait this branch to be merged.
>>
>> No worries I'm not in a hurry, when do think will the rewrite land on 
>> master?

Is there still something to salvage here, or should we close it?

Thanks Reza for the contribution.

-- 
Thanks,
Maxim




Added tag(s) moreinfo. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 06 Sep 2023 14:28:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 07 Sep 2023 16:14:01 GMT) Full text and rfc822 format available.

Message #58 received at 64225 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: 64225 <at> debbugs.gnu.org
Cc: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Subject: Almost all done
Date: Thu, 7 Sep 2023 18:13:18 +0200
Hello,

all packages except for texlive-dtk are now packaged. We do have
texlive-dtk-bibliography. Is not packaging texlive-dtk an oversight,
or is it in a non-obvious place, or is it not part of texlive?

Andreas





Information forwarded to guix-patches <at> gnu.org:
bug#64225; Package guix-patches. (Thu, 07 Sep 2023 17:07:02 GMT) Full text and rfc822 format available.

Message #61 received at 64225 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Andreas Enge <andreas <at> enge.fr>
Cc: 64225 <at> debbugs.gnu.org
Subject: Re: Almost all done
Date: Thu, 07 Sep 2023 19:06:30 +0200
Hello,

Andreas Enge <andreas <at> enge.fr> writes:

> all packages except for texlive-dtk are now packaged. We do have
> texlive-dtk-bibliography. Is not packaging texlive-dtk an oversight,
> or is it in a non-obvious place, or is it not part of texlive?

Unless I'm missing something, there is a `texlive-dtk' package in
"tex.scm" (starting line 81116).

Regards,
-- 
Nicolas Goaziou




Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Thu, 07 Sep 2023 18:06:02 GMT) Full text and rfc822 format available.

Notification sent to reza <reza <at> housseini.me>:
bug acknowledged by developer. (Thu, 07 Sep 2023 18:06:02 GMT) Full text and rfc822 format available.

Message #66 received at 64225-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 64225-done <at> debbugs.gnu.org
Subject: Re: Almost all done
Date: Thu, 7 Sep 2023 20:05:30 +0200
Am Thu, Sep 07, 2023 at 07:06:30PM +0200 schrieb Nicolas Goaziou:
> Unless I'm missing something, there is a `texlive-dtk' package in
> "tex.scm" (starting line 81116).

Ah, sorry, little difference between my "pulled" and my "pre-inst-enved" Guix.
So closing this bug!

Andreas





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 06 Oct 2023 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 217 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.