[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28720] [PATCH 09/23] gnu: kdnssd: Enable service discovery on local
From: |
Hartmut Goebel |
Subject: |
[bug#28720] [PATCH 09/23] gnu: kdnssd: Enable service discovery on local network via avahi. |
Date: |
Fri, 6 Oct 2017 14:16:22 +0200 |
* gnu/packages/kde-frameworks.scm (kdnssd)[inputs]: Add avahi.
---
gnu/packages/kde-frameworks.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3e3830433..9f7bb41b7 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -31,6 +31,7 @@
#:use-module (gnu packages admin)
#:use-module (gnu packages aidc)
#:use-module (gnu packages attr)
+ #:use-module (gnu packages avahi)
#:use-module (gnu packages base)
#:use-module (gnu packages boost)
#:use-module (gnu packages bison)
@@ -637,7 +638,8 @@ as well as an API to create KDED modules.")
`(("extra-cmake-modules" ,extra-cmake-modules)
("qttools" ,qttools)))
(inputs
- `(("qtbase" ,qtbase)))
+ `(("avahi" ,avahi) ; alternativly dnssd could be used
+ ("qtbase" ,qtbase)))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Network service discovery using Zeroconf")
(description "KDNSSD is a library for handling the DNS-based Service
--
2.13.5
- [bug#28720] [PATCH 07/23] gnu: kdesignerplugin: Add optional inputs., (continued)
[bug#28720] [PATCH 12/23] gnu: bluez-qt: Add comment about status of tests., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 10/23] gnu: kfilemetadata: Enable support for PDF files and audio files., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 11/23] gnu: bluez-qt: Install udev-rules., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 08/23] gnu: phonon: Enable building the Qt Designer plugin., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 09/23] gnu: kdnssd: Enable service discovery on local network via avahi.,
Hartmut Goebel <=
[bug#28720] [PATCH 13/23] gnu: kparts: Make tests pass again., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 14/23] gnu: kio: Remove unused input., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 16/23] gnu: kio: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 22/23] gnu: ktexteditor: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 21/23] gnu: Add kdewebkit., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 23/23] gnu: kdoctools: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 15/23] gnu: kio: Adopt a patch from Nix., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 17/23] gnu: kidletime: Enable fallback mode to X-Screensaver based poller., Hartmut Goebel, 2017/10/06