GNU bug report logs - #73239
[PATCH v1 0/2] Fix shortcut key issue with xfce4-pulseaudio-plugin

Previous Next

Package: guix-patches;

Reported by: Ashvith Shetty <ashvithshetty10 <at> gmail.com>

Date: Fri, 13 Sep 2024 21:57:02 UTC

Severity: normal

Tags: patch

Done: Ashvith Shetty <ashvithshetty10 <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ashvith Shetty <ashvithshetty10 <at> gmail.com>
To: 73239 <at> debbugs.gnu.org
Cc: Ashvith Shetty <ashvithshetty10 <at> gmail.com>, Ashvith Shetty <ashvithshetty10 <at> gmail.com>
Subject: [bug#73239] [PATCH v1 1/2] gnu: xfce4-pulseaudio-plugin: Add inputs "keybinder" and "pavucontrol"
Date: Sat, 14 Sep 2024 03:29:55 +0530
* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin)[inputs]: Add the missing inputs "keybinder" and "pavucontrol"

Change-Id: Iab871e33e4821c2631d6ad19759e1d1a0b3af02d
---
 gnu/packages/xfce.scm | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 33b8d59051..8277668f2c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -504,15 +504,22 @@ (define-public xfce4-pulseaudio-plugin
        (method url-fetch)
        (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
                            "xfce4-pulseaudio-plugin/"
-                           (version-major+minor version) "/"
-                           "xfce4-pulseaudio-plugin-" version ".tar.bz2"))
+                           (version-major+minor version)
+                           "/"
+                           "xfce4-pulseaudio-plugin-"
+                           version
+                           ".tar.bz2"))
        (sha256
         (base32 "0j037wnx0z22nw11mq0y3cnq1srr52zckjap3klj3hirghh2nx5x"))))
     (build-system gnu-build-system)
-    (native-inputs
-     (list intltool pkg-config dbus-glib dbus))
-    (inputs
-     (list exo libnotify libxfce4ui pulseaudio xfce4-panel))
+    (native-inputs (list intltool pkg-config dbus-glib dbus))
+    (inputs (list exo
+                  keybinder
+                  libnotify
+                  libxfce4ui
+                  pavucontrol
+                  pulseaudio
+                  xfce4-panel))
     (home-page "https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/")
     (synopsis "PulseAudio panel plugin for Xfce")
     (description
-- 
2.46.0





This bug report was last modified 161 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.