gnome-robots-3.22.1.ebuild 595 B

1234567891011121314151617181920212223242526272829
  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="Avoid the robots and make them crash into each other"
  6. HOMEPAGE="https://wiki.gnome.org/Apps/Robots"
  7. LICENSE="GPL-2+"
  8. SLOT="0"
  9. KEYWORDS="amd64 x86"
  10. IUSE=""
  11. RDEPEND="
  12. >=dev-libs/glib-2.32:2
  13. dev-libs/libgnome-games-support:1
  14. >=gnome-base/librsvg-2.36.2:2
  15. >=media-libs/libcanberra-0.26[gtk3]
  16. >=x11-libs/gtk+-3.15:3
  17. "
  18. DEPEND="${RDEPEND}
  19. app-text/yelp-tools
  20. dev-libs/appstream-glib
  21. >=dev-util/intltool-0.50
  22. sys-devel/gettext
  23. virtual/pkgconfig
  24. "