diff options
author | 2024-04-05 16:28:07 +0200 | |
---|---|---|
committer | 2024-04-05 22:00:46 +0200 | |
commit | 43806abaaefbdee803a70e0b76ff87c09a9c5727 (patch) | |
tree | e2c7b1e6722bdb28747be52819d779a2669761be /kde-frameworks/baloo | |
parent | kde-frameworks/syndication: 6.1.0 version bump (diff) | |
download | kde-43806abaaefbdee803a70e0b76ff87c09a9c5727.tar.gz kde-43806abaaefbdee803a70e0b76ff87c09a9c5727.tar.bz2 kde-43806abaaefbdee803a70e0b76ff87c09a9c5727.zip |
kde-frameworks/baloo: 6.1.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/baloo')
-rw-r--r-- | kde-frameworks/baloo/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/baloo/baloo-6.1.0.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-frameworks/baloo/Manifest b/kde-frameworks/baloo/Manifest new file mode 100644 index 0000000000..cabb5489db --- /dev/null +++ b/kde-frameworks/baloo/Manifest @@ -0,0 +1 @@ +DIST baloo-6.1.0.tar.xz 319828 BLAKE2B 21427c4f4e79e9168f747ecba1c64cc5d409e5138c1de110030763c97dff92460ca9d7300d82c17faab428208dd8088947479badd3aff233601cd164d5cbf344 SHA512 a755a52ace391235bb2231b51a192ba6e32b682670ce761b57c858b10231cee0965c3d9657a27198e4be86a07460660b064e16e2c952c40d880f1dcc32d7eb27 diff --git a/kde-frameworks/baloo/baloo-6.1.0.ebuild b/kde-frameworks/baloo/baloo-6.1.0.ebuild new file mode 100644 index 0000000000..d98f5ec95b --- /dev/null +++ b/kde-frameworks/baloo/baloo-6.1.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +PVCUT=$(ver_cut 1-2) +QTMIN=6.6.2 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for searching and managing metadata" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64" +IUSE="" + +RESTRICT="test" # bug 624250 + +DEPEND=" + >=dev-db/lmdb-0.9.17 + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6 + =kde-frameworks/kconfig-${PVCUT}*:6 + =kde-frameworks/kcoreaddons-${PVCUT}*:6 + =kde-frameworks/kcrash-${PVCUT}*:6 + =kde-frameworks/kdbusaddons-${PVCUT}*:6 + =kde-frameworks/kfilemetadata-${PVCUT}*:6 + =kde-frameworks/ki18n-${PVCUT}*:6 + =kde-frameworks/kidletime-${PVCUT}*:6 + =kde-frameworks/kio-${PVCUT}*:6 + =kde-frameworks/solid-${PVCUT}*:6 +" +RDEPEND="${DEPEND} + !${CATEGORY}/${PN}:5[-kf6compat(-)] +" |