me
/
guix
Archived
1
0
Fork 0

gnu: kdnssd: Update to 6.3.0.

* gnu/packages/kde-frameworks.scm (kdnssd): Update to 6.3.0.
[inputs]: Remove qtbase-5; add qtbase.
[native-inputs]: Remove qttools-5; add qttools.

Change-Id: I2ab53069391f90c43e4ba0bd3176daa132f2a974
master
Zheng Junjie 2024-07-06 00:25:37 +08:00
parent d347fcefb6
commit 7b4ae4a511
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 4 additions and 4 deletions

View File

@ -738,7 +738,7 @@ as well as an API to create KDED modules.")
(define-public kdnssd (define-public kdnssd
(package (package
(name "kdnssd") (name "kdnssd")
(version "5.114.0") (version "6.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -747,13 +747,13 @@ as well as an API to create KDED modules.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1zw5rkprr54j05ic8zljk57zahp2v6333slr253r3n1679zqlv64")))) "0akip5sb8jva760lprxd3qbzlx9ql3vgdxdl1rblp5qsvv94h7b7"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules qttools-5)) (list extra-cmake-modules qttools))
(inputs (inputs
(list avahi ; alternativly dnssd could be used (list avahi ; alternativly dnssd could be used
qtbase-5)) qtbase))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Network service discovery using Zeroconf") (synopsis "Network service discovery using Zeroconf")
(description "KDNSSD is a library for handling the DNS-based Service (description "KDNSSD is a library for handling the DNS-based Service