You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-block/kvpm/kvpm-0.9.10-r1.ebuild

38 lines
883 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
KDE_DOC_DIR="docbook"
KDE_HANDBOOK="forceoptional"
inherit kde5
DESCRIPTION="GUI front end for Linux LVM2 and GNU parted based on KDE Frameworks"
HOMEPAGE="https://sourceforge.net/projects/kvpm/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="5"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
sys-apps/util-linux
>=sys-block/parted-2.3
>=sys-fs/lvm2-2.02.120
"
RDEPEND="${DEPEND}
!sys-block/kvpm:4
"
PATCHES=( "${FILESDIR}/${PN}-0.9.9-glibc-sysmacros.patch" )