diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-02 02:28:22 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-02 02:28:22 +0100 |
commit | f4289c670bd8d9b8b74b91798b1131a894e7df72 (patch) | |
tree | f97409d2aede4f00d9387f3a70a98eca4dc503b2 /sys-libs | |
parent | sys-block/partitionmanager: 20.12.2 version bump (diff) | |
download | kde-f4289c670bd8d9b8b74b91798b1131a894e7df72.tar.gz kde-f4289c670bd8d9b8b74b91798b1131a894e7df72.tar.bz2 kde-f4289c670bd8d9b8b74b91798b1131a894e7df72.zip |
sys-libs/kpmcore: 20.12.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/kpmcore/Manifest | 1 | ||||
-rw-r--r-- | sys-libs/kpmcore/kpmcore-20.12.2.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 0000000000..f7610ac51f --- /dev/null +++ b/sys-libs/kpmcore/Manifest @@ -0,0 +1 @@ +DIST kpmcore-20.12.2.tar.xz 584284 BLAKE2B 8b3aeba1e0b55fe4daa221076298965ffe94b3ad31c0e5824ffce2756e6aebc4f2728deb9e075d94c9dc13d58c3abd40c5143ffeaf1251970349d12086a6acce SHA512 6e3327ef47cb481211887e285ac93646001690f9c468f7c8bfaf6037d262bc2e90582a83d8006d4a3f1c32d2354cc6f6d77ef248773d8cdb5d904a2164615063 diff --git a/sys-libs/kpmcore/kpmcore-20.12.2.ebuild b/sys-libs/kpmcore/kpmcore-20.12.2.ebuild new file mode 100644 index 0000000000..b8217a3ea9 --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-20.12.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_NONGUI="true" +KDE_RELEASE_SERVICE="true" +KFMIN=5.74.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Library for managing partitions" +HOMEPAGE="https://apps.kde.org/en/partitionmanager" + +LICENSE="GPL-3" +SLOT="5/10" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +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}" + +# bug 689468, tests need polkit etc. +RESTRICT+=" test" |