gnome-mime-data-2.18.0.ebuild 612 B

12345678910111213141516171819202122232425262728
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. GCONF_DEBUG="yes"
  5. GNOME_TARBALL_SUFFIX="bz2"
  6. inherit gnome2
  7. DESCRIPTION="MIME data for Gnome"
  8. HOMEPAGE="https://www.gnome.org/"
  9. LICENSE="GPL-2"
  10. SLOT="0"
  11. KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
  12. IUSE=""
  13. RDEPEND=""
  14. DEPEND="
  15. virtual/pkgconfig
  16. >=dev-util/intltool-0.35
  17. "
  18. src_prepare() {
  19. intltoolize --force || die "intltoolize failed"
  20. gnome2_src_prepare
  21. }