summaryrefslogtreecommitdiff
path: root/sys-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-09-06 20:01:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-09-06 21:01:06 +0200
commit723afa48db6403c755df25850b42a4ce1346cd6c (patch)
treea9e3445cb0e8b857f82cf81216f626c4b6b3989b /sys-libs
parentfbaae29a259e02ec68640ac7aa42bd318038cf6f (diff)
downloadkde-723afa48db6403c755df25850b42a4ce1346cd6c.tar.gz
kde-723afa48db6403c755df25850b42a4ce1346cd6c.tar.bz2
kde-723afa48db6403c755df25850b42a4ce1346cd6c.zip
sys-libs/kpmcore: 22.08.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.08.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 00000000000..0c7bc807576
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-22.08.1.tar.xz 594808 BLAKE2B 0b91f71e267fc8b2497a8c7c1ab5de29b83d45fe9adbc14f6b09b7462e7fea323122fd600e87b1801cc81a2d05de20bb379dc21b710b5ec3c72a13d46707f667 SHA512 74663e19f2d1ab38490cea66ea5936dcdb43bdc515e06b3da8d75bcd51dcbea0a4dba8ffdab3b425a1ad4b0f92cc258661ba532b439c7d5601c6dbc8b2c022bc
diff --git a/sys-libs/kpmcore/kpmcore-22.08.1.ebuild b/sys-libs/kpmcore/kpmcore-22.08.1.ebuild
new file mode 100644
index 00000000000..684e7640044
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-22.08.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+KFMIN=5.96.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 ~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}"