diff options
author | 2024-12-10 23:53:00 +0100 | |
---|---|---|
committer | 2024-12-12 22:44:00 +0100 | |
commit | 8c5db52bad188f51fde47dc7960c6888bd1a7943 (patch) | |
tree | ee4725dfb67842e0fec13be945cc0a1c42549b36 /net-misc/kio-zeroconf-common | |
parent | net-misc/kio-zeroconf: 24.12.0 version bump (diff) | |
download | gentoo-8c5db52bad188f51fde47dc7960c6888bd1a7943.tar.gz gentoo-8c5db52bad188f51fde47dc7960c6888bd1a7943.tar.bz2 gentoo-8c5db52bad188f51fde47dc7960c6888bd1a7943.zip |
net-misc/kio-zeroconf-common: 24.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-misc/kio-zeroconf-common')
-rw-r--r-- | net-misc/kio-zeroconf-common/Manifest | 1 | ||||
-rw-r--r-- | net-misc/kio-zeroconf-common/kio-zeroconf-common-24.12.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/kio-zeroconf-common/Manifest b/net-misc/kio-zeroconf-common/Manifest index 7159fe6477b0..a6a070c5641b 100644 --- a/net-misc/kio-zeroconf-common/Manifest +++ b/net-misc/kio-zeroconf-common/Manifest @@ -1 +1,2 @@ DIST kio-zeroconf-24.08.3.tar.xz 44896 BLAKE2B 28e0acfbc943c4942e65e87a6d5f10dccbd17d61372b592d7167a1de0103fa54007b399036531897a942ced0e6dcd9cd26a757dda9244d6dc643cf9c57d1d2e8 SHA512 5b88d06d998702556bb0f2c533b12c289f039ed7803e9785f224b21509bf5dd4de2e17c3c6cddfa70bd374aab6b9c63a8d2b24e8019e2a4d33b8a8b0412007c5 +DIST kio-zeroconf-24.12.0.tar.xz 44888 BLAKE2B 0fc277660d95dc311263e0ba06f114586295931dc70d4be0118970e409ae7edb4c8d5a16004fd6200bf737312f8077dd24fa3b6fea0ba0a12243411fd42b76aa SHA512 7810a69260c2eddbccf4fa7988fae7532c970b6e620785c7b2eb067e79ad02158cbb706777e1112fdeacbbca09201b56541becff4521577aa2c0bf8184d3d898 diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.12.0.ebuild b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.12.0.ebuild new file mode 100644 index 000000000000..4ab4638c9e5a --- /dev/null +++ b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.12.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="false" +KDE_ORG_NAME="${PN/-common/}" +KFMIN=5.115.0 +inherit ecm-common gear.kde.org + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +RDEPEND=" + !<net-misc/kio-zeroconf-23.08.5-r2:5 + !<net-misc/kio-zeroconf-24.08.0-r1:6 +" + +ECM_INSTALL_FILES=( + kdedmodule/org.kde.kdnssd.xml:\${KDE_INSTALL_DBUSINTERFACEDIR} + kioworker/zeroconf.desktop:\${KDE_INSTALL_DATADIR}/remoteview + org.kde.kio_zeroconf.metainfo.xml:\${KDE_INSTALL_METAINFODIR} +) |