unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65271] [PATCH] gnu: ardour: Build locales.
@ 2023-08-13 14:38 Denys Nykula
  2023-09-06  0:37 ` bug#65271: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Nykula @ 2023-08-13 14:38 UTC (permalink / raw)
  To: 65271; +Cc: Denys Nykula

The TRANSLATORS file in the Ardour source says the i18n waf phase
is optional between the build and install phases.

* gnu/packages/audio.scm (ardour)[#:phases] Add build-i18n.
---
Tested the resulting build by running 'LANG=de_DE.UTF-8 ardour7'.

 gnu/packages/audio.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 8c15189b2b..006d21bbff 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -776,6 +776,9 @@ (define-public ardour
                                  libdir "/panners" ":"
                                  libdir "/surfaces" ":"
                                  libdir "/vamp" "\"]"))))))
+         (add-after 'build 'build-i18n
+           (lambda _
+             (invoke "python" "waf" "i18n")))
          (add-after 'install 'install-freedesktop-files
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out   (assoc-ref outputs "out"))
-- 
2.40.1





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

* bug#65271: [PATCH] gnu: ardour: Build locales.
  2023-08-13 14:38 [bug#65271] [PATCH] gnu: ardour: Build locales Denys Nykula
@ 2023-09-06  0:37 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2023-09-06  0:37 UTC (permalink / raw)
  To: Denys Nykula; +Cc: 65271-done

Hi!

Denys Nykula <vegan@libre.net.ua> writes:

> The TRANSLATORS file in the Ardour source says the i18n waf phase
> is optional between the build and install phases.
>
> * gnu/packages/audio.scm (ardour)[#:phases] Add build-i18n.
> ---
> Tested the resulting build by running 'LANG=de_DE.UTF-8 ardour7'.
>
>  gnu/packages/audio.scm | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
> index 8c15189b2b..006d21bbff 100644
> --- a/gnu/packages/audio.scm
> +++ b/gnu/packages/audio.scm
> @@ -776,6 +776,9 @@ (define-public ardour
>                                   libdir "/panners" ":"
>                                   libdir "/surfaces" ":"
>                                   libdir "/vamp" "\"]"))))))
> +         (add-after 'build 'build-i18n
> +           (lambda _
> +             (invoke "python" "waf" "i18n")))

Installed, thanks for your contribution.

-- 
Thanks,
Maxim




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

end of thread, other threads:[~2023-09-06  0:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-13 14:38 [bug#65271] [PATCH] gnu: ardour: Build locales Denys Nykula
2023-09-06  0:37 ` bug#65271: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).