Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: sys-libs/kpmcore/
Date: Wed, 11 May 2022 14:48:22
Message-Id: 1652194371.1cbc117f6f56f938c1f5db4da05142819ce01f3a.asturm@gentoo
1 commit: 1cbc117f6f56f938c1f5db4da05142819ce01f3a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 10 14:14:13 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 10 14:52:51 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1cbc117f
7
8 sys-libs/kpmcore: 22.04.1 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 sys-libs/kpmcore/kpmcore-22.04.1.ebuild | 34 +++++++++++++++++++++++++++++++++
13 1 file changed, 34 insertions(+)
14
15 diff --git a/sys-libs/kpmcore/kpmcore-22.04.1.ebuild b/sys-libs/kpmcore/kpmcore-22.04.1.ebuild
16 new file mode 100644
17 index 0000000000..83d3b36bf6
18 --- /dev/null
19 +++ b/sys-libs/kpmcore/kpmcore-22.04.1.ebuild
20 @@ -0,0 +1,34 @@
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_NONGUI="true"
27 +KDE_GEAR="true"
28 +KFMIN=5.92.0
29 +QTMIN=5.15.2
30 +inherit ecm kde.org
31 +
32 +DESCRIPTION="Library for managing partitions"
33 +HOMEPAGE="https://apps.kde.org/partitionmanager/"
34 +
35 +LICENSE="GPL-3"
36 +SLOT="5/10"
37 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
38 +IUSE=""
39 +
40 +# bug 689468, tests need polkit etc.
41 +RESTRICT="test"
42 +
43 +BDEPEND="virtual/pkgconfig"
44 +DEPEND="
45 + >=dev-qt/qtdbus-${QTMIN}:5
46 + >=dev-qt/qtgui-${QTMIN}:5
47 + >=dev-qt/qtwidgets-${QTMIN}:5
48 + >=kde-frameworks/kcoreaddons-${KFMIN}:5
49 + >=kde-frameworks/ki18n-${KFMIN}:5
50 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
51 + >=sys-apps/util-linux-2.33.2
52 + sys-auth/polkit-qt
53 +"
54 +RDEPEND="${DEPEND}"