atomix-3.18.0-r1.ebuild 585 B

12345678910111213141516171819202122232425
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit gnome2
  5. DESCRIPTION="A game where you build full molecules, from simple inorganic to extremely complex organic ones"
  6. HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/atomix/"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~ppc ~x86"
  10. IUSE=""
  11. RDEPEND="
  12. >=dev-libs/glib-2.36:2
  13. >=x11-libs/gdk-pixbuf-2.0.5:2
  14. >=x11-libs/gtk+-3.10:3"
  15. DEPEND="${RDEPEND}
  16. dev-libs/appstream-glib
  17. >=dev-util/intltool-0.40
  18. gnome-base/gnome-common
  19. sys-devel/gettext
  20. virtual/pkgconfig"