gnome-font-viewer-3.22.0.ebuild 603 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="Font viewer for GNOME"
  6. HOMEPAGE="https://git.gnome.org/browse/gnome-font-viewer"
  7. LICENSE="GPL-2+ LGPL-2.1+"
  8. SLOT="0"
  9. IUSE=""
  10. KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
  11. RDEPEND="
  12. >=dev-libs/glib-2.35.1:2
  13. gnome-base/gnome-desktop:3=
  14. media-libs/fontconfig:1.0
  15. media-libs/freetype:2
  16. >=media-libs/harfbuzz-0.9.9
  17. >=x11-libs/gtk+-3.20:3
  18. "
  19. DEPEND="${RDEPEND}
  20. >=dev-util/intltool-0.40
  21. virtual/pkgconfig
  22. "