summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-07 22:43:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-19 09:18:18 +0200
commit0a398405816c1b9d7b16560558e4a1dfb5b6c966 (patch)
tree18f32e9de82d5498bd0d67f8ea3e7ee693226a14
parent1b41b9fc7693f91f86380bcfc3969cad39933b6a (diff)
downloadkde-0a398405816c1b9d7b16560558e4a1dfb5b6c966.tar.gz
kde-0a398405816c1b9d7b16560558e4a1dfb5b6c966.tar.bz2
kde-0a398405816c1b9d7b16560558e4a1dfb5b6c966.zip
sys-libs/kpmcore: Add 23.08 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--sys-libs/kpmcore/kpmcore-23.08.49.9999.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/kpmcore-23.08.49.9999.ebuild b/sys-libs/kpmcore/kpmcore-23.08.49.9999.ebuild
new file mode 100644
index 00000000000..9047cc06cf5
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-23.08.49.9999.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.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="Library for managing partitions"
+HOMEPAGE="https://apps.kde.org/partitionmanager/"
+
+LICENSE="GPL-3"
+SLOT="5/10"
+KEYWORDS=""
+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}"