diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-01 10:03:25 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-01 10:03:25 +0100 |
| commit | 681e40fe37143684020465653353f3b41c8aa601 (patch) | |
| tree | 39a3a60974f9b61fcd34504e1146f48ddb1a2ce2 | |
| parent | 61db3967c8cc1c94f0deb98791a916509b5baaca (diff) | |
| download | kde-681e40fe37143684020465653353f3b41c8aa601.tar.gz kde-681e40fe37143684020465653353f3b41c8aa601.tar.bz2 kde-681e40fe37143684020465653353f3b41c8aa601.zip | |
sys-libs/kpmcore: 21.12.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | sys-libs/kpmcore/Manifest | 1 | ||||
| -rw-r--r-- | sys-libs/kpmcore/kpmcore-21.12.3.ebuild | 34 |
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..16cd69c38a7 --- /dev/null +++ b/sys-libs/kpmcore/Manifest @@ -0,0 +1 @@ +DIST kpmcore-21.12.3.tar.xz 595940 BLAKE2B ddeb1140b89993ff506d3936017f4882786f716037250f93bb820b1769de2b67301a542e1222adbf71815c36d06372cfffcacee275d807f702c48f1abdd9c84a SHA512 7f26ca0a2a0889c3fe3c67a23e673e7ac96ba359a2da3dec72c1d1d0faeb247d136c405d2e28f1bbe8bcb56352dcca16666a9339cfe199d4a2d0105a44597d16 diff --git a/sys-libs/kpmcore/kpmcore-21.12.3.ebuild b/sys-libs/kpmcore/kpmcore-21.12.3.ebuild new file mode 100644 index 00000000000..d0800f0fc76 --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-21.12.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 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}" |
