diff options
author | 2023-07-06 15:51:51 +0200 | |
---|---|---|
committer | 2023-07-06 16:24:01 +0200 | |
commit | e078eb3f15c681b47cf3b2fd055807af74eafa80 (patch) | |
tree | 91789ae918a5be98c77e8113f46f2224efed06a8 /sys-libs/kpmcore | |
parent | sys-block/partitionmanager: 23.04.3 version bump (diff) | |
download | gentoo-e078eb3f15c681b47cf3b2fd055807af74eafa80.tar.gz gentoo-e078eb3f15c681b47cf3b2fd055807af74eafa80.tar.bz2 gentoo-e078eb3f15c681b47cf3b2fd055807af74eafa80.zip |
sys-libs/kpmcore: 23.04.3 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-23.04.3.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index ba35cd160fa2..9dcfd2f26be2 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1,2 +1,3 @@ DIST kpmcore-22.12.3.tar.xz 618340 BLAKE2B 64ad0ae724e2329ae9d0cb4416adf70502f34b7385745214a4d6754c36949c73404dea7aaf41b473c91b049b3cab2350f93b7595cf019c0001aa8ecc0d11ef1d SHA512 0e56331043e4d220a1ab1c871b4d5012e5575b92795413125b6bcc9c5a177811587335fe6384d4ba0ec4f1b58c519fad8abe21278d53109e4a7bb53bf5e47c00 DIST kpmcore-23.04.2.tar.xz 622840 BLAKE2B 3081f6c340d68d8b7ca6edc18f1324c60ca92556940bcd2dec9f25b9592a02c68d74c3551385199147897e3981f63e17f580b0f87b8f2256bf077349b8f129ea SHA512 b513785bd5909426c0268aaa770cb249f7e2075c1aab3ab6ac8b522dd1cc2de67436078d991db9c7265bf297436ea1ef8570bdde12c96c7208be2295f5b46e60 +DIST kpmcore-23.04.3.tar.xz 622864 BLAKE2B 42b381574e7ad14bcd31214db8b6010877507d2f1e43527d836bd909b1ca43b313177091920316ec29b09e9c8caa1f45dadcc1a9226d0fa5447bb2a7afb91815 SHA512 6fa49f53cc92843b24af1cca52cfaf5096891a3cffa07d5167415fe624ed429aaa88981d340003e688400b3c954f1d927180f750250ed2b8e4c88010176f55b9 diff --git a/sys-libs/kpmcore/kpmcore-23.04.3.ebuild b/sys-libs/kpmcore/kpmcore-23.04.3.ebuild new file mode 100644 index 000000000000..f0a6e5634c64 --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-23.04.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_NONGUI="true" +KFMIN=5.106.0 +QTMIN=5.15.9 +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}" |