GNU bug report logs - #47465
[PATCH] Added wlrctl to xdisorg

Previous Next

Package: guix-patches;

Reported by: calum <calumirwin1 <at> gmail.com>

Date: Mon, 29 Mar 2021 11:04:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: calum <calumirwin1 <at> gmail.com>
Subject: bug#47465: closed (Re: [PATCH] Added wlrctl to xdisorg)
Date: Wed, 12 Mar 2025 21:53:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#47465: [PATCH] Added wlrctl to xdisorg

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 47465 <at> debbugs.gnu.org.

-- 
47465: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=47465
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 47465-done <at> debbugs.gnu.org
Cc: Maxime Devos <maximedevos <at> telenet.be>, Calum Irwin <calumirwin1 <at> gmail.com>,
 Leo Famulari <leo <at> famulari.name>
Subject: Re: [PATCH] Added wlrctl to xdisorg
Date: Wed, 12 Mar 2025 22:52:33 +0100
Hello,

> I've updated the patch to no longer conflict with the latest master.

I’ve updated wlrctl to 0.2.2 and applied your patch, finally… Thank you,
and sorry for the delay!

Regards,
-- 
Nicolas Goaziou



[Message part 3 (message/rfc822, inline)]
From: calum <calumirwin1 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: calum <calumirwin1 <at> gmail.com>
Subject: [PATCH] Added wlrctl to xdisorg
Date: Mon, 29 Mar 2021 23:56:22 +1300
---
 gnu/packages/xdisorg.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 56ac53edec..6d936efee6 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -80,6 +80,7 @@
   #:use-module (gnu packages base)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages check)
+  #:use-module (gnu packages cmake)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages documentation)
   #:use-module (gnu packages flex)
@@ -2788,3 +2789,33 @@ and execute @file{.desktop} files of the Application type.")
      "The @command{hsetroot} command composes wallpapers for X.
 This package is the fork of hsetroot by Hyriand.")
     (license license:gpl2+)))
+
+(define-public wlrctl
+  (package
+    (name "wlrctl")
+    (version "0.2.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.sr.ht/~brocellous/wlrctl")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "039cxc82k7x473n6d65jray90rj35qmfdmr390zy0c7ic7vn4b78"))))
+    (build-system meson-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("cmake" ,cmake)
+       ("scdoc" ,scdoc)))
+    (inputs
+     `(("libxkbcommon" ,libxkbcommon)
+       ("wayland" ,wayland)))
+    (home-page "https://git.sr.ht/~brocellous/wlrctl")
+    (synopsis "Command line utility for wlroots automation and extensions")
+    (description
+     "wlrctl is a command line utility for miscellaneous wlroots Wayland
+extensions.  At this time, wlrctl supports the foreign-toplevel-mangement
+(window/toplevel command), virtual-keyboard (keyboard command),
+and virtual-pointer (pointer command) protocols.")
+    (license license:expat)))
-- 
2.31.1




This bug report was last modified 130 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.