GNU bug report logs - #58657
[PATCH 1/3] gnu: Add wld.

Previous Next

Package: guix-patches;

Reported by: zamfofex <zamfofex <at> twdb.moe>

Date: Thu, 20 Oct 2022 12:28:04 UTC

Severity: normal

Tags: patch

Merged with 58654, 58655, 58656

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#58656: closed ([PATCH 3/3] gnu: Add velox.)
Date: Fri, 18 Nov 2022 13:52:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 18 Nov 2022 14:51:25 +0100
with message-id <87zgcobcbm.fsf_-_ <at> gnu.org>
and subject line Re: bug#58657: [PATCH 1/3] gnu: Add wld.
has caused the debbugs.gnu.org bug report #58657,
regarding [PATCH 3/3] gnu: Add velox.
to be marked as done.

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


-- 
58657: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58657
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: zamfofex <zamfofex <at> twdb.moe>
To: guix-patches <at> gnu.org
Cc: zamfofex <zamfofex <at> twdb.moe>
Subject: [PATCH 3/3] gnu: Add velox.
Date: Thu, 20 Oct 2022 09:25:13 -0300
* gnu/packages/wm.scm (velox): New variable.
---
 gnu/packages/wm.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index d5c5dc4ed2..8a6f3684de 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3011,3 +3011,37 @@ (define-public swc
 @item Can place borders around windows
 @end itemize")
       (license license:expat))))
+
+(define-public velox
+  (let ((commit "fcc041265539befd907a64ee3a536cb2489ffb99")
+        (revision "1"))
+    (package
+      (name "velox")
+      (version (git-version "0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                       (url "https://github.com/michaelforney/velox")
+                       (commit commit)))
+                (sha256
+                  (base32
+                    "0d11bmag5zwmas3rf1b7x5hjla7wpxq70nr86dz3x9r7cal04mym"))))
+      (build-system gnu-build-system)
+      (arguments
+       `(#:tests? #f ; no tests
+         #:make-flags
+         (list (string-append "CC=" ,(cc-for-target))
+               (string-append "PREFIX=" %output))
+         #:phases
+         (modify-phases %standard-phases
+           (delete 'configure))))
+      (inputs (list libinput
+                    libxkbcommon
+                    wayland
+                    wld))
+      (propagated-inputs (list swc))
+      (native-inputs (list pkg-config))
+      (home-page "https://github.com/michaelforney/velox")
+      (synopsis "A simple window manager based on swc")
+      (description "velox is a simple window manager based on swc.  It is inspired by dwm and xmonad.")
+      (license license:expat))))
-- 
2.38.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: zamfofex <zamfofex <at> twdb.moe>
Cc: 58657-done <at> debbugs.gnu.org
Subject: Re: bug#58657: [PATCH 1/3] gnu: Add wld.
Date: Fri, 18 Nov 2022 14:51:25 +0100
Hi,

zamfofex <zamfofex <at> twdb.moe> skribis:

> * gnu/packages/wm.scm (wld): New variable.

I fixed issues reported by ‘guix lint’ and applied it.

Thanks,
Ludo’.


This bug report was last modified 2 years and 177 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.