GNU bug report logs - #47914
[PATCH] gnu: Add daemonize.

Previous Next

Package: guix-patches;

Reported by: WinterHound <winterhound <at> yandex.com>

Date: Tue, 20 Apr 2021 18:25:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 47914 in the body.
You can then email your comments to 47914 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#47914; Package guix-patches. (Tue, 20 Apr 2021 18:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to WinterHound <winterhound <at> yandex.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 20 Apr 2021 18:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: WinterHound <winterhound <at> yandex.com>
To: guix-patches <at> gnu.org
Cc: WinterHound <winterhound <at> yandex.com>
Subject: [PATCH] gnu: Add daemonize.
Date: Tue, 20 Apr 2021 23:53:45 +0530
---
 gnu/packages/xdisorg.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 725ea0afd6..37f88f2766 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -510,6 +510,39 @@ manager supports it, you can use xdotool to switch desktops, move windows
 between desktops, and change the number of desktops.")
     (license license:bsd-3)))
 
+(define-public xdo
+  (package
+    (name "xdo")
+    (version "0.5.7")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/baskerville/xdo")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1h3jrygcjjbavdbkpx2hscsf0yf97gk487lzjdlvymd7dxdv9hy9"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:tests? #f                      ; no tests
+       #:make-flags
+       (list (string-append "CC=" ,(cc-for-target))
+             (string-append "PREFIX=" %output))
+       #:phases
+       (modify-phases %standard-phases
+         (delete 'configure))))
+    (inputs
+     `(("libxcb" ,libxcb)
+       ("xcb-util-wm" ,xcb-util-wm)
+       ("xcb-util" ,xcb-util)))
+    (home-page "https://github.com/baskerville/xdo")
+    (synopsis "Small X utility to perform elementary actions on windows")
+    (description
+     "Apply the given action to the given windows.
+If no window IDs and no optioqqns are given, the action applies to the focused window.")
+    (license license:bsd-2)))
+
 (define-public xeyes
   (package
     (name "xeyes")
-- 
2.31.1





Information forwarded to guix-patches <at> gnu.org:
bug#47914; Package guix-patches. (Tue, 20 Apr 2021 18:43:02 GMT) Full text and rfc822 format available.

Message #8 received at 47914 <at> debbugs.gnu.org (full text, mbox):

From: Nicolò Balzarotti <anothersms <at> gmail.com>
To: WinterHound <winterhound <at> yandex.com>, 47914 <at> debbugs.gnu.org
Cc: WinterHound <winterhound <at> yandex.com>
Subject: Re: [bug#47914] [PATCH] gnu: Add daemonize.
Date: Tue, 20 Apr 2021 20:42:13 +0200
Hi!

WinterHound <winterhound <at> yandex.com> writes:

> +(define-public xdo

The patch name (daemonize) seems not to match the defined package.

License seems ok and tests are missing.

guix lint does not complain

Package builds fine and output binary does work.

There's a typo in the description (optioqqns -> options).  Also, the
second part of the description seems to be too specific, but others
might have a different opinion.

Thanks, Nicolò




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 22 May 2021 21:52:02 GMT) Full text and rfc822 format available.

Notification sent to WinterHound <winterhound <at> yandex.com>:
bug acknowledged by developer. (Sat, 22 May 2021 21:52:02 GMT) Full text and rfc822 format available.

Message #13 received at 47914-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Nicolò Balzarotti <anothersms <at> gmail.com>
Cc: 47914-done <at> debbugs.gnu.org, WinterHound <winterhound <at> yandex.com>
Subject: Re: bug#47914: [PATCH] gnu: Add daemonize.
Date: Sat, 22 May 2021 23:51:30 +0200
Hi,

Nicolò Balzarotti <anothersms <at> gmail.com> skribis:

> WinterHound <winterhound <at> yandex.com> writes:
>
>> +(define-public xdo
>
> The patch name (daemonize) seems not to match the defined package.
>
> License seems ok and tests are missing.
>
> guix lint does not complain
>
> Package builds fine and output binary does work.
>
> There's a typo in the description (optioqqns -> options).  Also, the
> second part of the description seems to be too specific, but others
> might have a different opinion.

I fixed these issues and applied it.

Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 20 Jun 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 283 days ago.

Previous Next


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