guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39106: gnu: Add libnma.


From: Ludovic Courtès
Subject: bug#39106: gnu: Add libnma.
Date: Wed, 15 Jan 2020 22:27:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi,

"Raghav Gururajan" <address@hidden> skribis:

> From 3004fc993c220043a99439933e97ea91c650162d Mon Sep 17 00:00:00 2001
> From: Raghav Gururajan <address@hidden>
> 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’.

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]