mate-user-guide-1.12.0.ebuild 491 B

12345678910111213141516171819202122232425262728
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. MATE_LA_PUNT="yes"
  5. inherit mate
  6. if [[ ${PV} != 9999 ]]; then
  7. KEYWORDS="amd64 ~arm x86"
  8. fi
  9. DESCRIPTION="User documentation for MATE Desktop"
  10. LICENSE="GPL-2 LGPL-2"
  11. SLOT="0"
  12. RDEPEND="
  13. gnome-extra/yelp
  14. virtual/libintl:0"
  15. DEPEND="${RDEPEND}
  16. >=dev-util/intltool-0.40:*
  17. app-text/yelp-tools
  18. sys-devel/gettext:*
  19. virtual/pkgconfig:*
  20. !!mate-base/mate-desktop[user-guide]"