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

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

bug#42755: closed ([PATCH 0/1] Add yeganesh.)


From: GNU bug Tracking System
Subject: bug#42755: closed ([PATCH 0/1] Add yeganesh.)
Date: Fri, 14 Aug 2020 12:35:03 +0000

Your message dated Fri, 14 Aug 2020 15:34:39 +0300
with message-id <87h7t5s8ww.fsf@gmail.com>
and subject line Re: [bug#42754] [PATCH 0/1] Add yeganesh.
has caused the debbugs.gnu.org bug report #42754,
regarding [PATCH 0/1] Add yeganesh.
to be marked as done.

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


-- 
42754: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42754
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/1] Add yeganesh. Date: Fri, 7 Aug 2020 21:24:17 -0300
Add yeganesh package, a simple wrapper around dmenu.

Instead of adding it to gnu/packages/suckless.scm where dmenu lives, I put it
inside gnu/packages/wm.scm where xmonad lives.

That's because it was made with xmonad in mind, and is also written in
Haskell, as is xmonad.

EuAndreh (1):
  gnu: Add yeganesh.

 gnu/packages/wm.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

--
2.27.0



--- End Message ---
--- Begin Message --- Subject: Re: [bug#42754] [PATCH 0/1] Add yeganesh. Date: Fri, 14 Aug 2020 15:34:39 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi,

EuAndreh via Guix-patches via <guix-patches@gnu.org> writes:

> Add yeganesh package, a simple wrapper around dmenu.
>
> Instead of adding it to gnu/packages/suckless.scm where dmenu lives, I put it
> inside gnu/packages/wm.scm where xmonad lives.
>
> That's because it was made with xmonad in mind, and is also written in
> Haskell, as is xmonad.

Thank you.  Pushed to master as 9c814c337946f5e70b0dbe45fb54f451b06fe0b2
with small typo fix and formatting:
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 5406aa8b99..28c3a3bac6 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -761,11 +761,10 @@ Haskell, no knowledge of the language is required to 
install and use it.")
        ("ghc-xdg-basedir" ,ghc-xdg-basedir)))
     (home-page "http://dmwit.com/yeganesh/";)
     (synopsis "Small wrapper around dmenu")
-    (description
-     "@code{yeganesh} is a small wrapper around demnu.  Like dmenu,
-it accepts input on stdin and writes the chosen result on stdout.  Unlike 
dmenu,
-it mangles the input before it presents its choices.  In particular,it displays
-commonly-chosen options before uncommon ones.")
+    (description "@code{yeganesh} is a small wrapper around demnu.  Like
+dmenu, it accepts input on stdin and writes the chosen result on stdout.
+Unlike dmenu, it mangles the input before it presents its choices.  In
+particular, it displays commonly-chosen options before uncommon ones.")
     (license license:bsd-3)))
 
 (define-public ghc-xmonad-contrib
Oleg.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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