all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Hendursaga <hendursaga@aol.com>
Cc: 65827-done@debbugs.gnu.org
Subject: bug#65827: [PATCH] gnu: Add alure.
Date: Mon, 18 Sep 2023 23:34:41 +0200	[thread overview]
Message-ID: <87cyyfgo7i.fsf_-_@gnu.org> (raw)
In-Reply-To: <f9f8474ff810b3ef2183f330fbfc5d0fb7086722.1694120300.git.hendursaga@aol.com> (hendursaga@aol.com's message of "Fri, 8 Sep 2023 12:29:08 -0400")

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

Hi,

Hendursaga <hendursaga@aol.com> skribis:

> * gnu/packages/audio.scm (alure): New variable.

Applied with the changes below.

Thanks,
Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1389 bytes --]

diff --git a/gnu/local.mk b/gnu/local.mk
index de3cb0332c..e05f687467 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -902,6 +902,7 @@ dist_patch_DATA =						\
   %D%/packages/patches/akonadi-not-relocatable.patch		\
   %D%/packages/patches/akonadi-timestamps.patch		\
   %D%/packages/patches/allegro-mesa-18.2.5-and-later.patch	\
+  %D%/packages/patches/alure-dumb-2.patch			\
   %D%/packages/patches/ibus-anthy-fix-tests.patch		\
   %D%/packages/patches/ibus-table-paths.patch			\
   %D%/packages/patches/anki-mpv-args.patch			\
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 9213186ada..5136d5c9cf 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3336,13 +3336,8 @@ (define-public alure
     (version "1.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://kcat.tomasu.net/"
-                                  name
-                                  "-releases/"
-                                  name
-                                  "-"
-                                  version
-                                  ".tar.bz2"))
+              (uri (string-append "https://kcat.tomasu.net/alure-releases/"
+                                  "alure-" version ".tar.bz2"))
               (sha256
                (base32
                 "0w8gsyqki21s1qb2s5ac1kj08i6nc937c0rr08xbw9w9wvd6lpj6"))

      reply	other threads:[~2023-09-18 21:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <f9f8474ff810b3ef2183f330fbfc5d0fb7086722.1694120300.git.hendursaga.ref@aol.com>
2023-09-08 16:29 ` [bug#65827] [PATCH] gnu: Add alure Hendursaga via Guix-patches via
2023-09-18 21:34   ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87cyyfgo7i.fsf_-_@gnu.org \
    --to=ludo@gnu.org \
    --cc=65827-done@debbugs.gnu.org \
    --cc=hendursaga@aol.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.