summaryrefslogtreecommitdiff
path: root/sys-libs/kpmcore/kpmcore-21.12.1.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-01-04 11:28:02 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-01-04 12:07:10 +0100
commita9d2adaebab3c616823fcdfaf2ad15b664aa3d2e (patch)
tree45f6d6f09885a074b37ae965d337862b438b6c1e /sys-libs/kpmcore/kpmcore-21.12.1.ebuild
parentfc5225bed6cacf5d45c5d4e94bb62461ba2bd1c0 (diff)
downloadkde-a9d2adaebab3c616823fcdfaf2ad15b664aa3d2e.tar.gz
kde-a9d2adaebab3c616823fcdfaf2ad15b664aa3d2e.tar.bz2
kde-a9d2adaebab3c616823fcdfaf2ad15b664aa3d2e.zip
sys-libs/kpmcore: 21.12.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs/kpmcore/kpmcore-21.12.1.ebuild')
-rw-r--r--sys-libs/kpmcore/kpmcore-21.12.1.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/kpmcore-21.12.1.ebuild b/sys-libs/kpmcore/kpmcore-21.12.1.ebuild
new file mode 100644
index 00000000000..9cf2587af68
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-21.12.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+KDE_GEAR="true"
+KFMIN=5.88.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Library for managing partitions"
+HOMEPAGE="https://apps.kde.org/partitionmanager/"
+
+LICENSE="GPL-3"
+SLOT="5/10"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+# bug 689468, tests need polkit etc.
+RESTRICT="test"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=sys-apps/util-linux-2.33.2
+ sys-auth/polkit-qt
+"
+RDEPEND="${DEPEND}"