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-apps/kdf/
Date: Tue, 06 Oct 2020 18:13:50
Message-Id: 1601967975.fbafe2bc93e77d9224ded8c1c8e1c443b4fe5caf.asturm@gentoo
1 commit: fbafe2bc93e77d9224ded8c1c8e1c443b4fe5caf
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 07:06:15 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 07:06:15 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fbafe2bc
7
8 kde-apps/kdf: 20.08.2 version bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-apps/kdf/kdf-20.08.2.ebuild | 35 +++++++++++++++++++++++++++++++++++
13 1 file changed, 35 insertions(+)
14
15 diff --git a/kde-apps/kdf/kdf-20.08.2.ebuild b/kde-apps/kdf/kdf-20.08.2.ebuild
16 new file mode 100644
17 index 0000000000..33fd3a6a4d
18 --- /dev/null
19 +++ b/kde-apps/kdf/kdf-20.08.2.ebuild
20 @@ -0,0 +1,35 @@
21 +# Copyright 1999-2020 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +ECM_HANDBOOK="forceoptional"
27 +KFMIN=5.72.0
28 +QTMIN=5.14.2
29 +inherit ecm kde.org
30 +
31 +DESCRIPTION="KDE free disk space utility"
32 +HOMEPAGE="https://kde.org/applications/system/org.kde.kdf
33 +https://utils.kde.org/projects/kdf/"
34 +
35 +LICENSE="GPL-2" # TODO: CHECK
36 +SLOT="5"
37 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
38 +IUSE=""
39 +
40 +DEPEND="
41 + >=dev-qt/qtgui-${QTMIN}:5
42 + >=dev-qt/qtwidgets-${QTMIN}:5
43 + >=kde-frameworks/kcmutils-${KFMIN}:5
44 + >=kde-frameworks/kcompletion-${KFMIN}:5
45 + >=kde-frameworks/kconfig-${KFMIN}:5
46 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5
47 + >=kde-frameworks/kcoreaddons-${KFMIN}:5
48 + >=kde-frameworks/ki18n-${KFMIN}:5
49 + >=kde-frameworks/kiconthemes-${KFMIN}:5
50 + >=kde-frameworks/kio-${KFMIN}:5
51 + >=kde-frameworks/knotifications-${KFMIN}:5
52 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
53 + >=kde-frameworks/kxmlgui-${KFMIN}:5
54 +"
55 +RDEPEND="${DEPEND}"