diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-22 20:28:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-22 22:10:58 +0200 |
commit | ae4ecf3daabd17db94d8f77811368c1af1f54ecc (patch) | |
tree | a9de40d5775de7b43fea5020b1a33a4de9ca084a /net-misc/kio-zeroconf | |
parent | net-libs/libktorrent: 22.08.0 version bump (diff) | |
download | gentoo-ae4ecf3daabd17db94d8f77811368c1af1f54ecc.tar.gz gentoo-ae4ecf3daabd17db94d8f77811368c1af1f54ecc.tar.bz2 gentoo-ae4ecf3daabd17db94d8f77811368c1af1f54ecc.zip |
net-misc/kio-zeroconf: 22.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-misc/kio-zeroconf')
-rw-r--r-- | net-misc/kio-zeroconf/Manifest | 1 | ||||
-rw-r--r-- | net-misc/kio-zeroconf/kio-zeroconf-22.08.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/net-misc/kio-zeroconf/Manifest b/net-misc/kio-zeroconf/Manifest index 6aa95d19b7e0..b95adb51bbaa 100644 --- a/net-misc/kio-zeroconf/Manifest +++ b/net-misc/kio-zeroconf/Manifest @@ -1 +1,2 @@ +DIST kio-zeroconf-22.08.0.tar.xz 39496 BLAKE2B 5f8ddfe99b4d973086b6e83f4e6a2b418c93f78b45af178d18c5106ebd7adf5b419711a9eb920fc2b66e45d9681fdcc36704cc7fa1bafddd92d6ab5e0b76118f SHA512 957d3644f0493f3ac56e3876cc450ddd6579751a28c55613eef2d6bee288f2ced93015fd4c66363ae83d771ebb2f663656716fb55cc3ae1d510d54e86d6194bc DIST zeroconf-ioslave-22.04.3.tar.xz 38960 BLAKE2B fa4d5ab9447a2d6f608046efc276f38f05fe89322232f0ccee8229f99261c1829c993cc9cb69c62d977ed182bd972971e6318ac4574539549e9710fb9f22d8f1 SHA512 c637ac397ce95a824afb527cb0aa9bd6e9934ec0154255287b2d6d9ee269075ce2b38acddb0c617dc70b3608e5c3d5e31717593669b78a11eaaba8d97fe149fc diff --git a/net-misc/kio-zeroconf/kio-zeroconf-22.08.0.ebuild b/net-misc/kio-zeroconf/kio-zeroconf-22.08.0.ebuild new file mode 100644 index 000000000000..57449486ba6a --- /dev/null +++ b/net-misc/kio-zeroconf/kio-zeroconf-22.08.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.96.0 +QTMIN=5.15.5 +inherit ecm gear.kde.org + +DESCRIPTION="KIO worker to discover file systems by DNS-SD (DNS Service Discovery)" + +LICENSE="GPL-2+" +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}" |