milou-5.9.4.ebuild 675 B

123456789101112131415161718192021222324252627282930
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit kde5
  5. DESCRIPTION="Dedicated search application built on top of Baloo"
  6. HOMEPAGE="https://projects.kde.org/projects/kde/workspace/milou"
  7. LICENSE="GPL-2 LGPL-2.1"
  8. KEYWORDS="~amd64 ~arm ~x86"
  9. IUSE=""
  10. DEPEND="
  11. $(add_frameworks_dep kconfig)
  12. $(add_frameworks_dep kcoreaddons)
  13. $(add_frameworks_dep kdeclarative)
  14. $(add_frameworks_dep ki18n)
  15. $(add_frameworks_dep krunner)
  16. $(add_frameworks_dep kservice)
  17. $(add_frameworks_dep plasma)
  18. $(add_qt_dep qtdeclarative)
  19. $(add_qt_dep qtgui)
  20. $(add_qt_dep qtwidgets)
  21. "
  22. RDEPEND="${DEPEND}
  23. !kde-plasma/milou:4
  24. "