all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Z572 <zhengjunjie@iscas.ac.cn>
To: Mazin AlHaddad <mazin@getstate.dev>
Cc: 74354-done@debbugs.gnu.org
Subject: bug#74354: [PATCH] gnu: ncmpcpp: Update to 0.10.1.
Date: Wed, 20 Nov 2024 18:13:08 +0800	[thread overview]
Message-ID: <8734jm43ij.fsf@iscas.ac.cn> (raw)
In-Reply-To: <cc84cbb4b79e42c75119c55907a532e0e0134fd4.1731603710.git.mazin@getstate.dev> (Mazin AlHaddad's message of "Thu, 14 Nov 2024 20:06:12 +0300")

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

Mazin AlHaddad <mazin@getstate.dev> writes:

> * gnu/packages/mpd.scm (ncmpcpp): Update to 0.10.1.
> [origin]: Change URI to github.
> [inputs]: Add libtool, autoconf-2.71, automake.

autoconf-2.71, libtool, automake should go to native-inputs.

>
> Change-Id: Id2662c10c143736d10320550b6ce6fffe841984c
> ---
>  gnu/packages/mpd.scm | 16 ++++++++++------
>  1 file changed, 10 insertions(+), 6 deletions(-)
>
> diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
> index c5632203dd..5e8b615599 100644
> --- a/gnu/packages/mpd.scm
> +++ b/gnu/packages/mpd.scm
> @@ -296,20 +296,24 @@ (define-public ncmpc
>  (define-public ncmpcpp
>    (package
>      (name "ncmpcpp")
> -    (version "0.9.2")
> +    (version "0.10.1")
>      (source (origin
> -              (method url-fetch)
> -              (uri
> -               (string-append "https://ncmpcpp.rybczak.net/stable/ncmpcpp-"
> -                              version ".tar.bz2"))
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url "https://github.com/ncmpcpp/ncmpcpp")
> +                    (commit (string-append version))))
> +              (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "06rs734n120jp51hr0fkkhxrm7zscbhpdwls0m5b5cccghazdazs"))))
> +                "1chs7xpbsd1kmrdi4z41s0qcl7b661548jj6va1najgm5r5mwxy3"))))
>      (build-system gnu-build-system)
>      (inputs (list libmpdclient
>                    boost
>                    readline
>                    ncurses
> +                  autoconf-2.71
> +                  libtool
> +                  automake
>                    taglib
>                    icu4c
>                    curl))
>
> base-commit: c1cb7f1031c5dde2a260d8d8ad7547d6c79cc532

and i sorted inputs, use G-expressions.

pushed, closing.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      reply	other threads:[~2024-11-20 10:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-14 17:06 [bug#74354] [PATCH] gnu: ncmpcpp: Update to 0.10.1 Mazin AlHaddad
2024-11-20 10:13 ` Z572 [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=8734jm43ij.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=74354-done@debbugs.gnu.org \
    --cc=mazin@getstate.dev \
    /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.