emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45188: closed ([PATCH] gnu: Add wlr-randr)


From: GNU bug Tracking System
Subject: bug#45188: closed ([PATCH] gnu: Add wlr-randr)
Date: Sat, 12 Dec 2020 19:50:03 +0000

Your message dated Sat, 12 Dec 2020 20:48:53 +0100
with message-id <87v9d624be.fsf@gnu.org>
and subject line Re: [bug#45188] [PATCH] gnu: Add wlr-randr
has caused the debbugs.gnu.org bug report #45188,
regarding [PATCH] gnu: Add wlr-randr
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45188: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45188
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add wlr-randr Date: Fri, 11 Dec 2020 15:11:29 -0800
* gnu/packages/wm.scm (wlr-randr): New variable.
---

This is a utility to manage wayland compositor outputs.

 gnu/packages/wm.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 3569d7f057..6c4f2c6960 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -40,6 +40,7 @@
 ;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
 ;; Copyright © 2020 Niklas Eklund <niklas.eklund@posteo.net>
+;;; Copyright © 2020 Robert Smith <robertsmith@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1559,6 +1560,27 @@ modules for building a Wayland compositor.")
 Wlroots based compositors.")
     (license license:expat))) ; MIT license
 
+(define-public wlr-randr
+  (package
+    (name "wlr-randr")
+    (version "0.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/emersion/wlr-randr";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "10c8zzp78s5bw34vvjhilipa28bsdx3jbyhnxgp8f8kawh3cvgsc"))))
+    (build-system meson-build-system)
+    (inputs `(("wayland" ,wayland)))
+    (native-inputs `(("pkg-config" ,pkg-config)))
+    (home-page "https://github.com/emersion/wlr-randr";)
+    (synopsis "Utility to manage Wayland compositor outputs")
+    (description "wlr-randr is a utility to manage outputs of a Wayland 
compositor.")
+    (license license:expat))) ; MIT license
+
 (define-public mako
   (package
     (name "mako")
-- 
2.29.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45188] [PATCH] gnu: Add wlr-randr Date: Sat, 12 Dec 2020 20:48:53 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hi Robert,

Robert Smith <robertsmith@posteo.net> skribis:

> * gnu/packages/wm.scm (wlr-randr): New variable.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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