unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Diego Nicola Barbato <dnbarbato@posteo.de>
To: 49159@debbugs.gnu.org
Subject: [bug#49159] [PATCH] gnu: jami-qt: Add support for desktop notifications.
Date: Mon, 21 Jun 2021 19:37:49 +0000	[thread overview]
Message-ID: <871r8vt3ea.fsf@GlaDOS.home> (raw)

[-- 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


             reply	other threads:[~2021-06-21 19:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-21 19:37 Diego Nicola Barbato [this message]
2021-06-27  9:46 ` bug#49159: [PATCH] gnu: jami-qt: Add support for desktop notifications Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871r8vt3ea.fsf@GlaDOS.home \
    --to=dnbarbato@posteo.de \
    --cc=49159@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).