guix-patches
[Top][All Lists]
Advanced

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

bug#29234: nxbelld - an X11 bell daemon


From: Ludovic Courtès
Subject: bug#29234: nxbelld - an X11 bell daemon
Date: Thu, 09 Nov 2017 23:46:37 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hi Marek!

Marek Benc <address@hidden> skribis:

> Hello, Guix!
>
> I thought some of you might find this little utility useful, I use it on
> most of my computers; it's a program that can perform various actions
> when the X11 bell is rung, the most obvious being playing a beep, either
> generated or from a .wav file, or it can execute a command.
>
> https://github.com/dusxmt/nxbelld

Nice!  I committed it with the tiny changes below (I hope that’s fine),
and with a commit log.

Thank you!

Ludo’.

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 0c8795fe7..f4c03c144 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1301,11 +1301,11 @@ invert colors on a specific display/screen.")
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/dusxmt/nxbelld.git";)
-                    (commit "3091ca3f3e86810f8f8c3b3e4ee8c2fd470ed30d")))
-
+                    (commit version)))
               (sha256
                (base32
-                "04qwhmjs51irinz5mjlxdb3dc6vr79dqmc5fkj80x1ll3ylh5n3z"))))
+                "04qwhmjs51irinz5mjlxdb3dc6vr79dqmc5fkj80x1ll3ylh5n3z"))
+              (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments '(#:configure-flags `("--enable-sound"
                                      "--enable-wave"
@@ -1325,7 +1325,7 @@ invert colors on a specific display/screen.")
 like the default PC speaker beep, or use a sound driver that doesn't have
 support for the PC speaker.  The utility performs a given action every time
 the X bell is rung.  The actions nxbelld can currently perform include running
-a specified program, emulating the PC speaker beep using the sound card
-(default), or playing a PCM encoded WAVE file.")
+a specified program, emulating the PC speaker beep using the sound card 
(default),
+or playing a PCM encoded WAVE file.")
     (home-page "https://github.com/dusxmt/nxbelld";)
-    (license license:gpl3)))
+    (license license:gpl3+)))

reply via email to

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