unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40659] gnu: transmission: Fix icons for GUI.
@ 2020-04-16 13:00 Raghav Gururajan
  2020-04-16 16:21 ` Leo Famulari
  2020-04-24 21:08 ` [bug#40659] gnu: transmission: Fix icons for GUI. (v3) Raghav Gururajan
  0 siblings, 2 replies; 8+ messages in thread
From: Raghav Gururajan @ 2020-04-16 13:00 UTC (permalink / raw)
  To: 40659

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

Hello Guix!

Please find the attached patch to fix icons for transmission's graphical user
interface.

Regards,
RG.

[-- Attachment #2: 0001-gnu-transmission-Fix-icons-for-GUI.patch --]
[-- Type: text/x-patch, Size: 864 bytes --]

From 9ab623acb7f70a49f965202c475e18d70e9f8933 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Thu, 16 Apr 2020 08:57:46 -0400
Subject: [PATCH] gnu: transmission: Fix icons for GUI.

* gnu/packages/bittorrent.scm (transmission): Fix icons for GUI.
---
 gnu/packages/bittorrent.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 03c7fe4515..f71e3be383 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -114,6 +114,8 @@
     (native-inputs
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
+    (propagated-inputs
+     `(("adwaita-icon-theme" ,adwaita-icon-theme))) ; Required for GUI.
     (home-page "https://transmissionbt.com/")
     (synopsis "Fast and easy BitTorrent client")
     (description
-- 
2.26.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-04-27  0:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-16 13:00 [bug#40659] gnu: transmission: Fix icons for GUI Raghav Gururajan
2020-04-16 16:21 ` Leo Famulari
2020-04-16 16:35   ` [bug#40659] gnu: transmission: Fix icons for GUI. (v2) Raghav Gururajan
2020-04-16 17:36     ` Leo Famulari
2020-04-16 18:24       ` Raghav Gururajan
2020-04-27  0:32         ` Leo Famulari
2020-04-16 16:37   ` Raghav Gururajan
2020-04-24 21:08 ` [bug#40659] gnu: transmission: Fix icons for GUI. (v3) Raghav Gururajan

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).