all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64633] [PATCH] gnu: Add wdisplays.
@ 2023-07-15  2:18 kiasoc5 via Guix-patches via
  2023-07-20 11:12 ` bug#64633: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2023-07-15  2:18 UTC (permalink / raw)
  To: 64633; +Cc: kiasoc5

* 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





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

* bug#64633: [PATCH] gnu: Add wdisplays.
  2023-07-15  2:18 [bug#64633] [PATCH] gnu: Add wdisplays kiasoc5 via Guix-patches via
@ 2023-07-20 11:12 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-07-20 11:12 UTC (permalink / raw)
  To: kiasoc5; +Cc: 64633-done

Hello kiasoc5, this is a good patch and QA passed, so I applied it with
synopsis and description adjusted:

-    (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.")
+    (synopsis "Configuring displays in Wayland compositors")
+    (description "@command{wdisplays} is a graphical application for
+configuring displays in Wayland compositors that implements the

Thank you!




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

end of thread, other threads:[~2023-07-20 11:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-15  2:18 [bug#64633] [PATCH] gnu: Add wdisplays kiasoc5 via Guix-patches via
2023-07-20 11:12 ` bug#64633: " 宋文武 via Guix-patches via

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.