diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-08 11:05:28 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-08 12:54:56 +0200 |
commit | b6cb116f71b38cf9c9b8f35d0b29101f3e2c9517 (patch) | |
tree | 500662682c180413cc200bb0d1e3a2ae65a678d1 /kde-frameworks/baloo | |
parent | kde-frameworks/syndication: 5.73.0 version bump (diff) | |
download | gentoo-b6cb116f71b38cf9c9b8f35d0b29101f3e2c9517.tar.gz gentoo-b6cb116f71b38cf9c9b8f35d0b29101f3e2c9517.tar.bz2 gentoo-b6cb116f71b38cf9c9b8f35d0b29101f3e2c9517.zip |
kde-frameworks/baloo: 5.73.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.73.0.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-frameworks/baloo/Manifest b/kde-frameworks/baloo/Manifest index 537638407e44..663b0b8d732b 100644 --- a/kde-frameworks/baloo/Manifest +++ b/kde-frameworks/baloo/Manifest @@ -1,2 +1,3 @@ DIST baloo-5.70.0.tar.xz 273108 BLAKE2B 9ece044d50462f19b4c27543f5e108c80031dd9d1782ebfbf46c7b71ce9e96e0160adb5b072afbff239e5a43fb04a33905c906a3f6784bd87274cd0982cb42d1 SHA512 9d2455c29f7f5609897d06271a62c285e03370fdb8d842be252953f8b1644351b6bf8f5dc2f685bfa1cab9ed494747b59eccfd4f0f616625822c72e97692a390 DIST baloo-5.72.0.tar.xz 276400 BLAKE2B 4ae5cb663a3a56d955df8b54be30b1d217311777a5b8c085539eae7309e79ef7099c3757786aa26d046acf5b0bb066d9ebc5291cfc106f2dd97b6bc85b8a4b9d SHA512 0c23bd056bfb934b1e623e0aeaa151d47d2f0f4938c40ece1b738b35bf81eb424b2d4772b276f8893e8c914b904c172f7b28d25ea2b5e96771cc5d1f121e64e5 +DIST baloo-5.73.0.tar.xz 276572 BLAKE2B 3fcf1a323c5a0fa502f80fa920179f91bbc82b829cf4eed0f5acc1ce6eac83470caadd03c93c87b57b03d6982019e1fe512528c5614a3114a1a34e87c8861cf9 SHA512 588938d14142d673bf04d782ed1ae91c4380b539b752b968430064835435726f62109924b02906bfd432ce155a272f35483ca9dfda55be937d532d1e65ef2338 diff --git a/kde-frameworks/baloo/baloo-5.73.0.ebuild b/kde-frameworks/baloo/baloo-5.73.0.ebuild new file mode 100644 index 000000000000..25a40ebbedf0 --- /dev/null +++ b/kde-frameworks/baloo/baloo-5.73.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="forceoptional" +PVCUT=$(ver_cut 1-2) +QTMIN=5.14.2 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Framework for searching and managing metadata" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +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}" + +RESTRICT+=" test" # bug 624250 |