atomix-3.22.0.ebuild 540 B

1234567891011121314151617181920212223242526
  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="Build 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. "
  16. DEPEND="${RDEPEND}
  17. dev-libs/appstream-glib
  18. >=dev-util/intltool-0.40
  19. sys-devel/gettext
  20. virtual/pkgconfig
  21. "