GNU bug report logs - #39106
gnu: Add libnma.

Previous Next

Package: guix-patches;

Reported by: "Raghav Gururajan" <raghavgururajan <at> disroot.org>

Date: Sun, 12 Jan 2020 20:35:02 UTC

Severity: normal

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 39106 in the body.
You can then email your comments to 39106 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#39106; Package guix-patches. (Sun, 12 Jan 2020 20:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Raghav Gururajan" <raghavgururajan <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 12 Jan 2020 20:35:02 GMT) Full text and rfc822 format available.

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

From: "Raghav Gururajan" <raghavgururajan <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: gnu: Add libnma.
Date: Sun, 12 Jan 2020 20:34:48 +0000
[Message part 1 (text/plain, inline)]
Hello Guix!

Please find the attached patch to add libnma.

Regards,
RG.
[libnma.patch (application/octet-stream, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 15 Jan 2020 21:28:01 GMT) Full text and rfc822 format available.

Notification sent to "Raghav Gururajan" <raghavgururajan <at> disroot.org>:
bug acknowledged by developer. (Wed, 15 Jan 2020 21:28:01 GMT) Full text and rfc822 format available.

Message #10 received at 39106-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: "Raghav Gururajan" <raghavgururajan <at> disroot.org>
Cc: 39106-done <at> debbugs.gnu.org
Subject: Re: [bug#39106] gnu: Add libnma.
Date: Wed, 15 Jan 2020 22:27:26 +0100
[Message part 1 (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 2 (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

Information forwarded to guix-patches <at> gnu.org:
bug#39106; Package guix-patches. (Wed, 15 Jan 2020 23:14:01 GMT) Full text and rfc822 format available.

Message #13 received at 39106-done <at> debbugs.gnu.org (full text, mbox):

From: Raghav Gururajan <raghavgururajan <at> disroot.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 39106-done <at> debbugs.gnu.org
Subject: Re: [bug#39106] gnu: Add libnma.
Date: Wed, 15 Jan 2020 18:13:28 -0500
[Message part 1 (text/plain, inline)]
Hello Ludo!

> Applied with the changes below.

Thanks!

> 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?

Yes, they need to be replaced with libnma. I planned to do that very
soon. :-)

Regards,
RG.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 13 Feb 2020 12:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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