unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: zamfofex <zamfofex@twdb.moe>
To: 58656@debbugs.gnu.org
Cc: zamfofex <zamfofex@twdb.moe>
Subject: [bug#58656] [PATCH 3/3] gnu: Add velox.
Date: Thu, 20 Oct 2022 09:25:13 -0300	[thread overview]
Message-ID: <3daab74b33025e4d8c315589eb5d3b4806650e6c.1666268609.git.zamfofex@twdb.moe> (raw)
In-Reply-To: <cover.1666268609.git.zamfofex@twdb.moe>

* 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





      parent reply	other threads:[~2022-10-20 14:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-20 12:25 [bug#58654] [PATCH 0/3] add velox zamfofex
2022-10-20 12:25 ` [bug#58657] [PATCH 1/3] gnu: Add wld zamfofex
2022-11-18 13:51   ` bug#58657: " Ludovic Courtès
2022-10-20 12:25 ` [bug#58655] [PATCH 2/3] gnu: Add swc zamfofex
2022-11-28 21:48   ` [bug#58654] [PATCH 0/3] add velox Ludovic Courtès
2022-10-20 12:25 ` zamfofex [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3daab74b33025e4d8c315589eb5d3b4806650e6c.1666268609.git.zamfofex@twdb.moe \
    --to=zamfofex@twdb.moe \
    --cc=58656@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).