[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
222/277: gnu: network-manager-applet: Update package definition.
From: |
guix-commits |
Subject: |
222/277: gnu: network-manager-applet: Update package definition. |
Date: |
Thu, 6 Aug 2020 17:03:43 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit f4f3571b1c4da10c83a6184739227cf7df1f9a3b
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Jul 30 06:47:22 2020 -0400
gnu: network-manager-applet: Update package definition.
* gnu/packages/gnome.scm (network-manager-applet) [version]: Update
to 1.18.0.
[source]<origin>[sha256]: Modify base32.
[native-inputs]: Add desktop-file-utils and libxml2. Remove gtk-doc.
[propagated-inputs]: Remove dbus-glib. Move gtk+, network-manager and
libnma to ...
[inputs]: ... here. Add libappindicator, appstream-glib, glib,
and glib-networking.
[synopsis]: Modify.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 58 +++++++++++++++++++++++++-------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d2ef6af..babb03c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8696,44 +8696,44 @@ settings for different service providers in different
countries.")
(define-public network-manager-applet
(package
(name "network-manager-applet")
- (version "1.16.0")
- (source (origin
- (method url-fetch)
- (uri (string-append
"mirror://gnome/sources/network-manager-applet/"
- (version-major+minor version) "/"
- "network-manager-applet-" version ".tar.xz"))
- (sha256
- (base32
- "1rf3nm0hjcy9f8ajb4vmvwy503w8yj8d4daxkcb7w7i7b92qmyfn"))))
+ (version "1.18.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://gnome/sources/network-manager-applet/"
+ (version-major+minor version) "/"
+ "network-manager-applet-" version ".tar.xz"))
+ (sha256
+ (base32 "12xiy8g8qk18jvxvn78mvq03zvzp06bww49na765jjw0rq541fyx"))))
(build-system meson-build-system)
(arguments
- '(#:glib-or-gtk? #t))
+ `(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
(native-inputs
- `(("intltool" ,intltool)
- ("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
+ `(("desktop-file-vaildate" ,desktop-file-utils)
+ ("glib:bin" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
- ("gtk-doc" ,gtk-doc)
- ("pkg-config" ,pkg-config)))
- (propagated-inputs
- ;; libnm-gtk.pc refers to all these.
- `(("dbus-glib" ,dbus-glib)
- ("gtk+" ,gtk+)
- ("network-manager" ,network-manager)
- ;; nm-applet need by org.gnome.nm-applet.gschema.xml
- ("libnma" ,libnma)))
+ ("intltool" ,intltool)
+ ("pkg-config" ,pkg-config)
+ ("xmllint" ,libxml2)))
(inputs
- `(("gcr" ,gcr)
- ("libgudev" ,libgudev)
+ `(("appindicator" ,libappindicator)
+ ("appstream-util" ,appstream-glib)
+ ("glib" ,glib)
+ ("glib-networking" ,glib-networking)
+ ("gtk+" ,gtk+)
+ ("gudev" ,libgudev)
+ ("jansson" ,jansson)
+ ("libnm" ,network-manager)
+ ("libnma" ,libnma)
("libnotify" ,libnotify)
("libsecret" ,libsecret)
("libselinux" ,libselinux)
- ("jansson" ,jansson) ; for team support
- ("modem-manager" ,modem-manager)))
- (synopsis "Applet for managing network connections")
+ ("mm-glib" ,modem-manager)))
+ (synopsis "Applet for NetworkManager")
+ (description "Network-Manager-Applet is a tray applet and an advanced
+network connection editor.")
(home-page "https://wiki.gnome.org/Projects/NetworkManager";)
- (description
- "This package contains a systray applet for NetworkManager. It displays
-the available networks and allows users to easily switch between them.")
(license license:gpl2+)))
(define-public libxml++
- 239/277: gnu: epiphany: Update package definition., (continued)
- 239/277: gnu: epiphany: Update package definition., guix-commits, 2020/08/06
- 250/277: gnu: gnome-clocks: Update package definition., guix-commits, 2020/08/06
- 182/277: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2020/08/06
- 183/277: gnu: gom: Update package definition., guix-commits, 2020/08/06
- 190/277: gnu: grilo-plugins: Update package definition., guix-commits, 2020/08/06
- 191/277: gnu: gupnp-dlna: Update package definition., guix-commits, 2020/08/06
- 210/277: gnu: libpeas: Update package definition., guix-commits, 2020/08/06
- 211/277: gnu: rest: Update package definition., guix-commits, 2020/08/06
- 212/277: gnu: libzapojit: Update package definition., guix-commits, 2020/08/06
- 214/277: gnu: seed: Fix tests., guix-commits, 2020/08/06
- 222/277: gnu: network-manager-applet: Update package definition.,
guix-commits <=
- 224/277: Revert "gnu: java-jakarta-oro: Update hash.", guix-commits, 2020/08/06
- 252/277: gnu: gnome-contacts: Update package definition., guix-commits, 2020/08/06
- 217/277: gnu: Add ldns., guix-commits, 2020/08/06
- 220/277: gnu: network-manager: Update package definition., guix-commits, 2020/08/06
- 225/277: gnu: gtksourceview: Fix glade., guix-commits, 2020/08/06
- 254/277: gnu: gmime: Fix home-page., guix-commits, 2020/08/06
- 260/277: gnu: rust-serial-test-derive@0.4.0: Fix reference to rust-proc-macro2., guix-commits, 2020/08/06
- 267/277: gnu: rust-serial-test-derive@0.4.0: Fix reference to rust-quote., guix-commits, 2020/08/06
- 269/277: gnu: rust-peg@0.5.7: Remove duplicate definition., guix-commits, 2020/08/06
- 181/277: gnu: gobject-introspection: Add patches back., guix-commits, 2020/08/06