From: ng0 <ng0@libertad.pw>
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 2/2] gnu: Add mcabber.
Date: Tue, 17 Jan 2017 10:56:12 +0000 [thread overview]
Message-ID: <87bmv6osz7.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <87k29u8140.fsf@netris.org>
Mark H Weaver <mhw@netris.org> writes:
> Hi,
>
> ng0 <ng0@libertad.pw> 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
> <http://mcabber.com/> 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/
next prev parent reply other threads:[~2017-01-17 10:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-16 20:45 Add: mcabber xmpp client ng0
2017-01-16 20:45 ` [PATCH 1/2] gnu: Add loudmouth ng0
2017-01-17 9:56 ` Mark H Weaver
2017-01-18 12:20 ` ng0
2017-01-18 19:16 ` Mark H Weaver
2017-01-18 20:37 ` ng0
2017-01-16 20:45 ` [PATCH 2/2] gnu: Add mcabber ng0
2017-01-17 9:52 ` Mark H Weaver
2017-01-17 10:56 ` ng0 [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-18 12:34 mcabber, corrections contact.ng0
2017-01-18 12:34 ` [PATCH 2/2] gnu: Add mcabber contact.ng0
2017-01-18 19:28 ` Marius Bakke
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bmv6osz7.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me \
--to=ng0@libertad.pw \
--cc=guix-devel@gnu.org \
--cc=mhw@netris.org \
/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 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).