summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-08 13:30:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-08 13:44:07 +0200
commit17163d5c21a54882dd4866dfa56954c6e2878bb6 (patch)
tree54ccb664e20f20ab09a5554c88a7f5ba706e2ea3 /kde-apps/zeroconf-ioslave/zeroconf-ioslave-21.04.3.ebuild
parentkde-apps/signon-kwallet-extension: 21.04.3 version bump (diff)
downloadgentoo-17163d5c21a54882dd4866dfa56954c6e2878bb6.tar.gz
gentoo-17163d5c21a54882dd4866dfa56954c6e2878bb6.tar.bz2
gentoo-17163d5c21a54882dd4866dfa56954c6e2878bb6.zip
kde-apps/zeroconf-ioslave: 21.04.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/zeroconf-ioslave/zeroconf-ioslave-21.04.3.ebuild')
-rw-r--r--kde-apps/zeroconf-ioslave/zeroconf-ioslave-21.04.3.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-21.04.3.ebuild b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-21.04.3.ebuild
new file mode 100644
index 000000000000..d1a692a5b1cb
--- /dev/null
+++ b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-21.04.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.80.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kdnssd-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"