aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-03 10:05:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-03 10:13:47 +0100
commitdc660e0d7170b958fddc0ab2a7dbde65737a00e1 (patch)
treeac07cf638d612ad63e0acdc6cf9e49b094c0a82b /sys-libs
parentsys-block/partitionmanager: 22.12.1 version bump (diff)
downloadkde-dc660e0d7170b958fddc0ab2a7dbde65737a00e1.tar.gz
kde-dc660e0d7170b958fddc0ab2a7dbde65737a00e1.tar.bz2
kde-dc660e0d7170b958fddc0ab2a7dbde65737a00e1.zip
sys-libs/kpmcore: 22.12.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-22.12.1.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
new file mode 100644
index 0000000000..c5c3d967d6
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-22.12.1.tar.xz 616844 BLAKE2B 78012be540f86ced977e0255464c811eefd1f5fbea05d239faa2ea4aeefa4bd56ec0496f881cc219f4d50e0fc419b6894a66b229e46d38871006eae0ed5923b8 SHA512 26732b4e513c3ae29a99339e566d11edd01b117e6123c839c3923c703b03c0ceb181977ffa166b491ebd70f54b9070b2f46c37a8fc3077ff4f7465f56ff248ed
diff --git a/sys-libs/kpmcore/kpmcore-22.12.1.ebuild b/sys-libs/kpmcore/kpmcore-22.12.1.ebuild
new file mode 100644
index 0000000000..eba371c469
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-22.12.1.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}"