unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: 40657@debbugs.gnu.org
Subject: [bug#40657] gnu: liblinphone: Fix icons for legacy UI.
Date: Thu, 16 Apr 2020 08:42:26 -0400	[thread overview]
Message-ID: <20200416084226.4dc32c90.raghavgururajan@disroot.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 112 bytes --]

Hello Guix!

Please find the attached patch to fix icons in legacy user-interface of
liblinphone.

Regards,
RG.

[-- Attachment #2: 0001-gnu-liblinphone-Fix-icons-for-legacy-UI.patch --]
[-- Type: text/x-patch, Size: 1074 bytes --]

From 1b250972c7a3f7cb3a7dd6e68cec145286349ec4 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Thu, 16 Apr 2020 08:37:59 -0400
Subject: [PATCH] gnu: liblinphone: Fix icons for legacy UI.

* gnu/packages/linphone.scm (liblinphone): Fix icons for legacy UI.
---
 gnu/packages/linphone.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index c9959d7d01..839b3bd9c6 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -459,7 +459,8 @@ decoding, and rendering.")
        ("sqlite" ,sqlite)
        ("udev" ,eudev)))
     (propagated-inputs
-     `(("murrine" ,murrine)))           ; Required for GTK UI
+     `(("hicolor-icon-theme" ,hicolor-icon-theme) ; Required for GTK UI
+       ("murrine" ,murrine)))           ; Required for GTK UI
     (synopsis "Belledonne Communications Softphone Library")
     (description "Liblinphone is a high-level SIP library integrating
 all calling and instant messaging features into an unified
-- 
2.26.0


             reply	other threads:[~2020-04-16 12:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-16 12:42 Raghav Gururajan [this message]
2020-04-20  5:50 ` [bug#40657] gnu: liblinphone: Fix icons. (v2) Raghav Gururajan
2020-04-21  2:03   ` bug#40657: " Maxim Cournoyer

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=20200416084226.4dc32c90.raghavgururajan@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=40657@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).