emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57855: closed ([PATCH] gnu: xfce4-pulseaudio-plugin: Update to 0.4.5


From: GNU bug Tracking System
Subject: bug#57855: closed ([PATCH] gnu: xfce4-pulseaudio-plugin: Update to 0.4.5.)
Date: Thu, 22 Sep 2022 01:44:02 +0000

Your message dated Thu, 22 Sep 2022 09:42:54 +0800
with message-id <87czbodw0x.fsf@envs.net>
and subject line Re: bug#57855: [PATCH] gnu: xfce4-pulseaudio-plugin: Update to 
0.4.5.
has caused the debbugs.gnu.org bug report #57855,
regarding [PATCH] gnu: xfce4-pulseaudio-plugin: Update to 0.4.5.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57855: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57855
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: xfce4-pulseaudio-plugin: Update to 0.4.5. Date: Fri, 16 Sep 2022 13:03:55 +0200
* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): Update to 0.4.5.
[arguments]: Remove unnecessary phase 'augment-cflags.
---
 gnu/packages/xfce.scm | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 85a20a94ef..15e89e5a1d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -497,7 +497,7 @@ (define-public xfce4-clipman-plugin
 (define-public xfce4-pulseaudio-plugin
   (package
     (name "xfce4-pulseaudio-plugin")
-    (version "0.4.3")
+    (version "0.4.5")
     (source
      (origin
        (method url-fetch)
@@ -506,21 +506,8 @@ (define-public xfce4-pulseaudio-plugin
                            (version-major+minor version) "/"
                            "xfce4-pulseaudio-plugin-" version ".tar.bz2"))
        (sha256
-        (base32 "0nv1lbkshfzar87f6xq1ib120pjja24r7135rbc42wqkw8vq4las"))))
+        (base32 "05f12fzn8q1y7jkzanxy82pzl00km66gngb5j6d5k8kbx9ykj9a4"))))
     (build-system gnu-build-system)
-    (arguments
-     `(#:phases
-       ;; For dbus/dbus-glib.h in pulseaudio-config.h.
-       (modify-phases %standard-phases
-         (add-after 'set-paths 'augment-cflags
-           (lambda* (#:key inputs #:allow-other-keys)
-             (setenv "C_INCLUDE_PATH"
-                     (string-append (assoc-ref inputs "dbus-glib")
-                                    "/include/dbus-1.0" ":"
-                                    (assoc-ref inputs "dbus")
-                                    "/include/dbus-1.0" ":"
-                                    (or (getenv "C_INCLUDE_PATH") "")))
-             #t)))))
     (native-inputs
      (list intltool pkg-config dbus-glib dbus))
     (inputs
-- 
2.37.3




--- End Message ---
--- Begin Message --- Subject: Re: bug#57855: [PATCH] gnu: xfce4-pulseaudio-plugin: Update to 0.4.5. Date: Thu, 22 Sep 2022 09:42:54 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Applied, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]