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.

Full log


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

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.