GNU bug report logs -
#64633
[PATCH] gnu: Add wdisplays.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Sat, 15 Jul 2023 02:20:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 20 Jul 2023 19:12:11 +0800
with message-id <87jzuuon04.fsf <at> envs.net>
and subject line Re: bug#64633: [PATCH] gnu: Add wdisplays.
has caused the debbugs.gnu.org bug report #64633,
regarding [PATCH] gnu: Add wdisplays.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
64633: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64633
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
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!
This bug report was last modified 1 year and 309 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.