GNU bug report logs - #46947
[PATCH] gnu: network-manager-applet: Activate support for libappindicator.

Previous Next

Package: guix-patches;

Reported by: Sébastien Lerique <sl <at> eauchat.org>

Date: Fri, 5 Mar 2021 14:28:02 UTC

Severity: normal

Tags: patch

Done: Brice Waegeneire <brice <at> waegenei.re>

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 46947 in the body.
You can then email your comments to 46947 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#46947; Package guix-patches. (Fri, 05 Mar 2021 14:28:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sébastien Lerique <sl <at> eauchat.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 05 Mar 2021 14:28:02 GMT) Full text and rfc822 format available.

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

From: Sébastien Lerique <sl <at> eauchat.org>
To: guix-patches <at> gnu.org
Cc: Sébastien Lerique <sl <at> eauchat.org>
Subject: [PATCH] gnu: network-manager-applet: Activate support for
 libappindicator.
Date: Fri,  5 Mar 2021 23:26:57 +0900
* gnu/packages/gnome.scm (network-manager-applet): Activate support for
libappindicator.
[arguments]: Add #:configure-flags.
[inputs]: Add "libappindicator".
---
 gnu/packages/gnome.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 32cecb75b5..b61588bc1c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7978,7 +7978,9 @@ Cisco's AnyConnect SSL VPN.")
                 "1rf3nm0hjcy9f8ajb4vmvwy503w8yj8d4daxkcb7w7i7b92qmyfn"))))
     (build-system meson-build-system)
     (arguments
-     '(#:glib-or-gtk? #t))
+     '(#:glib-or-gtk? #t
+       #:configure-flags
+       '("-Dappindicator=yes")))
     (native-inputs
      `(("intltool" ,intltool)
        ("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
@@ -7994,6 +7996,7 @@ Cisco's AnyConnect SSL VPN.")
        ("libnma" ,libnma)))
     (inputs
      `(("gcr" ,gcr)
+       ("libappindicator" ,libappindicator)
        ("libgudev" ,libgudev)
        ("libnotify" ,libnotify)
        ("libsecret" ,libsecret)
-- 
2.30.1





Information forwarded to guix-patches <at> gnu.org:
bug#46947; Package guix-patches. (Fri, 05 Mar 2021 20:56:02 GMT) Full text and rfc822 format available.

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

From: Brice Waegeneire <brice <at> waegenei.re>
To: Sébastien Lerique <sl <at> eauchat.org>
Cc: 46947 <at> debbugs.gnu.org
Subject: Re: bug#46947: [PATCH] gnu: network-manager-applet: Activate
 support for libappindicator.
Date: Fri, 05 Mar 2021 21:55:28 +0100
Hello Sébastien,

Thank you for the patch!

Sébastien Lerique <sl <at> eauchat.org> writes:

> * gnu/packages/gnome.scm (network-manager-applet): Activate support for
> libappindicator.
> [arguments]: Add #:configure-flags.
> [inputs]: Add "libappindicator".

Pushed as 0055f6a8a3913634f1615ca6f14f1eeb9824a17d with added copyright
notice.

Cheers,
- Brice




bug closed, send any further explanations to 46947 <at> debbugs.gnu.org and Sébastien Lerique <sl <at> eauchat.org> Request was from Brice Waegeneire <brice <at> waegenei.re> to control <at> debbugs.gnu.org. (Sat, 06 Mar 2021 08:37:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 03 Apr 2021 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 79 days ago.

Previous Next


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