all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53570] [PATCH] gnu: Add texlive-ddphonism.
@ 2022-01-27  5:51 jgart via Guix-patches via
  2022-03-07 20:24 ` Ludovic Courtès
  2023-03-18 13:02 ` [bug#53570] [PATCH v2] " Nicolas Goaziou
  0 siblings, 2 replies; 8+ messages in thread
From: jgart via Guix-patches via @ 2022-01-27  5:51 UTC (permalink / raw)
  To: 53570; +Cc: jgart

* gnu/packages/tex.scm (texlive-ddphonism): New variable.
---

Hi,

This is a WIP.

Any feedback is much welcome.

all best,

jgart

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 89f60f89d5..da47874ec6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9953,6 +9953,31 @@ (define-public texlive-xifthen
 handle complex tests.")
     (license license:lppl)))
 
+(define-public texlive-ddphonism
+  (package
+    (inherit (simple-texlive-package
+              "texlive-ddphonism"
+              (list "/tex/latex/ddphonism/ddphonism.sty"
+                     "/tex/latex/ddphonism/ddphonism.tex")
+              (base32
+               "09s324nj6g8nlib9wilpy01prixrw1ilwlvl638hgv5rxsspza5y")
+              #:trivial? #t))
+    (inputs
+      (list texlive-latex-hyperref 
+            texlive-latex-tools 
+            texlive-etoolbox
+            texlive-latex-pgf
+            texlive-latex-l3packages
+            texlive-latex-listings))
+    (home-page "https://www.ctan.org/pkg/ddphonism")
+    (synopsis "Dodecaphonic diagrams for LaTeX")
+    (description
+"This is a music-related package which is focused on notation from
+the Twelve-Tone System, also called Dodecaphonism.  It provides LaTeX
+algorithms that produce typical dodecaphonic notation based off a musical
+series, or row sequence, of variable length.")
+    (license license:lppl1.3c+)))
+
 (define-public bibtool
   (package
     (name "bibtool")
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#53570] [PATCH] gnu: Add texlive-ddphonism.
  2022-01-27  5:51 [bug#53570] [PATCH] gnu: Add texlive-ddphonism jgart via Guix-patches via
@ 2022-03-07 20:24 ` Ludovic Courtès
  2022-07-07 18:45   ` Maxim Cournoyer
  2023-03-18 13:02 ` [bug#53570] [PATCH v2] " Nicolas Goaziou
  1 sibling, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2022-03-07 20:24 UTC (permalink / raw)
  To: jgart; +Cc: 53570

Hello,

jgart <jgart@dismail.de> skribis:

> * gnu/packages/tex.scm (texlive-ddphonism): New variable.
> ---
>
> Hi,
>
> This is a WIP.

What’s missing?

> Any feedback is much welcome.

I haven’t tested it but it LGTM.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#53570] [PATCH] gnu: Add texlive-ddphonism.
  2022-03-07 20:24 ` Ludovic Courtès
@ 2022-07-07 18:45   ` Maxim Cournoyer
  2022-07-08  0:02     ` jgart via Guix-patches via
  0 siblings, 1 reply; 8+ messages in thread
From: Maxim Cournoyer @ 2022-07-07 18:45 UTC (permalink / raw)
  To: jgart; +Cc: Ludovic Courtès, 53570

Hi,

Ludovic Courtès <ludo@gnu.org> writes:

> Hello,
>
> jgart <jgart@dismail.de> skribis:
>
>> * gnu/packages/tex.scm (texlive-ddphonism): New variable.
>> ---
>>
>> Hi,
>>
>> This is a WIP.
>
> What’s missing?
>
>> Any feedback is much welcome.
>
> I haven’t tested it but it LGTM.
>
> Thanks,
> Ludo’.

Ping :-)

Thanks,

Maxim




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#53570] [PATCH] gnu: Add texlive-ddphonism.
  2022-07-07 18:45   ` Maxim Cournoyer
@ 2022-07-08  0:02     ` jgart via Guix-patches via
  2022-07-11 15:47       ` bug#53570: " Maxim Cournoyer
  0 siblings, 1 reply; 8+ messages in thread
From: jgart via Guix-patches via @ 2022-07-08  0:02 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: Ludovic Courtès, 53570

On Thu, 07 Jul 2022 14:45:52 -0400 Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:
> Hi,
> 
> Ludovic Courtès <ludo@gnu.org> writes:
> 
> > Hello,
> >
> > jgart <jgart@dismail.de> skribis:
> >
> >> * gnu/packages/tex.scm (texlive-ddphonism): New variable.
> >> ---
> >>
> >> Hi,
> >>
> >> This is a WIP.
> >
> > What’s missing?
> >
> >> Any feedback is much welcome.
> >
> > I haven’t tested it but it LGTM.
> >
> > Thanks,
> > Ludo’.
> 
> Ping :-)

Hi, I'm not sure when I'll be able to get around to this one.

Maxim, would you like to take it over? It's a nice LaTeX package for twelve-tone music ;()

all best,

jgart




^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#53570: [PATCH] gnu: Add texlive-ddphonism.
  2022-07-08  0:02     ` jgart via Guix-patches via
@ 2022-07-11 15:47       ` Maxim Cournoyer
  0 siblings, 0 replies; 8+ messages in thread
From: Maxim Cournoyer @ 2022-07-11 15:47 UTC (permalink / raw)
  To: jgart; +Cc: Ludovic Courtès, 53570-done

Hi jgart,

jgart <jgart@dismail.de> writes:

> On Thu, 07 Jul 2022 14:45:52 -0400 Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:
>> Hi,
>> 
>> Ludovic Courtès <ludo@gnu.org> writes:
>> 
>> > Hello,
>> >
>> > jgart <jgart@dismail.de> skribis:
>> >
>> >> * gnu/packages/tex.scm (texlive-ddphonism): New variable.
>> >> ---
>> >>
>> >> Hi,
>> >>
>> >> This is a WIP.
>> >
>> > What’s missing?
>> >
>> >> Any feedback is much welcome.
>> >
>> > I haven’t tested it but it LGTM.
>> >
>> > Thanks,
>> > Ludo’.
>> 
>> Ping :-)
>
> Hi, I'm not sure when I'll be able to get around to this one.
>
> Maxim, would you like to take it over? It's a nice LaTeX package for twelve-tone music ;()

I looked at it, but it seems it'd require packaging xstring in the first
place, as it the package '\RequirePackage{xstring}' it.

Perhaps we can revisit after we gain a useful texlive importer, or when
someone motivated steps in.  In the meantime, closing.

Thanks,

Maxim




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#53570] [PATCH v2] gnu: Add texlive-ddphonism.
  2022-01-27  5:51 [bug#53570] [PATCH] gnu: Add texlive-ddphonism jgart via Guix-patches via
  2022-03-07 20:24 ` Ludovic Courtès
@ 2023-03-18 13:02 ` Nicolas Goaziou
  2023-03-18 16:07   ` jgart via Guix-patches via
  1 sibling, 1 reply; 8+ messages in thread
From: Nicolas Goaziou @ 2023-03-18 13:02 UTC (permalink / raw)
  To: 53570; +Cc: jgart

From: jgart <jgart@dismail.de>

* gnu/packages/tex.scm (texlive-ddphonism): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0c4e545edf..4f412614a1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5393,6 +5393,31 @@ (define-public texlive-catchfile
        "Catchfile catches the contents of a file and puts it in a macro.")
       (license license:lppl1.3+))))
 
+(define-public texlive-ddphonism
+  (package
+    (inherit (simple-texlive-package
+              "texlive-ddphonism"
+              (list "doc/latex/ddphonism/"
+                    "tex/latex/ddphonism/")
+              (base32 "1p02ai76nnh6042pnmqv4n30z6yxsvyyk2nb9jk7xlyyc87zzbdd")
+              #:trivial? #t))
+    (propagated-inputs
+     (list texlive-etoolbox
+           texlive-hyperref
+           texlive-latex-l3packages
+           texlive-listings
+           texlive-pgf
+           texlive-latex-tools
+           texlive-xstring))
+    (home-page "https://www.ctan.org/pkg/ddphonism")
+    (synopsis "Dodecaphonic diagrams for LaTeX")
+    (description
+     "This is a music-related package which is focused on notation from the
+twelve-tone system, also called dodecaphonism.  It provides LaTeX algorithms
+that produce typical dodecaphonic notation based off a musical series, or row
+sequence, of variable length.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-doi
   (package
     (inherit (simple-texlive-package

base-commit: 3893758dac76fc30b23d4715e849e262306f268d
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#53570] [PATCH v2] gnu: Add texlive-ddphonism.
  2023-03-18 13:02 ` [bug#53570] [PATCH v2] " Nicolas Goaziou
@ 2023-03-18 16:07   ` jgart via Guix-patches via
  2023-03-24  9:15     ` bug#53570: " Nicolas Goaziou
  0 siblings, 1 reply; 8+ messages in thread
From: jgart via Guix-patches via @ 2023-03-18 16:07 UTC (permalink / raw)
  To: Nicolas Goaziou, 53570

Hi,

LGTM, builds fine.

March 18, 2023 8:02 AM, "Nicolas Goaziou" <mail@nicolasgoaziou.fr> wrote:

> From: jgart <jgart@dismail.de>
> 
> * gnu/packages/tex.scm (texlive-ddphonism): New variable.
> 
> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
> ---
> gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
> 
> diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
> index 0c4e545edf..4f412614a1 100644
> --- a/gnu/packages/tex.scm
> +++ b/gnu/packages/tex.scm
> @@ -5393,6 +5393,31 @@ (define-public texlive-catchfile
> "Catchfile catches the contents of a file and puts it in a macro.")
> (license license:lppl1.3+))))
> 
> +(define-public texlive-ddphonism
> + (package
> + (inherit (simple-texlive-package
> + "texlive-ddphonism"
> + (list "doc/latex/ddphonism/"
> + "tex/latex/ddphonism/")
> + (base32 "1p02ai76nnh6042pnmqv4n30z6yxsvyyk2nb9jk7xlyyc87zzbdd")
> + #:trivial? #t))
> + (propagated-inputs
> + (list texlive-etoolbox
> + texlive-hyperref
> + texlive-latex-l3packages
> + texlive-listings
> + texlive-pgf
> + texlive-latex-tools
> + texlive-xstring))
> + (home-page "https://www.ctan.org/pkg/ddphonism")
> + (synopsis "Dodecaphonic diagrams for LaTeX")
> + (description
> + "This is a music-related package which is focused on notation from the
> +twelve-tone system, also called dodecaphonism. It provides LaTeX algorithms
> +that produce typical dodecaphonic notation based off a musical series, or row
> +sequence, of variable length.")
> + (license license:lppl1.3c)))
> +
> (define-public texlive-doi
> (package
> (inherit (simple-texlive-package
> 
> base-commit: 3893758dac76fc30b23d4715e849e262306f268d
> -- 
> 2.39.2




^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#53570: [PATCH v2] gnu: Add texlive-ddphonism.
  2023-03-18 16:07   ` jgart via Guix-patches via
@ 2023-03-24  9:15     ` Nicolas Goaziou
  0 siblings, 0 replies; 8+ messages in thread
From: Nicolas Goaziou @ 2023-03-24  9:15 UTC (permalink / raw)
  To: jgart via Guix-patches via; +Cc: jgart, 53570-done

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> LGTM, builds fine.

Applied. Thank you for the feedback.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-03-24 15:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-27  5:51 [bug#53570] [PATCH] gnu: Add texlive-ddphonism jgart via Guix-patches via
2022-03-07 20:24 ` Ludovic Courtès
2022-07-07 18:45   ` Maxim Cournoyer
2022-07-08  0:02     ` jgart via Guix-patches via
2022-07-11 15:47       ` bug#53570: " Maxim Cournoyer
2023-03-18 13:02 ` [bug#53570] [PATCH v2] " Nicolas Goaziou
2023-03-18 16:07   ` jgart via Guix-patches via
2023-03-24  9:15     ` bug#53570: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.