gnome-klotski-3.22.1.ebuild 670 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. VALA_MIN_API_VERSION="0.28"
  5. inherit gnome2 vala
  6. DESCRIPTION="Slide blocks to solve the puzzle"
  7. HOMEPAGE="https://wiki.gnome.org/Apps/Klotski"
  8. LICENSE="GPL-2+"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. IUSE=""
  12. RDEPEND="
  13. >=dev-libs/glib-2.32:2
  14. dev-libs/libgee:0.8=
  15. dev-libs/libgnome-games-support:1
  16. >=gnome-base/librsvg-2.32.0:2
  17. >=x11-libs/gtk+-3.19.0:3
  18. "
  19. DEPEND="${RDEPEND}
  20. $(vala_depend)
  21. app-text/yelp-tools
  22. dev-libs/appstream-glib
  23. >=dev-util/intltool-0.50
  24. sys-devel/gettext
  25. virtual/pkgconfig
  26. "
  27. src_prepare() {
  28. gnome2_src_prepare
  29. vala_src_prepare
  30. }