diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-18 22:47:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-21 22:53:49 +0200 |
commit | 9acb40bab1717416daf79223f6ac464f7c858f2a (patch) | |
tree | dbfe964217779480e838f0e2156f88a49261455c /net-misc | |
parent | net-misc/kio-zeroconf-common: new package, add 9999 (diff) | |
download | kde-9acb40bab1717416daf79223f6ac464f7c858f2a.tar.gz kde-9acb40bab1717416daf79223f6ac464f7c858f2a.tar.bz2 kde-9acb40bab1717416daf79223f6ac464f7c858f2a.zip |
net-misc/kio-zeroconf: RDEPEND on net-misc/kio-zeroconf-common
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/kio-zeroconf/kio-zeroconf-24.07.90.ebuild | 12 | ||||
-rw-r--r-- | net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild | 12 | ||||
-rw-r--r-- | net-misc/kio-zeroconf/kio-zeroconf-24.08.49.9999.ebuild | 12 | ||||
-rw-r--r-- | net-misc/kio-zeroconf/kio-zeroconf-9999.ebuild | 12 |
4 files changed, 44 insertions, 4 deletions
diff --git a/net-misc/kio-zeroconf/kio-zeroconf-24.07.90.ebuild b/net-misc/kio-zeroconf/kio-zeroconf-24.07.90.ebuild index 1a95c5a512..fe3aafc57e 100644 --- a/net-misc/kio-zeroconf/kio-zeroconf-24.07.90.ebuild +++ b/net-misc/kio-zeroconf/kio-zeroconf-24.07.90.ebuild @@ -23,5 +23,15 @@ DEPEND=" >=kde-frameworks/kio-${KFMIN}:6 " RDEPEND="${DEPEND} - !${CATEGORY}/${PN}:5[-kf6compat(-)] + >=net-misc/${PN}-common-${PV} " + +# Shipped by net-misc/kio-zeroconf-common package for shared use w/ SLOT 5 +ECM_REMOVE_FROM_INSTALL=( + /usr/share/dbus-1/interfaces/org.kde.kdnssd.xml +) + +src_prepare() { + ecm_src_prepare + ecm_punt_po_install +} diff --git a/net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild b/net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild index 1a95c5a512..fe3aafc57e 100644 --- a/net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild +++ b/net-misc/kio-zeroconf/kio-zeroconf-24.08.0.ebuild @@ -23,5 +23,15 @@ DEPEND=" >=kde-frameworks/kio-${KFMIN}:6 " RDEPEND="${DEPEND} - !${CATEGORY}/${PN}:5[-kf6compat(-)] + >=net-misc/${PN}-common-${PV} " + +# Shipped by net-misc/kio-zeroconf-common package for shared use w/ SLOT 5 +ECM_REMOVE_FROM_INSTALL=( + /usr/share/dbus-1/interfaces/org.kde.kdnssd.xml +) + +src_prepare() { + ecm_src_prepare + ecm_punt_po_install +} diff --git a/net-misc/kio-zeroconf/kio-zeroconf-24.08.49.9999.ebuild b/net-misc/kio-zeroconf/kio-zeroconf-24.08.49.9999.ebuild index da13e93e85..1b72622faf 100644 --- a/net-misc/kio-zeroconf/kio-zeroconf-24.08.49.9999.ebuild +++ b/net-misc/kio-zeroconf/kio-zeroconf-24.08.49.9999.ebuild @@ -23,5 +23,15 @@ DEPEND=" >=kde-frameworks/kio-${KFMIN}:6 " RDEPEND="${DEPEND} - !${CATEGORY}/${PN}:5[-kf6compat(-)] + >=net-misc/${PN}-common-${PV} " + +# Shipped by net-misc/kio-zeroconf-common package for shared use w/ SLOT 5 +ECM_REMOVE_FROM_INSTALL=( + /usr/share/dbus-1/interfaces/org.kde.kdnssd.xml +) + +src_prepare() { + ecm_src_prepare + ecm_punt_po_install +} diff --git a/net-misc/kio-zeroconf/kio-zeroconf-9999.ebuild b/net-misc/kio-zeroconf/kio-zeroconf-9999.ebuild index da13e93e85..1b72622faf 100644 --- a/net-misc/kio-zeroconf/kio-zeroconf-9999.ebuild +++ b/net-misc/kio-zeroconf/kio-zeroconf-9999.ebuild @@ -23,5 +23,15 @@ DEPEND=" >=kde-frameworks/kio-${KFMIN}:6 " RDEPEND="${DEPEND} - !${CATEGORY}/${PN}:5[-kf6compat(-)] + >=net-misc/${PN}-common-${PV} " + +# Shipped by net-misc/kio-zeroconf-common package for shared use w/ SLOT 5 +ECM_REMOVE_FROM_INSTALL=( + /usr/share/dbus-1/interfaces/org.kde.kdnssd.xml +) + +src_prepare() { + ecm_src_prepare + ecm_punt_po_install +} |