mate-user-guide-1.14.0.ebuild 531 B

1234567891011121314151617181920212223242526272829
  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. COMMON_DEPEND="virtual/libintl:0"
  13. RDEPEND="${COMMON_DEPEND}
  14. gnome-extra/yelp"
  15. DEPEND="${COMMON_DEPEND}
  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]"