diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-12 15:20:00 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-12 18:57:57 +0100 |
commit | c8d7f7531f7d276f8cab28a3c2f5bc21752999b1 (patch) | |
tree | 4f6c0ea6ba2ce79822ac7d756d2e060f60110a1b /sys-libs | |
parent | sys-block/partitionmanager: 20.12.0 version bump (diff) | |
download | gentoo-c8d7f7531f7d276f8cab28a3c2f5bc21752999b1.tar.gz gentoo-c8d7f7531f7d276f8cab28a3c2f5bc21752999b1.tar.bz2 gentoo-c8d7f7531f7d276f8cab28a3c2f5bc21752999b1.zip |
sys-libs/kpmcore: 20.12.0 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.0.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index c3863b379434..64ea76b4f5d0 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1 +1,2 @@ +DIST kpmcore-20.12.0.tar.xz 583984 BLAKE2B b47167ae3f78c6c0cbf38bf5ba3704b87f53a3277b1dc6cd638009abc75fa9afe00b4506276aa27610bc22b781c367894201ee5d9a69107c6f9f5ba027187785 SHA512 1096389d8da99107e9f7237e6591ca75ec7d468a4729ce24f7417c7549531754bbfb70b0650d73bb2e26ad00b0f8beb3bc28e1068a352ec7c1794f5afecd61d6 DIST kpmcore-4.2.0.tar.xz 441320 BLAKE2B 5eeae806e47a1d068b2052b7706fbe16acfd609e3d0bcb396758f2055154e43b5b1fc7b7a65795ba0804ebc34c7d0cda18995ce3975e16e74d015ac9d8203e1e SHA512 71c5411f3ec24149695bbc1ec0c2bb7423b1cfd24ea9c2f33492c6310b1e911ea14a0a46a53024d7a1afebf0cbc5b56fb7cf5be22b832fb49239a270b63404f0 diff --git a/sys-libs/kpmcore/kpmcore-20.12.0.ebuild b/sys-libs/kpmcore/kpmcore-20.12.0.ebuild new file mode 100644 index 000000000000..1242ae81441e --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-20.12.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 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.1 +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" |