GNU bug report logs -
#37923
[PATCH 0/2] gnu: profanity: Add configure flags and inputs for better defaults.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37923 in the body.
You can then email your comments to 37923 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Fri, 25 Oct 2019 15:18:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tanguy Le Carrour <tanguy <at> bioneland.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 25 Oct 2019 15:18:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This makes OMEMO and desktop notifications available.
As Jack mentioned [1], the home page was redirected. I've updated it.
[1]: https://lists.gnu.org/archive/html/guix-devel/2019-10/msg00610.html
--
Tanguy
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Fri, 25 Oct 2019 15:21:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 37923 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>:
Add --enable-omemo, --enable-notifications and --enable-icon.
[native-inputs]: Add libnotify and libsignal-protocol-c.
---
gnu/packages/messaging.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f890ad8dd5..ca01a4492e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1627,6 +1627,11 @@ are both supported).")
(base32
"0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
(build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags
+ (list "--enable-omemo"
+ "--enable-icon"
+ "--enable-notifications")))
(inputs
`(("curl" ,curl)
("expat" ,expat)
@@ -1642,7 +1647,9 @@ are both supported).")
("autoconf-archive" ,autoconf-archive)
("automake" ,automake)
("cmocka" ,cmocka)
+ ("libnotify" ,libnotify)
("libtool" ,libtool)
+ ("libsignal-protocol-c" ,libsignal-protocol-c)
("pkg-config" ,pkg-config)))
(synopsis "Console-based XMPP client")
(description "Profanity is a console based XMPP client written in C
--
2.23.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Fri, 25 Oct 2019 15:21:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 37923 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (profanity)[home-page]: Update URL.
---
gnu/packages/messaging.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index ca01a4492e..afbb97487a 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1654,7 +1654,7 @@ are both supported).")
(synopsis "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")
+ (home-page "https://profanity-im.github.io")
(license license:gpl3+)))
(define-public libircclient
--
2.23.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Fri, 25 Oct 2019 17:26:01 GMT)
Full text and
rfc822 format available.
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
Hey Tanguy,
Much better with git send-email ;) A few remarks below:
> + `(#:configure-flags
^
It can be ' because there are no unquoting in the following list.
> + "--enable-icon"
^
I think it is --enable-icons but that triggers missing inputs. You can
have a look to nix recipe if needed.
Thanks,
Mathieu
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Fri, 25 Oct 2019 17:26:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Sat, 26 Oct 2019 16:13:02 GMT)
Full text and
rfc822 format available.
Message #20 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Mathieu,
Le 10/25, Mathieu Othacehe a écrit :
> Much better with git send-email ;) A few remarks below:
>
> > + `(#:configure-flags
> ^
> It can be ' because there are no unquoting in the following list.
Done!
> > + "--enable-icon"
> ^
> I think it is --enable-icons but that triggers missing inputs. You can
> have a look to nix recipe if needed.
Outch! Sorry for that! Actually when I added it I thought "if I don't
spell it properly, configure will fail, won't it?"… obviously I was
wrong! ^_^'
v2 is following.
I also added "--enable-c-plugins" and "--enable-otr" with the comment
from Nix expression ("Enable feature flags, so that build fail if libs
are missing") in the commit message. And I added "--enable-pgp" in
a separate commit… but I guess you'll squash everything together, right?
I tried to add "--enable-python-plugins" and "python" as a native input,
but it did not work! So, for now, I left it out.
Thanks again for reviewing!
--
Tanguy
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Sat, 26 Oct 2019 16:13:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Sat, 26 Oct 2019 16:18:02 GMT)
Full text and
rfc822 format available.
Message #26 received at 37923 <at> debbugs.gnu.org (full text, mbox):
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
* gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>:
Add --enable-omemo, --enable-notifications and --enable-icon.
[native-inputs]: Add libnotify and libsignal-protocol-c.
---
gnu/packages/messaging.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f890ad8dd5..b56a3e92cb 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1627,6 +1627,11 @@ are both supported).")
(base32
"0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
(build-system gnu-build-system)
+ (arguments
+ '(#:configure-flags
+ (list "--enable-omemo"
+ "--enable-icons"
+ "--enable-notifications")))
(inputs
`(("curl" ,curl)
("expat" ,expat)
@@ -1642,7 +1647,10 @@ are both supported).")
("autoconf-archive" ,autoconf-archive)
("automake" ,automake)
("cmocka" ,cmocka)
+ ("gtk+" ,gtk+-2)
+ ("libnotify" ,libnotify)
("libtool" ,libtool)
+ ("libsignal-protocol-c" ,libsignal-protocol-c)
("pkg-config" ,pkg-config)))
(synopsis "Console-based XMPP client")
(description "Profanity is a console based XMPP client written in C
--
2.23.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Sat, 26 Oct 2019 16:18:02 GMT)
Full text and
rfc822 format available.
Message #29 received at 37923 <at> debbugs.gnu.org (full text, mbox):
From: "tlecarrour <at> easter-eggs.com" <tlecarrour <at> easter-eggs.com>
* gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>:
Add --enable-c-plugins and --enable-otr.
---
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 63b14287ce..626aec4908 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1629,7 +1629,9 @@ are both supported).")
(build-system gnu-build-system)
(arguments
'(#:configure-flags
- (list "--enable-omemo"
+ (list "--enable-c-plugins"
+ "--enable-otr"
+ "--enable-omemo"
"--enable-icons"
"--enable-notifications")))
(inputs
--
2.23.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Sat, 26 Oct 2019 16:18:03 GMT)
Full text and
rfc822 format available.
Message #32 received at 37923 <at> debbugs.gnu.org (full text, mbox):
From: "tlecarrour <at> easter-eggs.com" <tlecarrour <at> easter-eggs.com>
* gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>:
Add --enable-pgp.
---
gnu/packages/messaging.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 626aec4908..a6e9dcbbb3 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1632,6 +1632,7 @@ are both supported).")
(list "--enable-c-plugins"
"--enable-otr"
"--enable-omemo"
+ "--enable-pgp"
"--enable-icons"
"--enable-notifications")))
(inputs
--
2.23.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Sat, 26 Oct 2019 16:18:03 GMT)
Full text and
rfc822 format available.
Message #35 received at 37923 <at> debbugs.gnu.org (full text, mbox):
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
* gnu/packages/messaging.scm (profanity)[home-page]: Update URL.
---
gnu/packages/messaging.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index b56a3e92cb..63b14287ce 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1655,7 +1655,7 @@ are both supported).")
(synopsis "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")
+ (home-page "https://profanity-im.github.io")
(license license:gpl3+)))
(define-public libircclient
--
2.23.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Sat, 26 Oct 2019 21:11:01 GMT)
Full text and
rfc822 format available.
Message #38 received at 37923 <at> debbugs.gnu.org (full text, mbox):
Wrong author in 2 of the commits! Sorry, sending v3!
--
Tanguy
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Sat, 26 Oct 2019 21:12:02 GMT)
Full text and
rfc822 format available.
Message #41 received at 37923 <at> debbugs.gnu.org (full text, mbox):
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
* gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>:
Add --enable-omemo, --enable-notifications and --enable-icon.
[native-inputs]: Add libnotify and libsignal-protocol-c.
---
gnu/packages/messaging.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f890ad8dd5..b56a3e92cb 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1627,6 +1627,11 @@ are both supported).")
(base32
"0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
(build-system gnu-build-system)
+ (arguments
+ '(#:configure-flags
+ (list "--enable-omemo"
+ "--enable-icons"
+ "--enable-notifications")))
(inputs
`(("curl" ,curl)
("expat" ,expat)
@@ -1642,7 +1647,10 @@ are both supported).")
("autoconf-archive" ,autoconf-archive)
("automake" ,automake)
("cmocka" ,cmocka)
+ ("gtk+" ,gtk+-2)
+ ("libnotify" ,libnotify)
("libtool" ,libtool)
+ ("libsignal-protocol-c" ,libsignal-protocol-c)
("pkg-config" ,pkg-config)))
(synopsis "Console-based XMPP client")
(description "Profanity is a console based XMPP client written in C
--
2.23.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Sat, 26 Oct 2019 21:12:04 GMT)
Full text and
rfc822 format available.
Message #44 received at 37923 <at> debbugs.gnu.org (full text, mbox):
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
* gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>:
Add --enable-c-plugins and --enable-otr.
---
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 63b14287ce..626aec4908 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1629,7 +1629,9 @@ are both supported).")
(build-system gnu-build-system)
(arguments
'(#:configure-flags
- (list "--enable-omemo"
+ (list "--enable-c-plugins"
+ "--enable-otr"
+ "--enable-omemo"
"--enable-icons"
"--enable-notifications")))
(inputs
--
2.23.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Sat, 26 Oct 2019 21:12:04 GMT)
Full text and
rfc822 format available.
Message #47 received at 37923 <at> debbugs.gnu.org (full text, mbox):
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
* gnu/packages/messaging.scm (profanity)[home-page]: Update URL.
---
gnu/packages/messaging.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index b56a3e92cb..63b14287ce 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1655,7 +1655,7 @@ are both supported).")
(synopsis "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")
+ (home-page "https://profanity-im.github.io")
(license license:gpl3+)))
(define-public libircclient
--
2.23.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Sat, 26 Oct 2019 21:12:05 GMT)
Full text and
rfc822 format available.
Message #50 received at 37923 <at> debbugs.gnu.org (full text, mbox):
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
* gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>:
Add --enable-pgp.
---
gnu/packages/messaging.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 626aec4908..a6e9dcbbb3 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1632,6 +1632,7 @@ are both supported).")
(list "--enable-c-plugins"
"--enable-otr"
"--enable-omemo"
+ "--enable-pgp"
"--enable-icons"
"--enable-notifications")))
(inputs
--
2.23.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37923
; Package
guix-patches
.
(Mon, 28 Oct 2019 10:32:02 GMT)
Full text and
rfc822 format available.
Message #53 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello Tanguy,
Pushed with minor changes in commit log and title.
Thanks,
Mathieu
Reply sent
to
Mathieu Othacehe <m.othacehe <at> gmail.com>
:
You have taken responsibility.
(Mon, 28 Oct 2019 10:32:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tanguy Le Carrour <tanguy <at> bioneland.org>
:
bug acknowledged by developer.
(Mon, 28 Oct 2019 10:32:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 25 Nov 2019 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 266 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.