GNU bug report logs -
#39106
gnu: Add libnma.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 15 Jan 2020 22:27:26 +0100
with message-id <871rs0pg01.fsf <at> gnu.org>
and subject line Re: [bug#39106] gnu: Add libnma.
has caused the debbugs.gnu.org bug report #39106,
regarding gnu: Add libnma.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
39106: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39106
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hello Guix!
Please find the attached patch to add libnma.
Regards,
RG.
[libnma.patch (application/octet-stream, attachment)]
[Message part 5 (message/rfc822, inline)]
[Message part 6 (text/plain, inline)]
Hi,
"Raghav Gururajan" <raghavgururajan <at> disroot.org> skribis:
> From 3004fc993c220043a99439933e97ea91c650162d Mon Sep 17 00:00:00 2001
> From: Raghav Gururajan <raghavgururajan <at> disroot.org>
> Date: Sun, 12 Jan 2020 15:23:19 -0500
> Subject: [PATCH] gnu: Add libnma.
>
> * gnu/packages/gnome.scm (libnma): New variable.
Applied with the changes below.
BTW, several packages have a dependency on ‘network-manager-applet’ with
“for libnma” comment. Could you take a look at whether these need to be
migrated?
Thanks,
Ludo’.
[Message part 7 (text/x-patch, inline)]
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 35a0730bea..06aafa7037 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -600,22 +600,25 @@ sharing to the masses.")
(native-inputs
`(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
+ ("gtk-doc" ,gtk-doc)
+ ("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)))
(inputs
`(("adwaita-icon-theme" ,adwaita-icon-theme)
("gcr" ,gcr)
- ("gobject-introspection" ,gobject-introspection)
("gtk+" ,gtk+)
- ("gtk-doc" ,gtk-doc)
("iso-codes" ,iso-codes)
("mobile-broadband-provider-info" ,mobile-broadband-provider-info)
("network-manager" ,network-manager)))
- (synopsis "Network Manager's Applet Library")
- (description "Libnma provides applet library for network-manager
-application. It was initially part of network-manager-applet and
-now has become a separate project.")
+ (synopsis "Network Manager's applet library")
+ (description "Libnma is an applet library for Network Manager. It was
+initially part of network-manager-applet and has now become a separate
+project.")
(home-page "https://gitlab.gnome.org/GNOME/libnma")
- (license license:gpl2)))
+
+ ;; Some files carry the "GPL-2.0+" SPDX identifier while others say
+ ;; "LGPL-2.1+".
+ (license license:gpl2+)))
(define-public gnome-menus
(package
This bug report was last modified 5 years and 131 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.