kiriki-16.12.3.ebuild 782 B

123456789101112131415161718192021222324252627282930313233
  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="An addictive and fun dice game"
  7. HOMEPAGE="
  8. https://www.kde.org/applications/games/kiriki/
  9. https://games.kde.org/game.php?game=kiriki
  10. "
  11. KEYWORDS="~amd64 ~x86"
  12. IUSE=""
  13. DEPEND="
  14. $(add_frameworks_dep kconfig)
  15. $(add_frameworks_dep kconfigwidgets)
  16. $(add_frameworks_dep kcoreaddons)
  17. $(add_frameworks_dep kcrash)
  18. $(add_frameworks_dep kdbusaddons)
  19. $(add_frameworks_dep ki18n)
  20. $(add_frameworks_dep kiconthemes)
  21. $(add_frameworks_dep kwidgetsaddons)
  22. $(add_frameworks_dep kxmlgui)
  23. $(add_kdeapps_dep libkdegames)
  24. $(add_qt_dep qtgui)
  25. $(add_qt_dep qtprintsupport)
  26. $(add_qt_dep qtwidgets)
  27. "
  28. RDEPEND="${DEPEND}"