partitionmanager-3.0.1.ebuild 972 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. KDE_HANDBOOK="forceoptional"
  5. inherit kde5
  6. DESCRIPTION="KDE utility for management of partitions and file systems"
  7. HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager"
  8. SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
  9. LICENSE="GPL-3"
  10. KEYWORDS="amd64 ~arm ~x86"
  11. IUSE=""
  12. DEPEND="
  13. $(add_frameworks_dep kconfig)
  14. $(add_frameworks_dep kconfigwidgets)
  15. $(add_frameworks_dep kcoreaddons)
  16. $(add_frameworks_dep kcrash)
  17. $(add_frameworks_dep ki18n)
  18. $(add_frameworks_dep kiconthemes)
  19. $(add_frameworks_dep kio)
  20. $(add_frameworks_dep kjobwidgets)
  21. $(add_frameworks_dep kservice)
  22. $(add_frameworks_dep kwidgetsaddons)
  23. $(add_frameworks_dep kxmlgui)
  24. $(add_qt_dep qtgui)
  25. $(add_qt_dep qtwidgets)
  26. sys-apps/util-linux
  27. >=sys-libs/kpmcore-3.0.2:5=
  28. "
  29. RDEPEND="${DEPEND}
  30. $(add_plasma_dep kde-cli-tools kdesu)
  31. !sys-block/partitionmanager:0
  32. "