* [bug#49159] [PATCH] gnu: jami-qt: Add support for desktop notifications.
@ 2021-06-21 19:37 Diego Nicola Barbato
2021-06-27 9:46 ` bug#49159: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Diego Nicola Barbato @ 2021-06-21 19:37 UTC (permalink / raw)
To: 49159
[-- Attachment #1: Type: text/plain, Size: 99 bytes --]
Hey Guix,
The attached patch adds support for desktop notifications to jami-qt.
Regards,
Diego
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-jami-qt-Add-support-for-desktop-notifications.patch --]
[-- Type: text/x-patch, Size: 884 bytes --]
From ad4a956b385d412cf0af602fa81c00ecfbc2f9d8 Mon Sep 17 00:00:00 2001
From: Diego Nicola Barbato <dnbarbato@posteo.de>
Date: Mon, 21 Jun 2021 08:23:08 +0200
Subject: [PATCH] gnu: jami-qt: Add support for desktop notifications.
* gnu/packages/jami.scm (jami-qt)[inputs]: Add libnotify.
---
gnu/packages/jami.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index baef61b824..5cb92840dc 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -584,7 +584,8 @@ decentralized calling using P2P-DHT.")
("doxygen" ,doxygen)
("graphviz" ,graphviz)))
(inputs
- `(("libringclient" ,libringclient)
+ `(("libnotify" ,libnotify)
+ ("libringclient" ,libringclient)
("network-manager" ,network-manager)
("qrencode" ,qrencode)
("qtsvg" ,qtsvg)
--
2.32.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#49159: [PATCH] gnu: jami-qt: Add support for desktop notifications.
2021-06-21 19:37 [bug#49159] [PATCH] gnu: jami-qt: Add support for desktop notifications Diego Nicola Barbato
@ 2021-06-27 9:46 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-06-27 9:46 UTC (permalink / raw)
To: Diego Nicola Barbato; +Cc: 49159-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Thanks. Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-27 9:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-21 19:37 [bug#49159] [PATCH] gnu: jami-qt: Add support for desktop notifications Diego Nicola Barbato
2021-06-27 9:46 ` bug#49159: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.