mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sys-libs/kpmcore: 22.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kpmcore-22.08.3.tar.xz 599692 BLAKE2B 1a866db1d14bb866c2e0579bd79211bc22d27583425ba8f715d973779eba5a571722c19d6db5613440d85f046a3303d0067b3a6ca26645dd14a0e37db713c3e4 SHA512 4b48b6fa8f6a0ede38aeacc4f91c87e51f2205be93d4fff785ed144bb9ff59e8c8cb98a4e202f11b2ed246f6955e9ecede28efb0601da5c7936a4b4ccc25457c
|
||||
DIST kpmcore-22.12.0.tar.xz 616900 BLAKE2B 0a52767c22bcc93fc7599c7bb28c8a0fd2e29b85887ec50fe70a87935e8da22efdd3abedf9ba525106ec54c706143b02e59d375f07583d1f38cb77f37ecda42c SHA512 3671065ee530f13ebb76d25db5cba1cd62f89df847a070d994a3070412d9cd23ae4bf8befe249f5437b925c901e851ce97202c91ce59172a6fb4770841c26c0f
|
||||
|
||||
33
sys-libs/kpmcore/kpmcore-22.12.0.ebuild
Normal file
33
sys-libs/kpmcore/kpmcore-22.12.0.ebuild
Normal file
@@ -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.99.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}"
|
||||
Reference in New Issue
Block a user