summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-01 12:30:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-02 12:57:42 +0100
commit07d83aa56e55caebd7bf865791bb124df5e87ad6 (patch)
treecedd4ca9ef4030fde244ac0354b7a6cb9cb0511d /sys-libs/kpmcore
parentsys-block/partitionmanager: 22.12.3 version bump (diff)
downloadgentoo-07d83aa56e55caebd7bf865791bb124df5e87ad6.tar.gz
gentoo-07d83aa56e55caebd7bf865791bb124df5e87ad6.tar.bz2
gentoo-07d83aa56e55caebd7bf865791bb124df5e87ad6.zip
sys-libs/kpmcore: 22.12.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs/kpmcore')
-rw-r--r--sys-libs/kpmcore/Manifest1
-rw-r--r--sys-libs/kpmcore/kpmcore-22.12.3.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
index dc434ed2bcf3..03148cccda9c 100644
--- a/sys-libs/kpmcore/Manifest
+++ b/sys-libs/kpmcore/Manifest
@@ -1,2 +1,3 @@
DIST kpmcore-22.08.3.tar.xz 599692 BLAKE2B 1a866db1d14bb866c2e0579bd79211bc22d27583425ba8f715d973779eba5a571722c19d6db5613440d85f046a3303d0067b3a6ca26645dd14a0e37db713c3e4 SHA512 4b48b6fa8f6a0ede38aeacc4f91c87e51f2205be93d4fff785ed144bb9ff59e8c8cb98a4e202f11b2ed246f6955e9ecede28efb0601da5c7936a4b4ccc25457c
DIST kpmcore-22.12.2.tar.xz 618392 BLAKE2B 32a3fe874de1313d04d25199a5c3a2587bd64515c59a606246487fa30dd7586bd833ed02f8e6f07356ad4d747ba4b0931240b050b88983164106d754d5195102 SHA512 a68be1c7432aed53306471e0f3203f454606fdc4831542e852f0360f01bf13ed99493d6b39126647dd3ada9580861a04df4b1bb52a06d51a89c94229d3b78db3
+DIST kpmcore-22.12.3.tar.xz 618340 BLAKE2B 64ad0ae724e2329ae9d0cb4416adf70502f34b7385745214a4d6754c36949c73404dea7aaf41b473c91b049b3cab2350f93b7595cf019c0001aa8ecc0d11ef1d SHA512 0e56331043e4d220a1ab1c871b4d5012e5575b92795413125b6bcc9c5a177811587335fe6384d4ba0ec4f1b58c519fad8abe21278d53109e4a7bb53bf5e47c00
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}"