diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-13 12:50:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-15 00:04:08 +0100 |
commit | 2dcd0c1903ecbf69d66bda373b7baf7ce9472a8b (patch) | |
tree | d50c00343659ab3cc893595c95bcc9b00fa8b733 /sys-libs | |
parent | sys-block/partitionmanager: 22.11.80 version bump (diff) | |
download | kde-2dcd0c1903ecbf69d66bda373b7baf7ce9472a8b.tar.gz kde-2dcd0c1903ecbf69d66bda373b7baf7ce9472a8b.tar.bz2 kde-2dcd0c1903ecbf69d66bda373b7baf7ce9472a8b.zip |
sys-libs/kpmcore: 22.11.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.11.80.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest new file mode 100644 index 0000000000..3aa53f69a0 --- /dev/null +++ b/sys-libs/kpmcore/Manifest @@ -0,0 +1 @@ +DIST kpmcore-22.11.80.tar.xz 616856 BLAKE2B 5f19bb292f607de35427581501d2264fb5676013fbc2e630f3b56da66bc15bf4e5edeafcc40509901fd5b5dab241a954a1e1f6daa6e1e915cbf2b477d171646d SHA512 02c5b8ed57b8f9f5693428dd931d6531414e9962ee2266d3253f078e527a704895a21b2be6d9ea72de79c48ffd84fbf5fa9304b00ad4c7d05f6827cc0494973f diff --git a/sys-libs/kpmcore/kpmcore-22.11.80.ebuild b/sys-libs/kpmcore/kpmcore-22.11.80.ebuild new file mode 100644 index 0000000000..e8fc36df8e --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-22.11.80.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.98.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 ~loong ~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-0.113.0[qt5(+)] +" +RDEPEND="${DEPEND}" |