From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: [PATCH] ncmpcpp version update, mail.scm copyright line Date: Sat, 28 Feb 2015 14:56:59 +0100 Message-ID: <87ioemi1g4.fsf@denknerd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRhtF-0005lE-Td for guix-devel@gnu.org; Sat, 28 Feb 2015 08:57:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRhtC-0005Il-Lj for guix-devel@gnu.org; Sat, 28 Feb 2015 08:57:09 -0500 Received: from mx02.posteo.de ([89.146.194.165]:35062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRhtC-0005Id-Co for guix-devel@gnu.org; Sat, 28 Feb 2015 08:57:06 -0500 Received: from dovecot03.posteo.de (unknown [185.67.36.28]) by mx02.posteo.de (Postfix) with ESMTPS id 53B2325C0095 for ; Sat, 28 Feb 2015 14:57:03 +0100 (CET) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot03.posteo.de (Postfix) with ESMTPSA id 3kvTnC1s7fz5vN4 for ; Sat, 28 Feb 2015 14:57:02 +0100 (CET) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Guix-devel --=-=-= Content-Type: text/plain Hello again, Included are 2 patches: one to update the copyright line in mail.scm, since i forgot that when bumping the mu version, and another to upgrade ncmpcpp, the MPD client, to latest stable. Another question for you all: i would like to package MPC, the MPD cli client, but mpc is already the name of the GNU multiprecision library. What should i call this mpc package? Since i know that Guixers are prone to long debates about names (i jest :p), here's my single suggestion: * mpc-client Bye! p. --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-mail-Add-copyright-line.patch Content-Transfer-Encoding: quoted-printable >From 0963038a01ff1b3c1646d58a2eae0f92180cb8f7 Mon Sep 17 00:00:00 2001 From: Paul van der Walt Date: Sat, 28 Feb 2015 14:28:00 +0100 Subject: [PATCH 1/2] gnu: mail: Add copyright line. * gnu/packages/mail.scm (mu): Add forgotten copyright line. --- gnu/packages/mail.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index ca25c58..a3ea778 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -5,6 +5,7 @@ ;;; Copyright =C2=A9 2014 Sou Bunnbu ;;; Copyright =C2=A9 2014 Julien Lepiller ;;; Copyright =C2=A9 2015 Taylan Ulrich Bay=C4=B1rl=C4=B1/Kammer +;;; Copyright =C2=A9 2015 Paul van der Walt ;;; ;;; This file is part of GNU Guix. ;;; --=20 2.3.1 --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename=0002-gnu-ncmpcpp-Update-to-v0.6.2.patch Content-Transfer-Encoding: quoted-printable >From 7666c884f2a06a4389e4889ab50429c4b1119422 Mon Sep 17 00:00:00 2001 From: Paul van der Walt Date: Sat, 28 Feb 2015 14:49:09 +0100 Subject: [PATCH 2/2] gnu: ncmpcpp: Update to v0.6.2 * gnu/packages/mpd.scm (ncmpcpp): Update to version 0.6.2. Added Boost, readline, autotools. Added copyright line. --- gnu/packages/mpd.scm | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index a1b4272..550e75d 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -3,6 +3,7 @@ ;;; Copyright =C2=A9 2014 Andreas Enge ;;; Copyright =C2=A9 2014 Cyrill Schenkel ;;; Copyright =C2=A9 2014 Ian Denhardt +;;; Copyright =C2=A9 2015 Paul van der Walt ;;; ;;; This file is part of GNU Guix. ;;; @@ -27,6 +28,8 @@ #:use-module (guix utils) #:use-module (guix build-system gnu) #:use-module (gnu packages avahi) + #:use-module (gnu packages boost) + #:use-module (gnu packages readline) #:use-module (gnu packages compression) #:use-module (gnu packages curl) #:use-module (gnu packages doxygen) @@ -35,6 +38,7 @@ #:use-module (gnu packages mp3) #:use-module (gnu packages ncurses) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages autotools) #:use-module (gnu packages pulseaudio) #:use-module (gnu packages databases) #:use-module (gnu packages video) @@ -153,7 +157,7 @@ terminal using ncurses.") (define ncmpcpp (package (name "ncmpcpp") - (version "0.5.10") + (version "0.6.2") (source (origin (method url-fetch) (uri @@ -161,11 +165,27 @@ terminal using ncurses.") version ".tar.bz2")) (sha256 (base32 - "1a54g6dary1rirrny9fd0hpxpyyffypni3mpbdpvmjnrl9v56vgz"))= )) + "1mrd6m6ph0fscxp9x96ipxh6ai7w0n1miapcfqrqfy058qx5zbck"))= )) (build-system gnu-build-system) (inputs `(("libmpdclient" ,libmpdclient) + ("boost" ,boost) + ("readline" ,readline) ("ncurses" ,ncurses))) - (native-inputs `(("pkg-config" ,pkg-config))) + (native-inputs + `(("pkg-config" ,pkg-config) + ("automake" ,automake) + ("autoconf" ,autoconf) + ("libtool" ,libtool))) + (arguments + '(#:configure-flags + '("BOOST_LIB_SUFFIX=3D") + #:phases + (alist-cons-after + 'unpack 'autogen + (lambda _ + (setenv "NOCONFIGURE" "true") + (zero? (system* "sh" "autogen.sh"))) + %standard-phases))) (synopsis "Featureful ncurses based MPD client inspired by ncmpc") (description "Ncmpcpp is an mpd client with a UI very similar to ncm= pc, but it provides new useful features such as support for regular expressi= ons --=20 2.3.1 --=-=-=--