gnu: nm-tray: Update to 0.5.1.

* gnu/packages/networking.scm (nm-tray): Update to 0.5.1.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase-5 and networkmanager-qt5; add networkmanager-qt.
[native-inputs]: Remove qttools-5; add qttools.

Change-Id: I3b4c710ed789f63f3ce934d462d7d52cb8a2b53d
This commit is contained in:
Zheng Junjie 2025-01-11 21:35:20 +08:00
parent 4515486d14
commit ce1b2f1b97
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1015,7 +1015,7 @@ tasks.")
(define-public nm-tray (define-public nm-tray
(package (package
(name "nm-tray") (name "nm-tray")
(version "0.5.0") (version "0.5.1")
(home-page "https://github.com/palinek/nm-tray") (home-page "https://github.com/palinek/nm-tray")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -1024,13 +1024,14 @@ tasks.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"14i8sl0hrnyidlvqnxza0v4018f7p685ksn8419i2w7f9yqpvpiw")) "1myg7sxiszllh5agg6pi5y9zagl83v8cb6l0s5f873xrv9pi3iyr"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
(list #:tests? #f)) ;There are no tests upstream (list #:qtbase qtbase
(inputs (list qtbase-5 networkmanager-qt5)) #:tests? #f)) ;There are no tests upstream
(native-inputs (list qttools-5 pkg-config)) (inputs (list networkmanager-qt))
(native-inputs (list qttools pkg-config))
(synopsis (synopsis
"NetworkManager front-end with information icon residing in system tray") "NetworkManager front-end with information icon residing in system tray")
(description (description