summaryrefslogtreecommitdiff
path: root/sys-libs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-01-04 11:28:02 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-01-04 12:07:10 +0100
commita9d2adaebab3c616823fcdfaf2ad15b664aa3d2e (patch)
tree45f6d6f09885a074b37ae965d337862b438b6c1e /sys-libs
parentfc5225bed6cacf5d45c5d4e94bb62461ba2bd1c0 (diff)
downloadkde-a9d2adaebab3c616823fcdfaf2ad15b664aa3d2e.tar.gz
kde-a9d2adaebab3c616823fcdfaf2ad15b664aa3d2e.tar.bz2
kde-a9d2adaebab3c616823fcdfaf2ad15b664aa3d2e.zip
sys-libs/kpmcore: 21.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-21.12.1.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
new file mode 100644
index 00000000000..76499585cd5
--- /dev/null
+++ b/sys-libs/kpmcore/Manifest
@@ -0,0 +1 @@
+DIST kpmcore-21.12.1.tar.xz 594168 BLAKE2B 2eff6a30d9143be7fe9ca9fd1d2aed9f8a97d9810644c61e801c06f9a7aa6c0184b3c3c4bf731f57ca02459033a1a444281d62d5ddb68e33402d7cc2f1ca79da SHA512 ab9d22adfd5d3a0e6e58f2bb63e6d26b8aad1cf33b24c3f6b39a358d5e0e939a3ac11ce95c8bee0d8443fc506f27673a5daecd0ba430f02435fbf1d7d4c3af83
diff --git a/sys-libs/kpmcore/kpmcore-21.12.1.ebuild b/sys-libs/kpmcore/kpmcore-21.12.1.ebuild
new file mode 100644
index 00000000000..9cf2587af68
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-21.12.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+KDE_GEAR="true"
+KFMIN=5.88.0
+QTMIN=5.15.2
+inherit ecm 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}"