GNU bug report logs -
#32611
[PATCH] xorg.scm - add transset-df
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#32611: [PATCH] xorg.scm - add transset-df
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 32611 <at> debbugs.gnu.org.
--
32611: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32611
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (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 4 (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)))
[Message part 5 (message/rfc822, inline)]
[xorg-add-transsetdf.patch (text/x-patch, attachment)]
[Message part 7 (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 )
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.