From: Hikari via Guix-patches via <guix-patches@gnu.org>
To: 74708@debbugs.gnu.org
Cc: Hikari <Quelln@protonmail.com>
Subject: [bug#74708] [PATCH] gnu: add wideriver.
Date: Fri, 06 Dec 2024 09:38:31 +0000 [thread overview]
Message-ID: <df2c3424590a24f964194df0f958a0b9855a2fb8.1733477885.git.Quelln@protonmail.com> (raw)
Change-Id: Iab2a6bd8bd02098105848d240af0271df44b58bf
---
gnu/packages/wm.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 2ab6f88cd5..d1df1e85c0 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3999,3 +3999,35 @@ (define-public scenefx
"A drop-in replacement for the wlroots scene API that allows wayland
compositors to render surfaces with eye-candy effects.")
(license license:expat)))
+
+(define-public wideriver
+ (package
+ (name "wideriver")
+ (version "1.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/alex-courtis/wideriver")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "16i0mzgxn32nrh5ajn0kb4xdwmsjg03amhasxhwyvspar5y4flhg"))))
+ (build-system gnu-build-system)
+
+ (arguments
+ (list
+ #:tests? #f
+ #:make-flags #~(list (string-append "PREFIX="
+ #$output)
+ (string-append "CC="
+ #$(cc-for-target)))
+ #:phases #~(modify-phases %standard-phases
+ (delete 'configure))))
+ (native-inputs (list pkg-config))
+ (inputs (list wayland wayland-protocols wlroots))
+ (home-page "https://github.com/alex-courtis/wideriver")
+ (synopsis "A set of riverWM layouts")
+ (description
+ "Tiling window manager for the river wayland compositor, inspired by dwm and xmonad.")
+ (license license:gpl3)))
base-commit: d75d1fe6ac7ded7e61322d18b07d347beb609aa0
--
2.46.0
next reply other threads:[~2024-12-06 11:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-06 9:38 Hikari via Guix-patches via [this message]
2024-12-07 10:22 ` [bug#74708] [PATCH v2] gnu: add wideriver Hikari via Guix-patches via
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=df2c3424590a24f964194df0f958a0b9855a2fb8.1733477885.git.Quelln@protonmail.com \
--to=guix-patches@gnu.org \
--cc=74708@debbugs.gnu.org \
--cc=Quelln@protonmail.com \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.