GNU bug report logs - #25919
[PATCH 2/3] gnu: Add libstrophe.

Previous Next

Package: guix-patches;

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

Date: Wed, 1 Mar 2017 19:26: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 25919 in the body.
You can then email your comments to 25919 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#25919; Package guix-patches. (Wed, 01 Mar 2017 19:26: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:26:02 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 2/3] gnu: Add libstrophe.
Date: Wed, 01 Mar 2017 20:25:17 +0100
From 0dbaa88581732cb4c640da75fa273a17da482d87 Mon Sep 17 00:00:00 2001
From: Mekeor Melire <mekeor.melire <at> gmail.com>
Date: Wed, 1 Mar 2017 20:10:28 +0100
Subject: [PATCH 2/3] gnu: Add libstrophe.

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

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index b3d988be7..50ec49d77 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1256,4 +1256,38 @@ manual SSL certificate verification.")
     (home-page "https://github.com/boothj5/libmesode")
     (license (list license:gpl3+ license:x11))))
 
+(define-public libstrophe
+  (package
+    (name "libstrophe")
+    (version "0.9.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "https://github.com/strophe/libstrophe/archive/"
+                            version".tar.gz"))
+        (sha256
+         (base32
+          "1hzwdax4nsz0fncf5bjfza0cn0lc6xsf38y569ql1gg5hvwr6169"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'configure 'bootstrap
+           (lambda _
+             (zero? (system* "./bootstrap.sh")))))))
+    (inputs
+     `(("expat" ,expat)
+       ("openssl" ,openssl)))
+    (native-inputs
+     `(("autoconf" ,autoconf)
+       ("automake" ,automake)
+       ("libtool" ,libtool)
+       ("pkg-config" ,pkg-config)))
+    (synopsis "A simple, lightweight C library for writing XMPP clients")
+    (description "Libstrophe is a minimal XMPP library written in C. It has
+almost no external dependencies, only an XML parsing library (expat or libxml
+are both supported).")
+    (home-page "http://strophe.im/libstrophe")
+    (license (list license:gpl3+ license:x11))))
+
 ;;; 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:38: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:38:03 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: 25919-done <at> debbugs.gnu.org
Subject: Re: bug#25919: [PATCH 2/3] gnu: Add libstrophe.
Date: Wed, 15 Mar 2017 17:37:19 -0400
On Wed, Mar 01, 2017 at 08:25:17PM +0100, Mekeor Melire wrote:
> From 0dbaa88581732cb4c640da75fa273a17da482d87 Mon Sep 17 00:00:00 2001
> From: Mekeor Melire <mekeor.melire <at> gmail.com>
> Date: Wed, 1 Mar 2017 20:10:28 +0100
> Subject: [PATCH 2/3] gnu: Add libstrophe.
> 
> * gnu/packages/messaging.scm (libstrophe): 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 126 days ago.

Previous Next


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