summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-10 14:43:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-10 18:04:05 +0200
commit41770cd29b8fa0c3158c4950d5777211bb29dcf1 (patch)
tree3191b7657e12f7064734ff7d93291563560ebf24 /kde-frameworks/baloo
parentkde-frameworks/syndication: 5.75.0 version bump (diff)
downloadgentoo-41770cd29b8fa0c3158c4950d5777211bb29dcf1.tar.gz
gentoo-41770cd29b8fa0c3158c4950d5777211bb29dcf1.tar.bz2
gentoo-41770cd29b8fa0c3158c4950d5777211bb29dcf1.zip
kde-frameworks/baloo: 5.75.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/baloo')
-rw-r--r--kde-frameworks/baloo/Manifest1
-rw-r--r--kde-frameworks/baloo/baloo-5.75.0.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-frameworks/baloo/Manifest b/kde-frameworks/baloo/Manifest
index d3740957f8f5..5e000abf1024 100644
--- a/kde-frameworks/baloo/Manifest
+++ b/kde-frameworks/baloo/Manifest
@@ -1 +1,2 @@
DIST baloo-5.74.0.tar.xz 286000 BLAKE2B e0759f01364413e5ef232c0746ca7fa54585ecc55ac7073d3cf20bfc06227f055ad2f4a11611dc3f745fe3da736529a42fde3b30e77c761425b8eea917e88354 SHA512 e044b3d0aa924154e32d2a7a66c6de0c4a8b572d3357d5c2600e9a64ae3e32751ea5953a37bbb8a0bde939732b1298486ccceaa64a84400f6179e44cd360ec5f
+DIST baloo-5.75.0.tar.xz 287140 BLAKE2B c306a54f9d4592005a6bc75dbeadfc4dfbbf63f99c91be07546f42aa12be2c5010e7ff55fd4da3c44ba7edc4a11a363c2bcedbf492bb37a90c029e03ecf8b22a SHA512 6f57c629088ce7ed45b2316b38763b4c0d6ce9e5fca52404e50792d56108ae9b75fea5545ea78306a40f4f7871e6825a7bcd0345b35ad4665a53d04e4faa23cc
diff --git a/kde-frameworks/baloo/baloo-5.75.0.ebuild b/kde-frameworks/baloo/baloo-5.75.0.ebuild
new file mode 100644
index 000000000000..25a40ebbedf0
--- /dev/null
+++ b/kde-frameworks/baloo/baloo-5.75.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