all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46947] [PATCH] gnu: network-manager-applet: Activate support for libappindicator.
@ 2021-03-05 14:26 Sébastien Lerique
  2021-03-05 20:55 ` Brice Waegeneire
  0 siblings, 1 reply; 2+ messages in thread
From: Sébastien Lerique @ 2021-03-05 14:26 UTC (permalink / raw)
  To: 46947; +Cc: Sébastien Lerique

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#46947] [PATCH] gnu: network-manager-applet: Activate support for libappindicator.
  2021-03-05 14:26 [bug#46947] [PATCH] gnu: network-manager-applet: Activate support for libappindicator Sébastien Lerique
@ 2021-03-05 20:55 ` Brice Waegeneire
  0 siblings, 0 replies; 2+ messages in thread
From: Brice Waegeneire @ 2021-03-05 20:55 UTC (permalink / raw)
  To: Sébastien Lerique; +Cc: 46947


Hello Sébastien,

Thank you for the patch!

Sébastien Lerique <sl@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-05 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05 14:26 [bug#46947] [PATCH] gnu: network-manager-applet: Activate support for libappindicator Sébastien Lerique
2021-03-05 20:55 ` Brice Waegeneire

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.