unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45250] [PATCH] gnu: add kanshi
@ 2020-12-15  5:47 Robert Smith
  2020-12-15  6:22 ` bug#45250: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Smith @ 2020-12-15  5:47 UTC (permalink / raw)
  To: 45250; +Cc: Robert Smith

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

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6c4f2c6960..e923a7092a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1609,6 +1609,30 @@ Wlroots based compositors.")
 compositors that support the layer-shell protocol.")
     (license license:expat))) ; MIT license
 
+(define-public kanshi
+  (package
+    (name "kanshi")
+    (version "1.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/emersion/kanshi")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0nbpgm8qnn7ljsg9vgs35kl8l4rrk542vdcbx8wrn9r909ld3x92"))))
+    (build-system meson-build-system)
+    (inputs `(("wayland" ,wayland)))
+    (native-inputs `(("pkg-config" ,pkg-config)
+                     ("scdoc" ,scdoc)))
+    (home-page "https://wayland.emersion.fr/kanshi")
+    (synopsis "Hotswappable output profiles for Wayland")
+    (description "Kanshi allows you to define output profiles that are
+automatically enabled and disabled on hotplug.  Kanshi can be used with
+Wayland compositors supporting the wlr-output-management protocol.")
+    (license license:expat))) ; MIT license
+
 (define-public stumpwm
   (package
     (name "stumpwm")
-- 
2.29.2





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

* bug#45250: [PATCH] gnu: add kanshi
  2020-12-15  5:47 [bug#45250] [PATCH] gnu: add kanshi Robert Smith
@ 2020-12-15  6:22 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-15  6:22 UTC (permalink / raw)
  To: Robert Smith; +Cc: 45250-done

On Mon, Dec 14, 2020 at 09:47:31PM -0800, Robert Smith wrote:
> * gnu/packages/wm.scm (kanshi): New variable.

Thank for the patch!

Pushed as 338592020af5409f227953596a1882f2bbae7d08




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

end of thread, other threads:[~2020-12-15  6:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-15  5:47 [bug#45250] [PATCH] gnu: add kanshi Robert Smith
2020-12-15  6:22 ` bug#45250: " Leo Famulari

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).