diff options
author | 2023-05-13 18:37:54 +0200 | |
---|---|---|
committer | 2023-05-13 18:55:26 +0200 | |
commit | d0a794927388bec29a5a62d3625a957bd88f6662 (patch) | |
tree | ff32fd02f36ad8fc4c5de327c7f48749c0cbb28d /kde-frameworks/baloo | |
parent | kde-frameworks/syndication: 5.106.0 version bump (diff) | |
download | gentoo-d0a794927388bec29a5a62d3625a957bd88f6662.tar.gz gentoo-d0a794927388bec29a5a62d3625a957bd88f6662.tar.bz2 gentoo-d0a794927388bec29a5a62d3625a957bd88f6662.zip |
kde-frameworks/baloo: 5.106.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-5.106.0.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-frameworks/baloo/Manifest b/kde-frameworks/baloo/Manifest index 95a77ddf447e..020cbd47f2a2 100644 --- a/kde-frameworks/baloo/Manifest +++ b/kde-frameworks/baloo/Manifest @@ -1,2 +1,3 @@ DIST baloo-5.104.0.tar.xz 305536 BLAKE2B ea76fa769acfb79b4af1c5c5338ef15c39943828e9ce68078ded7ea4abf77110d15aa629a40ed9d1fa666ad546ad896d1b9e51ea43a66b0a992efae089d46d3c SHA512 80ecea86735606798f8500eafcceee5b5dda13c33c2707791baf88d6961d843d239264aea27c1d97c131d8558b4421a251e1c9aed823e3d9214f633488f860fa DIST baloo-5.105.0.tar.xz 305996 BLAKE2B 4ba938a459a0cebbed689bc67468268ed87f78e33e794fe69a3adef829075a78fdb1fa32bb88f27759779012f5e446adef0af7077003e258c58d417b4c766d39 SHA512 d85d541c74f03545e5662471d0b9b430a05fa5649b675841d44973a05d64a8dfea092d1e1d57360d4fabe8b5c12400dab30748f60d2d738e3d1df71f09b7677c +DIST baloo-5.106.0.tar.xz 307056 BLAKE2B 6531e3fa999c5f6a006a22515fb624cb413a78eabb146d44b51d83c84d391530021e3b3734c1602087fa066de6c810af058c06396eaf6e27cd1c8ceae6c7f11d SHA512 4270bca2bb7a0a82383b195d87689df4a868dc6ba510d2aee2d26aeb853451c437ac9340bcb6954acba5a1c8c92fb36b8702dfabb4c5f5ab61bc17f7def61318 diff --git a/kde-frameworks/baloo/baloo-5.106.0.ebuild b/kde-frameworks/baloo/baloo-5.106.0.ebuild new file mode 100644 index 000000000000..8bc9a436ec63 --- /dev/null +++ b/kde-frameworks/baloo/baloo-5.106.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.5 +VIRTUALX_REQUIRED="test" +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for searching and managing metadata" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +RESTRICT="test" # bug 624250 + +DEPEND=" + >=dev-db/lmdb-0.9.17 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kcrash-${PVCUT}*:5 + =kde-frameworks/kdbusaddons-${PVCUT}*:5 + =kde-frameworks/kfilemetadata-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kidletime-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/solid-${PVCUT}*:5 +" +RDEPEND="${DEPEND}" |