GNU bug report logs - #28698
[PATCH] gnu: Enable support for libpurple in bitlbee.

Previous Next

Package: guix-patches;

Reported by: Tomáš Čech <sleep_walker <at> gnu.org>

Date: Wed, 4 Oct 2017 08:05:01 UTC

Severity: normal

Tags: moreinfo, patch

Done: zimoun <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tomáš Čech <sleep_walker <at> gnu.org>
Subject: bug#28698: closed (Re: bug#28698: [PATCH] gnu: Enable support for
 libpurple in bitlbee.)
Date: Thu, 13 Jan 2022 15:58:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#28698: [PATCH] gnu: Enable support for libpurple in bitlbee.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 28698 <at> debbugs.gnu.org.

-- 
28698: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28698
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: zimoun <zimon.toutoune <at> gmail.com>
To: 28698-done <at> debbugs.gnu.org
Subject: Re: bug#28698: [PATCH] gnu: Enable support for libpurple in bitlbee.
Date: Thu, 13 Jan 2022 16:52:58 +0100
Hi,

Commit 8e6c9005b4be6f9208ccf85c58cc4a7693fc2397 (Thu Sep 3 23:23:58 2020
+0200) adding the variant ’bitlbee-purple’ closes this submission.

Moreover, this patch #28698 [1] is marked ’moreinfo’ since 2 years, 47
weeks, 6 days ago (Tue, 12 Feb 2019).

Therefore, closing!

Cheers,
simon

1: <http://issues.guix.gnu.org/issue/28698>

[Message part 3 (message/rfc822, inline)]
From: Tomáš Čech <sleep_walker <at> gnu.org>
To: guix-patches <at> gnu.org
Cc: Tomáš Čech <sleep_walker <at> gnu.org>
Subject: [PATCH] gnu: Enable support for libpurple in bitlbee.
Date: Wed,  4 Oct 2017 10:04:27 +0200
* gnu/packages/messaging.scm (bitlbee): Add pidgin input, add more configure
  flags.
---
 gnu/packages/messaging.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 8e4b43aaf..46060a948 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -140,6 +140,7 @@ keys, no previous conversation is compromised.")
               ("libotr" ,libotr)
               ("gnutls" ,gnutls)
               ("python" ,python-2)
+              ("pidgin" ,pidgin)
               ("perl" ,perl)))
     (arguments
      `(#:phases (alist-cons-after
@@ -154,7 +155,8 @@ keys, no previous conversation is compromised.")
                     (zero? (system* "./configure"
                                     (string-append "--prefix="
                                                    (assoc-ref outputs "out"))
-                                    "--otr=1")))
+                                    "--otr=1" "--purple=1" "--jabber=1"
+                                    "--msn=1" "--oscar=1" "--twitter=1")))
                   %standard-phases))))
     (synopsis "IRC to instant messaging gateway")
     (description "BitlBee brings IM (instant messaging) to IRC clients, for
-- 
2.14.2




This bug report was last modified 3 years and 133 days ago.

Previous Next


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