forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/zeroconf-ioslave: 20.12.1 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST zeroconf-ioslave-20.08.3.tar.xz 43092 BLAKE2B 8380a03d90cce530102cf9e267d3f7fdc1da91c92aacaae7ddc398f231d26ca60672b095dfb3c8c77a7a15e98767e6eaa4026e284b22440003f2937e1d51e383 SHA512 842e2ef3875a62115883db39b3481f1fd4883ff958eef9bff7cb61395fab7d1bf05470898132ebe3cb4a8f17b85eb65b4c2bc8ea39d3a83414a3a456e25520d2 | ||
DIST zeroconf-ioslave-20.12.0.tar.xz 43288 BLAKE2B b28a845487e38f46cfc776235516a6ff3d01d97d94918ac1ab295df66ae15c8f45c766b8f1238eeeaaccc875baf934f9344d686f3fb6b3401fb1ae2e7e771516 SHA512 c694cf7bb57986c01323e20745102133583bcc4cfccc9b9d4c127656402675d5cb89f095e3c82a9ec7ce63a4fc90a8319238c9073f7d09fd5f95f2de2dc1d149 | ||
DIST zeroconf-ioslave-20.12.1.tar.xz 43216 BLAKE2B 380c40469150cff83f0148ccd20bfa42562903160cab6044bbf7be247e4b30e4f725719e78e0435ce3fd2ec241d53d9e0940bc26ae5d9b3b1a882fab993a99b7 SHA512 e41ba21b77f2c9afafe03432bfd8bcb383ed217ffbed489d0e8d57d27df81bb7ce5964f26f7ee5de600cce8ead58ce0b03e0da6a1c7843a729fc779c98dbd1a8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
KFMIN=5.75.0 | ||
QTMIN=5.15.1 | ||
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}" |