gnome-taquin-3.22.0.ebuild 656 B

123456789101112131415161718192021222324252627282930313233343536
  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="Move tiles so that they reach their places"
  7. HOMEPAGE="https://wiki.gnome.org/Apps/Taquin"
  8. LICENSE="LGPL-2+"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. IUSE=""
  12. RDEPEND="
  13. >=dev-libs/glib-2.40:2
  14. >=gnome-base/librsvg-2.32:2
  15. >=media-libs/libcanberra-0.26[gtk3]
  16. >=x11-libs/gtk+-3.15:3
  17. "
  18. DEPEND="${RDEPEND}
  19. $(vala_depend)
  20. app-text/yelp-tools
  21. dev-libs/appstream-glib
  22. >=dev-util/intltool-0.50
  23. sys-devel/gettext
  24. virtual/pkgconfig
  25. "
  26. src_prepare() {
  27. gnome2_src_prepare
  28. vala_src_prepare
  29. }