unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61470] [PATCH v7 2/2] gnu: Add mjwm.
@ 2023-02-13  7:00 Feng Shu
  2023-02-13  7:18 ` [bug#61470] wrong email Feng Shu
  0 siblings, 1 reply; 3+ messages in thread
From: Feng Shu @ 2023-02-13  7:00 UTC (permalink / raw)
  To: 61470

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: v7-0002-gnu-Add-mjwm.patch --]
[-- Type: text/x-diff, Size: 1880 bytes --]

From a21c037b851994b362b2cd8216d4e7aa82056e98 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@163.com>
Date: Sat, 11 Feb 2023 10:55:48 +0800
Subject: [PATCH v7 2/2] gnu: Add mjwm.

* gnu/packages/wm.scm (mjwm): New variable.
---
 gnu/packages/wm.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 14dc3a0988..f719c53127 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3011,6 +3011,39 @@ such as the Raspberry Pi, though it is perfectly capable of running on modern
 systems.")
     (license license:expat)))
 
+(define-public mjwm
+  (package
+    (name "mjwm")
+    (version "4.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/chiku/mjwm")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0lgfp2xidhvmbj4zqvzz9g8zwbn6mz0pgacc57b43ha523vamsjq"))))
+    (build-system gnu-build-system)
+    (arguments
+     (list
+      #:tests? #f   ; no check target
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'patch-subcategory.h
+            (lambda* (#:key inputs #:allow-other-keys)
+              (substitute* "include/subcategory.h"
+                ;; icon name should be application-other instead of
+                ;; application-others.
+                (("applications-others") "applications-other")))))))
+    (home-page "https://github.com/chiku/mjwm")
+    (synopsis "Create menu for JWM.")
+    (description
+     "MJWM can create JWM's menu from (freedesktop) desktop files and the
+generated file can be include in the rootmenu section of your jwm config
+file.")
+    (license license:gpl2)))
+
 (define-public devour
   (package
     (name "devour")
-- 
2.30.2


[-- Attachment #2: Type: text/plain, Size: 5 bytes --]


-- 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#61470] wrong email.
  2023-02-13  7:00 [bug#61470] [PATCH v7 2/2] gnu: Add mjwm Feng Shu
@ 2023-02-13  7:18 ` Feng Shu
  2023-02-13  7:28   ` bug#61470: " Julien Lepiller
  0 siblings, 1 reply; 3+ messages in thread
From: Feng Shu @ 2023-02-13  7:18 UTC (permalink / raw)
  To: 61470


Sorry, wrong email, please close it.

should send to 61056@debbugs.gnu.org

-- 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#61470: wrong email.
  2023-02-13  7:18 ` [bug#61470] wrong email Feng Shu
@ 2023-02-13  7:28   ` Julien Lepiller
  0 siblings, 0 replies; 3+ messages in thread
From: Julien Lepiller @ 2023-02-13  7:28 UTC (permalink / raw)
  To: Feng Shu, 61470-close

Closing.

Le 13 février 2023 08:18:27 GMT+01:00, Feng Shu <tumashu@163.com> a écrit :
>
>Sorry, wrong email, please close it.
>
>should send to 61056@debbugs.gnu.org
>




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-13  7:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-13  7:00 [bug#61470] [PATCH v7 2/2] gnu: Add mjwm Feng Shu
2023-02-13  7:18 ` [bug#61470] wrong email Feng Shu
2023-02-13  7:28   ` bug#61470: " Julien Lepiller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).