summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-14 15:26:44 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-14 18:44:24 +0100
commit829fdf7c6e256628a41efb2c711641c0811d9bc8 (patch)
treeca54775ba0a75c1112d7d30c5316eeebc239b803 /kde-frameworks
parentkde-frameworks/syndication: 5.76.0 version bump (diff)
downloadgentoo-829fdf7c6e256628a41efb2c711641c0811d9bc8.tar.gz
gentoo-829fdf7c6e256628a41efb2c711641c0811d9bc8.tar.bz2
gentoo-829fdf7c6e256628a41efb2c711641c0811d9bc8.zip
kde-frameworks/baloo: 5.76.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/baloo/Manifest1
-rw-r--r--kde-frameworks/baloo/baloo-5.76.0.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-frameworks/baloo/Manifest b/kde-frameworks/baloo/Manifest
index 5e000abf1024..90ce59024d72 100644
--- a/kde-frameworks/baloo/Manifest
+++ b/kde-frameworks/baloo/Manifest
@@ -1,2 +1,3 @@
DIST baloo-5.74.0.tar.xz 286000 BLAKE2B e0759f01364413e5ef232c0746ca7fa54585ecc55ac7073d3cf20bfc06227f055ad2f4a11611dc3f745fe3da736529a42fde3b30e77c761425b8eea917e88354 SHA512 e044b3d0aa924154e32d2a7a66c6de0c4a8b572d3357d5c2600e9a64ae3e32751ea5953a37bbb8a0bde939732b1298486ccceaa64a84400f6179e44cd360ec5f
DIST baloo-5.75.0.tar.xz 287140 BLAKE2B c306a54f9d4592005a6bc75dbeadfc4dfbbf63f99c91be07546f42aa12be2c5010e7ff55fd4da3c44ba7edc4a11a363c2bcedbf492bb37a90c029e03ecf8b22a SHA512 6f57c629088ce7ed45b2316b38763b4c0d6ce9e5fca52404e50792d56108ae9b75fea5545ea78306a40f4f7871e6825a7bcd0345b35ad4665a53d04e4faa23cc
+DIST baloo-5.76.0.tar.xz 289520 BLAKE2B 187eee91eace370b7ae6ef57e4c2c59e4c9c51aebe1186b1542e1d474e28f5d09f61a819a3310738b3c620e449087d22e910da6727ccd103f2d52b855175ff66 SHA512 0deafcbbe560d57d9f235a9991c6fe54de12d340961627a26a44079e1a234a0cb8eee86fcc0f1fb4ab1568a030dcfd91827065eb17d7c4ad76223454b1515213
diff --git a/kde-frameworks/baloo/baloo-5.76.0.ebuild b/kde-frameworks/baloo/baloo-5.76.0.ebuild
new file mode 100644
index 000000000000..b4693c49c8ba
--- /dev/null
+++ b/kde-frameworks/baloo/baloo-5.76.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.15.1
+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