GNU bug report logs - #25920
[PATCH 3/3] Add profanity.

Previous Next

Package: guix-patches;

Reported by: Mekeor Melire <mekeor.melire <at> gmail.com>

Date: Wed, 1 Mar 2017 19:27:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 25920 in the body.
You can then email your comments to 25920 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#25920; Package guix-patches. (Wed, 01 Mar 2017 19:27:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mekeor Melire <mekeor.melire <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 01 Mar 2017 19:27:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mekeor Melire <mekeor.melire <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 3/3] Add profanity.
Date: Wed, 01 Mar 2017 20:26:05 +0100
From f250e84b9d698e271240ca674a6dba8f94f27de6 Mon Sep 17 00:00:00 2001
From: Mekeor Melire <mekeor.melire <at> gmail.com>
Date: Wed, 1 Mar 2017 20:11:49 +0100
Subject: [PATCH 3/3] gnu: Add profanity.

* gnu/packages/messaging.scm (profanity): New variable.
---
 gnu/packages/messaging.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 50ec49d77..e3f9b5b39 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -44,6 +44,7 @@
   #:use-module (gnu packages base)
   #:use-module (gnu packages check)
   #:use-module (gnu packages crypto)
+  #:use-module (gnu packages curl)
   #:use-module (gnu packages cyrus-sasl)
   #:use-module (gnu packages databases)
   #:use-module (gnu packages documentation)
@@ -1290,4 +1291,38 @@ are both supported).")
     (home-page "http://strophe.im/libstrophe")
     (license (list license:gpl3+ license:x11))))
 
+(define-public profanity
+    (package
+        (name "profanity")
+        (version "0.5.1")
+        (source (origin
+                  (method url-fetch)
+                  (uri "http://www.profanity.im/profanity-0.5.1.tar.gz")
+                  (sha256
+                   (base32
+                     "1f7ylw3mhhnii52mmk40hyc4kqhpvjdr3hmsplzkdhsfww9kflg3"))))
+        (build-system gnu-build-system)
+        (inputs
+         `(("curl" ,curl)
+           ("expat" ,expat)
+           ("glib" ,glib)
+           ("gpgme" ,gpgme)
+           ("libmesode" ,libmesode)
+           ("libotr" ,libotr)
+           ("ncurses" ,ncurses)
+           ("openssl" ,openssl)
+           ("readline" ,readline)))
+        (native-inputs
+         `(("autoconf" ,autoconf)
+           ("autoconf-archive" ,autoconf-archive)
+           ("automake" ,automake)
+           ("cmocka" ,cmocka)
+           ("libtool" ,libtool)
+           ("pkg-config" ,pkg-config)))
+        (synopsis "A console based XMPP client")
+        (description "Profanity is a console based XMPP client written in C
+using ncurses and libmesode, inspired by Irssi.")
+        (home-page "http://www.profanity.im")
+        (license license:gpl3+)))
+
 ;;; messaging.scm ends here
-- 
2.11.0




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Wed, 15 Mar 2017 21:29:02 GMT) Full text and rfc822 format available.

Notification sent to Mekeor Melire <mekeor.melire <at> gmail.com>:
bug acknowledged by developer. (Wed, 15 Mar 2017 21:29:02 GMT) Full text and rfc822 format available.

Message #10 received at 25920-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: 25920-done <at> debbugs.gnu.org
Subject: Re: bug#25920: [PATCH 3/3] Add profanity.
Date: Wed, 15 Mar 2017 17:28:28 -0400
On Wed, Mar 01, 2017 at 08:26:05PM +0100, Mekeor Melire wrote:
> From f250e84b9d698e271240ca674a6dba8f94f27de6 Mon Sep 17 00:00:00 2001
> From: Mekeor Melire <mekeor.melire <at> gmail.com>
> Date: Wed, 1 Mar 2017 20:11:49 +0100
> Subject: [PATCH 3/3] gnu: Add profanity.
> 
> * gnu/packages/messaging.scm (profanity): New variable.

Pushed




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 13 Apr 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 127 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.