diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-08 13:55:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-08 14:42:46 +0200 |
commit | 94a667d908610ebdae2d154dda77049ff1cf5416 (patch) | |
tree | b55832a44e5c9cdd48c39e5e52a36c02a6863c17 /sys-libs/kpmcore | |
parent | sys-block/partitionmanager: 22.08.1 version bump (diff) | |
download | gentoo-94a667d908610ebdae2d154dda77049ff1cf5416.tar.gz gentoo-94a667d908610ebdae2d154dda77049ff1cf5416.tar.bz2 gentoo-94a667d908610ebdae2d154dda77049ff1cf5416.zip |
sys-libs/kpmcore: 22.08.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs/kpmcore')
-rw-r--r-- | sys-libs/kpmcore/Manifest | 1 | ||||
-rw-r--r-- | sys-libs/kpmcore/kpmcore-22.08.1.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index 5d01dce07969..174eb9438c92 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1,2 +1,3 @@ DIST kpmcore-22.04.3.tar.xz 593904 BLAKE2B 189cff1b5157d9e9fb54e24d63f9e1a801b057d1a37fcf509dff4728ab449e17f5e546d7fab8cfccf8aac7cef2d350fc6dab929f6790b662231c6fba6ffc81b3 SHA512 aee0d724a5dafdd76289868b7f6825540f4ad9bcbcc3358efab55bb723b595b9a15adcf62619868ada6e77d9f6ea2348d943176ef06b98990b733fb8f74f376f DIST kpmcore-22.08.0.tar.xz 594864 BLAKE2B 049e01fce3371fbb5236f29ae87ece4bf20ff014eeb8531106cf19f3484cd76d21aaa8d9ec1cca8c923dbcd627f41f5efbd5b81498997bec5f5542b2e13af64f SHA512 6ad058757968f92a56b58235a34861e413324ae9e5c92762109cb2d1b2f265e59bf04c6f5b7051492455facf3bfd17f23258d129101b56313319f4857cd5edd2 +DIST kpmcore-22.08.1.tar.xz 594808 BLAKE2B 0b91f71e267fc8b2497a8c7c1ab5de29b83d45fe9adbc14f6b09b7462e7fea323122fd600e87b1801cc81a2d05de20bb379dc21b710b5ec3c72a13d46707f667 SHA512 74663e19f2d1ab38490cea66ea5936dcdb43bdc515e06b3da8d75bcd51dcbea0a4dba8ffdab3b425a1ad4b0f92cc258661ba532b439c7d5601c6dbc8b2c022bc diff --git a/sys-libs/kpmcore/kpmcore-22.08.1.ebuild b/sys-libs/kpmcore/kpmcore-22.08.1.ebuild new file mode 100644 index 000000000000..684e76400445 --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-22.08.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_NONGUI="true" +KFMIN=5.96.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 ~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}" |