Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/milou/
Date: Mon, 17 Jan 2022 17:50:05
Message-Id: 1642441599.5dd6ca5e652d8a897b9d9901dac8c6046e5658c2.asturm@gentoo
1 commit: 5dd6ca5e652d8a897b9d9901dac8c6046e5658c2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 17 17:40:43 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 17 17:46:39 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5dd6ca5e
7
8 kde-plasma/milou: 5.23.90 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/milou/milou-5.23.90.ebuild | 33 +++++++++++++++++++++++++++++++++
13 1 file changed, 33 insertions(+)
14
15 diff --git a/kde-plasma/milou/milou-5.23.90.ebuild b/kde-plasma/milou/milou-5.23.90.ebuild
16 new file mode 100644
17 index 0000000000..5aa3ceefc8
18 --- /dev/null
19 +++ b/kde-plasma/milou/milou-5.23.90.ebuild
20 @@ -0,0 +1,33 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +ECM_TEST="true"
27 +KFMIN=5.90.0
28 +PVCUT=$(ver_cut 1-3)
29 +QTMIN=5.15.2
30 +inherit ecm kde.org
31 +
32 +DESCRIPTION="Dedicated search application built on top of Baloo"
33 +HOMEPAGE="https://invent.kde.org/plasma/milou"
34 +
35 +LICENSE="GPL-2 LGPL-2.1"
36 +SLOT="5"
37 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
38 +IUSE=""
39 +
40 +DEPEND="
41 + >=dev-qt/qtdeclarative-${QTMIN}:5
42 + >=dev-qt/qtgui-${QTMIN}:5
43 + >=dev-qt/qtwidgets-${QTMIN}:5
44 + >=kde-frameworks/kconfig-${KFMIN}:5
45 + >=kde-frameworks/kcoreaddons-${KFMIN}:5
46 + >=kde-frameworks/kdeclarative-${KFMIN}:5
47 + >=kde-frameworks/ki18n-${KFMIN}:5
48 + >=kde-frameworks/kitemmodels-${KFMIN}:5
49 + >=kde-frameworks/krunner-${KFMIN}:5
50 + >=kde-frameworks/kservice-${KFMIN}:5
51 + >=kde-frameworks/plasma-${KFMIN}:5
52 +"
53 +RDEPEND="${DEPEND}"