guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64633] [PATCH] gnu: Add wdisplays.


From: kiasoc5
Subject: [bug#64633] [PATCH] gnu: Add wdisplays.
Date: Fri, 14 Jul 2023 22:18:35 -0400

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

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index b9909de219..56a0b72236 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2022,6 +2022,28 @@ (define-public kanshi
 Wayland compositors supporting the wlr-output-management protocol.")
     (license license:expat))) ; MIT license
 
+(define-public wdisplays
+  (package
+    (name "wdisplays")
+    (version "1.1.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/artizirk/wdisplays.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "06ydcmfdics2qqjb14p767xs8khd86nancdd9z8j11h2gpvwznvn"))))
+    (build-system meson-build-system)
+    (inputs (list gtk+ libepoxy wayland))
+    (native-inputs (list `(,glib "bin") pkg-config))
+    (home-page "https://github.com/artizirk/wdisplays";)
+    (synopsis "Graphical application for configuring displays in Wayland 
compositors")
+    (description "wdisplays is a graphical application for configuring 
displays in
+Wayland compositors that implements the wlr-output-management-unstable-v1 
protocol.")
+    (license license:gpl3+)))
+
 (define-public stumpwm
   (package
     (name "stumpwm")

base-commit: 917a299831361f253ea664f009176b4bbe06900a
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]