Skip to content

Commit

Permalink
kde-frameworks/kdnssd: 5.82.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed May 9, 2021
1 parent a11ab97 commit a257240
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kdnssd/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kdnssd-5.80.0.tar.xz 57968 BLAKE2B 311270d202946c06ba505baa831141c841f7169f8622233e9004bc83aadfe8e5148681d8b05e8561b7ba42f3c3bb6ef90772a57191d9cb6eb40d861d73495862 SHA512 8f458a7a0e7c9fd7d7b55a79b5ecfa4484cb442564985e0c4a660b2d551d772bd177dbba7999f71a1401ab58b9ce4922090afadd31347a1282419f90a78a41d9
DIST kdnssd-5.81.0.tar.xz 58364 BLAKE2B d14091fd1be51ea96dff05dbb645ea3cec8c644b00dd6dd1c64080a93bc3de232112db3b50b1a4f781ce0bd0161fab28e513faa4c0142c64301b15a388365d60 SHA512 c152e3bce5eb0bdf1e1d41afd9f6fe92fe02d2ea1c3172443391ac307eafddc3d0cbdef2637c9b1219454b5e9d3b1c9858fec12fefac1e3358acbd4625d4519c
DIST kdnssd-5.82.0.tar.xz 58296 BLAKE2B 3a7b2d48724fd9982ab74f9bbfcf48dc465082753fa1375d73fae3b53121dcc994ef45777ff01bf27b4f691c0e84d40cf7715ef5d5fc4cb511f6a6983b400cce SHA512 fb365bcf77f81f75a8a2fc62154fec9ef16df30e0efc40d89936532b197d43fe9708f889caef9297946f9c2dc4e44ecef0d8cc30f2e1a847d2b745b2b5dd0e9e
33 changes: 33 additions & 0 deletions kde-frameworks/kdnssd/kdnssd-5.82.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

QTMIN=5.15.2
inherit ecm kde.org

DESCRIPTION="Framework for network service discovery using Zeroconf"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="nls zeroconf"

BDEPEND="
nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
"
DEPEND="
>=dev-qt/qtnetwork-${QTMIN}:5
zeroconf? (
>=dev-qt/qtdbus-${QTMIN}:5
net-dns/avahi[mdnsresponder-compat]
)
"
RDEPEND="${DEPEND}"

src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_DNSSD=ON
$(cmake_use_find_package zeroconf Avahi)
)

ecm_src_configure
}

0 comments on commit a257240

Please sign in to comment.