all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40836] gnu: pavucontrol: Fix icons.
@ 2020-04-25  0:18 Raghav Gururajan
  2020-04-25 21:02 ` bug#40836: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Raghav Gururajan @ 2020-04-25  0:18 UTC (permalink / raw)
  To: 40836

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



[-- Attachment #2: 0001-gnu-pavucontrol-Fix-icons.patch --]
[-- Type: text/x-patch, Size: 1526 bytes --]

From 0556995185bee64c29a19847e84fe42514eec546 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 24 Apr 2020 20:07:27 -0400
Subject: [PATCH] gnu: pavucontrol: Fix icons.

* gnu/packages/pulseaudio.scm (pavucontrol): Fix icons.

Since the adwaita icon theme is hard-coded in the application, there is
no choice for the user anyway. So added adwaita-icon-theme to inputs and
changed build-system to glib-or-gtk to fix loading of icons.
---
 gnu/packages/pulseaudio.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index c2853dcd82..178c2f2383 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -31,6 +31,7 @@
   #:use-module (guix download)
   #:use-module (guix git-download)
   #:use-module ((guix licenses) #:prefix l:)
+  #:use-module (guix build-system glib-or-gtk)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system python)
   #:use-module (gnu packages)
@@ -233,10 +234,11 @@ sound server.")
              (sha256
               (base32
                "14486c6lmmirkhscbfygz114f6yzf97h35n3h3pdr27w4mdfmlmk"))))
-    (build-system gnu-build-system)
+    (build-system glib-or-gtk-build-system)
     (inputs
      `(("libcanberra" ,libcanberra)
        ("gtkmm" ,gtkmm)
+       ("adwaita-icon-theme" ,adwaita-icon-theme)          ; Hard-coded theme
        ("pulseaudio" ,pulseaudio)))
     (native-inputs
      `(("intltool" ,intltool)
-- 
2.26.1


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

* bug#40836: gnu: pavucontrol: Fix icons.
  2020-04-25  0:18 [bug#40836] gnu: pavucontrol: Fix icons Raghav Gururajan
@ 2020-04-25 21:02 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-04-25 21:02 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 40836-done

Hello,

Raghav Gururajan <raghavgururajan@disroot.org> writes:

> From 0556995185bee64c29a19847e84fe42514eec546 Mon Sep 17 00:00:00 2001
> From: Raghav Gururajan <raghavgururajan@disroot.org>
> Date: Fri, 24 Apr 2020 20:07:27 -0400
> Subject: [PATCH] gnu: pavucontrol: Fix icons.
>
> * gnu/packages/pulseaudio.scm (pavucontrol): Fix icons.

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2020-04-25 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-25  0:18 [bug#40836] gnu: pavucontrol: Fix icons Raghav Gururajan
2020-04-25 21:02 ` bug#40836: " Nicolas Goaziou

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.