four-in-a-row-3.22.1.ebuild 527 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit gnome2
  5. DESCRIPTION="Make lines of the same color to win"
  6. HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row"
  7. LICENSE="GPL-2+"
  8. SLOT="0"
  9. KEYWORDS="amd64 ~arm x86"
  10. IUSE=""
  11. RDEPEND="
  12. dev-libs/glib:2
  13. >=gnome-base/librsvg-2.32
  14. >=media-libs/libcanberra-0.26[gtk3]
  15. >=x11-libs/gtk+-3.13.2:3
  16. "
  17. DEPEND="${RDEPEND}
  18. app-text/yelp-tools
  19. dev-libs/appstream-glib
  20. >=dev-util/intltool-0.50
  21. virtual/pkgconfig
  22. "