From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH 2/2] gnu: Add mcabber. Date: Tue, 17 Jan 2017 10:56:12 +0000 Message-ID: <87bmv6osz7.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> References: <20170116204557.31204-1-ng0@libertad.pw> <20170116204557.31204-3-ng0@libertad.pw> <87k29u8140.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTRRP-0003bf-JN for guix-devel@gnu.org; Tue, 17 Jan 2017 05:56:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTRRM-0003my-H4 for guix-devel@gnu.org; Tue, 17 Jan 2017 05:56:39 -0500 Received: from aibo.runbox.com ([91.220.196.211]:58532) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cTRRM-0003md-9g for guix-devel@gnu.org; Tue, 17 Jan 2017 05:56:36 -0500 In-Reply-To: <87k29u8140.fsf@netris.org> 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" To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver writes: > Hi, > > ng0 writes: > >> * gnu/packages/messaging.scm (mcabber): New variable. >> --- >> gnu/packages/messaging.scm | 32 ++++++++++++++++++++++++++++++++ >> 1 file changed, 32 insertions(+) >> >> diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm >> index d6b0d4bbc..67b359d01 100644 >> --- a/gnu/packages/messaging.scm >> +++ b/gnu/packages/messaging.scm >> @@ -37,6 +37,7 @@ >> #:use-module (guix build-system cmake) >> #:use-module (gnu packages) >> #:use-module (gnu packages aidc) >> + #:use-module (gnu packages aspell) >> #:use-module (gnu packages autotools) >> #:use-module (gnu packages avahi) >> #:use-module (gnu packages base) >> @@ -1150,4 +1151,35 @@ and yet extensible to let you do anything the Jabber protocol allows.") >> (synopsis "Asynchronous XMPP library") >> (license license:lgpl2.1))) >> >> +(define-public mcabber >> + (package >> + (name "mcabber") >> + (version "1.0.4") >> + (source >> + (origin >> + (method url-fetch) >> + (uri (string-append "https://mcabber.com/files/" >> + name "-" version ".tar.bz2")) >> + (sha256 >> + (base32 >> + "02nfn5r7cjpnacym95l6bvczii232v3x2gi79gfa9syc7w0brdk3")))) >> + (build-system gnu-build-system) >> + (inputs >> + `(("gpgme" ,gpgme) >> + ("libotr" ,libotr) >> + ("aspell" ,aspell) >> + ("libidn" ,libidn) >> + ("glib" ,glib) >> + ("ncurses" ,ncurses) >> + ("loudmouth" ,loudmouth))) >> + (native-inputs >> + `(("pkg-config" ,pkg-config))) >> + (home-page "http://about.psyc.eu/libpsyc") > > This home-page seems incorrect. Debian's mcabber package says that > is its home page, which seems right. > >> + (description >> + "Loudmouth is a lightweight and easy-to-use C library for programming >> +with the Jabber protocol. It's designed to be easy to get started with >> +and yet extensible to let you do anything the Jabber protocol allows.") > > This description field is apparently copied from the 'loudmouth' > package, and doesn't match this one. > >> + (synopsis "Small XMPP console client") >> + (license license:gpl2))) > > According to Debian's copyright file, the license is gpl2+, not gpl2. > > Mark > eh... woops. Okay, I thought I corrected it all, but either my mind was not in the right place or I've sent an older revision. I will send updates later today. Thanks! -- ♥Ⓐ ng0 -- https://www.inventati.org/patternsinthechaos/