GNU bug report logs - #32611
[PATCH] xorg.scm - add transset-df

Previous Next

Package: guix-patches;

Reported by: Benjamin Slade <slade <at> jnanam.net>

Date: Sun, 2 Sep 2018 04:01:01 UTC

Severity: normal

Tags: patch

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

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 32611 in the body.
You can then email your comments to 32611 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#32611; Package guix-patches. (Sun, 02 Sep 2018 04:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Benjamin Slade <slade <at> jnanam.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 02 Sep 2018 04:01:02 GMT) Full text and rfc822 format available.

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

From: Benjamin Slade <slade <at> jnanam.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] xorg.scm - add transset-df
Date: Sat, 01 Sep 2018 21:47:38 -0600
[xorg-add-transsetdf.patch (text/x-patch, attachment)]
[Message part 2 (text/plain, inline)]

-- 
Dr Benjamin Slade - https://babbagefiles.xyz
  `(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19))
    '(sent by mu4e on Emacs running under GNU/Linux . https://gnu.org )
       `(Choose Linux ,(Choose Freedom) . https://linux.com )

Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Mon, 03 Sep 2018 21:29:01 GMT) Full text and rfc822 format available.

Notification sent to Benjamin Slade <slade <at> jnanam.net>:
bug acknowledged by developer. (Mon, 03 Sep 2018 21:29:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Benjamin Slade <slade <at> jnanam.net>
Cc: 32611-done <at> debbugs.gnu.org
Subject: Re: [bug#32611] [PATCH] xorg.scm - add transset-df
Date: Mon, 03 Sep 2018 23:28:29 +0200
[Message part 1 (text/plain, inline)]
Hi Benjamin,

I applied with the minor changes below, added a commit log that follows
our convention, and pushed.

Thanks!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 1abf95fb3..c89661272 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6223,17 +6223,18 @@ mouse click.  You can do everything mouse can do with a keyboard.")
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
                     (bin (string-append out "/bin")))
-               (mkdir-p bin)
-               (copy-file "transset-df" (string-append bin "/transset-df"))
+               (install-file "transset-df" bin)
                #t))))))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs `(("libxcomposite" ,libxcomposite)
-              ("libxdamager" ,libxdamage) ("libxrender" ,libxrender)))
-    (synopsis "Patched version of X.Org's transset with added functionality")
-    (description "A patched version of X.Org's transset with added functionality,
-including: selecting window by clicking (as transset), selecting
-windows by pointing select actual focused X11 window, selecting by
-window name or id, forcing toggle increase or decrease opacity")
+              ("libxdamager" ,libxdamage)
+              ("libxrender" ,libxrender)))
+    (synopsis "Set the transparency of X11 windows")
+    (description "The @command{transset-df} command allows you to set the
+opacity of X11 windows.  This patched version of X.Org's @command{transset}
+adds functionality, including: selecting window by clicking (as transset),
+selecting windows by pointing select actual focused X11 window, selecting by
+window name or id, forcing toggle, increase or decrease opacity.")
     (home-page "http://forchheimer.se/transset-df/")
-    (license x11)))
+    (license license:x11)))

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 02 Oct 2018 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 347 days ago.

Previous Next


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