From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH 1/2] gnu: Add loudmouth. Date: Wed, 18 Jan 2017 20:26:49 +0100 Message-ID: <87a8ao88zq.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> References: <20170118123425.13773-1-contact.ng0@cryptolab.net> <20170118123425.13773-2-contact.ng0@cryptolab.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTvsl-0003l6-GW for guix-devel@gnu.org; Wed, 18 Jan 2017 14:26:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTvsi-0003sB-Er for guix-devel@gnu.org; Wed, 18 Jan 2017 14:26:55 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:44007) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cTvsi-0003rk-88 for guix-devel@gnu.org; Wed, 18 Jan 2017 14:26:52 -0500 In-Reply-To: <20170118123425.13773-2-contact.ng0@cryptolab.net> 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: contact.ng0@cryptolab.net, guix-devel@gnu.org Cc: ng0 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable contact.ng0@cryptolab.net writes: > From: ng0 > > * gnu/packages/messaging.scm (loudmouth): New variable. > --- > gnu/packages/messaging.scm | 32 +++++++++++++++++++++++++++++++- > 1 file changed, 31 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm > index 2be3b0969..d6b0d4bbc 100644 > --- a/gnu/packages/messaging.scm > +++ b/gnu/packages/messaging.scm > @@ -5,7 +5,7 @@ > ;;; Copyright =C2=A9 2015 Andreas Enge > ;;; Copyright =C2=A9 2015, 2016 Ricardo Wurmus > ;;; Copyright =C2=A9 2015 Efraim Flashner > -;;; Copyright =C2=A9 2016 ng0 > +;;; Copyright =C2=A9 2016, 2017 > ;;; Copyright =C2=A9 2016 Andy Patterson > ;;; Copyright =C2=A9 2016, 2017 Cl=C3=A9ment Lassieur > ;;; > @@ -1120,4 +1120,34 @@ Conferencing (PSYC). psycLPC is a fork of LDMud w= ith some new features and > many bug fixes.") > (license license:gpl2)))) >=20=20 > +(define-public loudmouth > + (package > + (name "loudmouth") > + (version "1.5.3") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "https://mcabber.com/files/loudmouth/" > + name "-" version ".tar.bz2")) > + (sha256 > + (base32 > + "0b6kd5gpndl9nzis3n6hcl0ldz74bnbiypqgqa1vgb0vrcar8cjl")))) > + (build-system gnu-build-system) > + (inputs > + `(("gnutls" ,gnutls) > + ("glib" ,glib) > + ("libidn" ,libidn))) > + (native-inputs > + `(("pkg-config" ,pkg-config) > + ("check" ,check) > + ("glib" ,glib "bin") ; gtester > + ("gtk-doc" ,gtk-doc))) > + (home-page "http://mcabber.com/") > + (description > + "Loudmouth is a lightweight and easy-to-use C library for programmi= ng > +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.") > + (synopsis "Asynchronous XMPP library") > + (license license:lgpl2.1))) I made the same license observation as Mark and corrected it. Also did s/Jabber/XMPP in the description. Pushed! > + > ;;; messaging.scm ends here > --=20 > 2.11.0 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlh/wXkACgkQoqBt8qM6 VPowsggAsU5ghCMJMbrcOaAxrmVlua/1OUjlUvM++NhikgvaZId2YYCzn9GG5S4P zTCfknCNTe91dOzJZlOVCbwBvG9Cs/vWPmJgf7yc3tvmRZj875wka/YmqNpCzppA 7QFHYE6Q2KMCNAPQ/RA9l+2LslF1i2pOj3feSNUHBPefPyR5Mck+AbE3iY/UHT+t 6AmPsnVd/XQFFMslGU+McED4X35/lETcmiXPuUtgqZtyeE4vnZgulXlQ5/u8DvuB dQjvCdnVNRppadO9wWnaSMx8chRIvNuRYemvE3YQixRT9ZQCBEsFGnK8mo/3//BH KcSs7Q0HEVwPmxUuKPBixm8NGa+ztg== =m64k -----END PGP SIGNATURE----- --=-=-=--