GNU bug report logs -
#50740
[PATCH] gnu: Add wmname.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 13 Oct 2021 10:45:20 +0200
with message-id <874k9ltisf.fsf_-_ <at> gnu.org>
and subject line Re: bug#50740: [PATCH] gnu: Add wmname.
has caused the debbugs.gnu.org bug report #50740,
regarding [PATCH] gnu: Add wmname.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
50740: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50740
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/suckless.scm (wmname): New variable.
---
gnu/packages/suckless.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index b24eced379..314d8d5e44 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -488,6 +488,36 @@ few minutes.")
(home-page "https://tools.suckless.org/sent")
(license license:x11)))
+(define-public wmname
+ (package
+ (name "wmname")
+ (version "0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://dl.suckless.org/tools/wmname-"
+ version ".tar.gz"))
+ (sha256
+ (base32 "1i82ilhbk36hspc2j0fbpg27wjj7xnvzpv1ppgf6fccina4d36jm"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:tests? #f
+ #:make-flags
+ (list (string-append "CC=" ,(cc-for-target))
+ (string-append "PREFIX=" %output))
+ #:phases
+ (modify-phases %standard-phases
+ (delete 'configure)))) ; No configure script
+ (inputs
+ `(("libx11" ,libx11)))
+ (home-page "https://tools.suckless.org/x/wmname/")
+ (synopsis "Print or set the window manager name")
+ (description "wmname prints/sets the window manager name property of the
+root window similar to how hostname(1) behaves. It is useful for fixing
+problems with JDK versions and other broken programs assuming a reparenting
+window manager for instance.")
+ (license license:x11)))
+
(define-public xbattmon
(package
(name "xbattmon")
--
2.33.0
[Message part 3 (message/rfc822, inline)]
Hi,
Alexandru-Sergiu Marton <brown121407 <at> posteo.ro> skribis:
> * gnu/packages/suckless.scm (wmname): New variable.
I changed the license to ‘expat’ as Sarah rightfully suggested and
applied it.
Thank you, and thanks Sarah for the careful review!
Ludo’.
This bug report was last modified 3 years and 282 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.