diff options
author | 2022-03-25 11:01:00 +0100 | |
---|---|---|
committer | 2022-03-25 11:01:00 +0100 | |
commit | e597b380be5a09fa3184617142d839ffb9a82948 (patch) | |
tree | 05bb3ccc2fec2856fe2f8b6d74d9d5d1e214e429 /sys-libs | |
parent | sys-block/partitionmanager: 22.03.80 version bump (diff) | |
download | kde-e597b380be5a09fa3184617142d839ffb9a82948.tar.gz kde-e597b380be5a09fa3184617142d839ffb9a82948.tar.bz2 kde-e597b380be5a09fa3184617142d839ffb9a82948.zip |
sys-libs/kpmcore: 22.03.80 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-22.03.80.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..61151b8367 --- /dev/null +++ b/sys-libs/kpmcore/Manifest @@ -0,0 +1 @@ +DIST kpmcore-22.03.80.tar.xz 598308 BLAKE2B ca308292b9aca051762a6bea2e2592ce0be859f6699efe94f4f219a0ca09a0fddd35abe02aa5c5cfa34b7234c180e852f6efa0c0c25d301a9c456251f70735bc SHA512 5ccea828b627886dc60aaa8f3bcd3f2e01af1db7bd0aa1cb1997e0e321a34185c0be1e7b15072a8abae3d3feb9be359250bbf73defaf20bd95761af820b56e40 diff --git a/sys-libs/kpmcore/kpmcore-22.03.80.ebuild b/sys-libs/kpmcore/kpmcore-22.03.80.ebuild new file mode 100644 index 0000000000..83d3b36bf6 --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-22.03.80.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.92.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}" |