GNU bug report logs -
#37534
[PATCH] gnu: conky: Activate Pulseaudio support.
Previous Next
Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>
Date: Fri, 27 Sep 2019 20:34:01 UTC
Severity: normal
Tags: patch
Done: Tobias Geerinckx-Rice <me <at> tobias.gr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 01 Oct 2019 18:16:32 +0200
with message-id <875zl8saov.fsf <at> nckx>
and subject line Re: [bug#37534] [PATCH] gnu: conky: Activate Pulseaudio support.
has caused the debbugs.gnu.org bug report #37534,
regarding [PATCH] gnu: conky: Activate Pulseaudio support.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
37534: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37534
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/conky.scm (conky):
[inputs] Add pulseaudio.
---
gnu/packages/conky.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/conky.scm b/gnu/packages/conky.scm
index 681feb6e43..046d132a9b 100644
--- a/gnu/packages/conky.scm
+++ b/gnu/packages/conky.scm
@@ -2,6 +2,7 @@
;;; Copyright ?? 2015 Sini??a Bi??in <sinisa <at> bidin.eu>
;;; Copyright ?? 2018, 2019 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright ?? 2019 Pierre Neidhardt <mail <at> ambrevar.xyz>
+;;; Copyright ?? 2019 Vasile Dumitrascu <va511e <at> yahoo.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -31,6 +32,7 @@
#:use-module (gnu packages lua)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages pkg-config)
+ #:use-module (gnu packages pulseaudio)
#:use-module (gnu packages xorg))
(define-public conky
@@ -51,7 +53,8 @@
(arguments
`(#:tests? #f ; there are no tests
#:configure-flags
- (list "-DRELEASE=true")
+ (list "-DRELEASE=true"
+ "-DBUILD_PULSEAUDIO=ON")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'add-freetype-to-search-path
@@ -76,6 +79,7 @@
("libxext" ,libxext)
("libxft" ,libxft)
("libxinerama" ,libxinerama)
+ ("pulseaudio", pulseaudio)
("lua" ,lua)
("ncurses" ,ncurses)
("curl" ,curl)))
--
2.23.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Vasile,
Thanks for the patch! I've pushed it as
18edc9db02658c597695905121a9df68e9118ab8 with miniscule changes to
the commit message.
Dumitrascu Vasile 写道:
> Hi Tobias
> Thank you for the review and sorry to have missed the sorting.
Oh, er, sorry you're sorry; no need to be. All I meant by ‘any
hope lost’ was that there's no way to make the entire list sorted
without moving unrelated lines around (e.g. curl). But your new
compromise is a better compromise. Thank you!
> I have re-attached the original patch as a file to this email,
> as I guess the encoding issues were caused by git send-mail.
‘git send-email’ has one job, so it should do it really well. I
send all my patches in-line and have never had trouble.
Kind regards,
T G-R
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 5 years and 318 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.