From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/baloo/
Date: Thu, 29 Sep 2016 11:39:21 +0000 (UTC) [thread overview]
Message-ID: <1475149146.6ddae545b3badb7863646736364923f6e8afacc4.kensington@gentoo> (raw)
commit: 6ddae545b3badb7863646736364923f6e8afacc4
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Sep 28 20:07:02 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 11:39:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddae545
kde-frameworks/baloo: Fix autostart condition
Package-Manager: portage-2.3.0
kde-frameworks/baloo/baloo-5.26.0-r2.ebuild | 57 +++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
diff --git a/kde-frameworks/baloo/baloo-5.26.0-r2.ebuild b/kde-frameworks/baloo/baloo-5.26.0-r2.ebuild
new file mode 100644
index 00000000..97ed94b
--- /dev/null
+++ b/kde-frameworks/baloo/baloo-5.26.0-r2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework for searching and managing metadata"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kfilemetadata)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kidletime)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep solid)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ >=dev-db/lmdb-0.9.17
+"
+RDEPEND="${DEPEND}
+ !kde-base/baloo:4[-minimal(-)]
+"
+
+PATCHES=(
+ "${FILESDIR}/${P}-runtime-crash.patch"
+ "${FILESDIR}/${P}-size-limit.patch"
+ "${FILESDIR}/${P}-zerotimestamp-crash.patch"
+ "${FILESDIR}/${P}-thread-safety.patch"
+ "${FILESDIR}/${P}-dont-corrupt.patch"
+)
+
+src_prepare() {
+ kde5_src_prepare
+ # upstream commit e73849e052c1a2ca174efe18d4a4958c6576fc33
+ sed -e "/^X-KDE-autostart-condition/ s/Enabled/Indexing-Enabled/" \
+ -i src/file/baloo_file.desktop || die
+}
+
+pkg_postinst() {
+ kde5_pkg_postinst
+ if use x86; then
+ ewarn "The baloo index size limit for 32-bit is 1GB. For large homes, exclude"
+ ewarn "subdirectories in System Settings / Search to avoid random segfaults."
+ ewarn "For more information, visit: https://bugs.kde.org/show_bug.cgi?id=364475"
+ fi
+}
next reply other threads:[~2016-09-29 11:39 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-29 11:39 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-26 13:28 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/baloo/ Andreas Sturmlechner
2025-04-22 22:22 Andreas Sturmlechner
2025-03-15 20:56 Andreas Sturmlechner
2025-02-21 20:39 Andreas Sturmlechner
2025-02-14 15:24 Andreas Sturmlechner
2025-01-27 18:43 Andreas Sturmlechner
2024-12-17 21:47 Andreas Sturmlechner
2024-12-16 22:28 Andreas Sturmlechner
2024-11-08 14:38 Andreas Sturmlechner
2024-10-11 12:57 Andreas Sturmlechner
2024-10-09 16:55 Andreas Sturmlechner
2024-09-14 3:23 Andreas Sturmlechner
2024-08-30 14:48 Andreas Sturmlechner
2024-08-09 13:14 Andreas Sturmlechner
2024-07-12 15:04 Andreas Sturmlechner
2024-05-13 20:26 Andreas Sturmlechner
2024-04-14 20:03 Andreas Sturmlechner
2023-03-26 9:52 Andreas Sturmlechner
2021-04-04 13:23 Andreas Sturmlechner
2021-01-06 21:28 Andreas Sturmlechner
2020-02-13 23:20 Andreas Sturmlechner
2018-10-10 11:48 Mikle Kolyada
2017-08-19 8:42 Andreas Sturmlechner
2017-08-15 9:11 Andreas Sturmlechner
2017-07-25 18:14 Alexis Ballier
2017-07-09 10:49 Andreas Sturmlechner
2017-05-07 15:41 Andreas Sturmlechner
2017-04-01 18:15 Andreas Sturmlechner
2017-04-01 17:56 Agostino Sarubbo
2017-04-01 17:55 Agostino Sarubbo
2017-03-17 21:05 Andreas Sturmlechner
2017-03-17 21:05 Andreas Sturmlechner
2017-03-05 14:33 Andreas Sturmlechner
2016-09-29 11:39 Michael Palimaka
2016-04-28 14:56 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1475149146.6ddae545b3badb7863646736364923f6e8afacc4.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox