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

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

[debbugs-tracker] bug#29234: closed (nxbelld - an X11 bell daemon)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29234: closed (nxbelld - an X11 bell daemon)
Date: Thu, 09 Nov 2017 22:47:01 +0000

Your message dated Thu, 09 Nov 2017 23:46:37 +0100
with message-id <address@hidden>
and subject line Re: [bug#29234] nxbelld - an X11 bell daemon
has caused the debbugs.gnu.org bug report #29234,
regarding nxbelld - an X11 bell daemon
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29234: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29234
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: nxbelld - an X11 bell daemon Date: Thu, 9 Nov 2017 20:50:29 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0
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

-- 
Marek

Attachment: 0001-gnu-Add-nxbelld.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [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+)))

--- End Message ---

reply via email to

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