summaryrefslogtreecommitdiff
path: root/sys-libs/kpmcore/kpmcore-22.12.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-02 13:30:14 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-02 13:30:14 +0000
commitdd3e3c9214bc18697f6f656e8d645d3218a26d76 (patch)
treea8865ccf62a196361b531d263f081165078af583 /sys-libs/kpmcore/kpmcore-22.12.3.ebuild
parent4c91fc4c0d1da2829c584bd0517280eb4daf33d5 (diff)
gentoo auto-resync : 02:03:2023 - 13:30:13
Diffstat (limited to 'sys-libs/kpmcore/kpmcore-22.12.3.ebuild')
-rw-r--r--sys-libs/kpmcore/kpmcore-22.12.3.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/kpmcore-22.12.3.ebuild b/sys-libs/kpmcore/kpmcore-22.12.3.ebuild
new file mode 100644
index 000000000000..eba371c4698e
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-22.12.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+KFMIN=5.101.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for managing partitions"
+HOMEPAGE="https://apps.kde.org/partitionmanager/"
+
+LICENSE="GPL-3"
+SLOT="5/10"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~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-0.113.0[qt5(+)]
+"
+RDEPEND="${DEPEND}"