GNU bug report logs -
#40168
[PATCH]
Previous Next
Reported by: Damien Cassou <damien <at> cassou.me>
Date: Sat, 21 Mar 2020 17:04:02 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 40168 in the body.
You can then email your comments to 40168 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#40168
; Package
guix-patches
.
(Sat, 21 Mar 2020 17:04:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Damien Cassou <damien <at> cassou.me>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 21 Mar 2020 17:04:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
I've improved the packaging for clipmenu in
gnu/packages/xdisorg.scm. Please give feedback.
I found that my usage of wrap-script is very verbose. Is there a simpler
way?
Thank you
Damien Cassou (3):
* gnu/packages/xdisorg.scm (clipmenu): Re-indent
* gnu/packages/xdisorg.scm (clipnotify): Add a comment
gnu: clipmenu: Improve the package definition
gnu/packages/xdisorg.scm | 125 ++++++++++++++++++++++-----------------
1 file changed, 72 insertions(+), 53 deletions(-)
--
Damien Cassou
"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill
[0001-gnu-packages-xdisorg.scm-clipmenu-Re-indent.patch (text/x-patch, attachment)]
[0002-gnu-packages-xdisorg.scm-clipnotify-Add-a-comment.patch (text/x-patch, attachment)]
[0003-gnu-clipmenu-Improve-the-package-definition.patch (text/x-patch, attachment)]
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sat, 21 Mar 2020 22:40:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Damien Cassou <damien <at> cassou.me>
:
bug acknowledged by developer.
(Sat, 21 Mar 2020 22:40:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 40168-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi Damien,
Damien Cassou <damien <at> cassou.me> skribis:
> Damien Cassou (3):
> * gnu/packages/xdisorg.scm (clipmenu): Re-indent
> * gnu/packages/xdisorg.scm (clipnotify): Add a comment
> gnu: clipmenu: Improve the package definition
Applied!
I added a subject line to the commit logs. For the last patch I
adjusted the shebang substitute:
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index f7c4668bf8..facd63ab53 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2204,8 +2204,8 @@ tools to complement clipnotify.")
#t)))
(add-after 'install 'wrap-script
(lambda* (#:key inputs outputs #:allow-other-keys)
- (let* ((out (assoc-ref outputs "out"))
- (clipnotify (assoc-ref inputs "clipnotify"))
+ (let* ((out (assoc-ref outputs "out"))
+ (clipnotify (assoc-ref inputs "clipnotify"))
(coreutils-minimal (assoc-ref inputs "coreutils-minimal"))
(gawk (assoc-ref inputs "gawk"))
(util-linux (assoc-ref inputs "util-linux"))
@@ -2227,7 +2227,7 @@ tools to complement clipnotify.")
;; file writes this string to a temporary file):
(substitute* "tests/test-clipmenu"
(("#!/usr/bin/env bash")
- (which "bash")))
+ (string-append "#!" (which "bash"))))
(invoke "tests/test-clipmenu")
#t)))))
(inputs
[Message part 3 (text/plain, inline)]
Thanks!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 19 Apr 2020 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 57 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.