mate-icon-theme-faenza-1.14.0.ebuild 663 B

1234567891011121314151617181920212223242526272829303132
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit mate
  5. if [[ ${PV} != 9999 ]]; then
  6. KEYWORDS="~amd64 ~arm ~x86"
  7. fi
  8. DESCRIPTION="Faenza icon theme, that was adapted for MATE desktop"
  9. LICENSE="GPL-3"
  10. SLOT="0"
  11. IUSE="minimal"
  12. RDEPEND="x11-themes/hicolor-icon-theme:0
  13. !minimal? ( >=x11-themes/mate-icon-theme-${MATE_BRANCH} )"
  14. RESTRICT="binchecks strip"
  15. # https://github.com/mate-desktop/mate-icon-theme-faenza/issues/13
  16. MATE_FORCE_AUTORECONF=true
  17. src_prepare() {
  18. # Remove broken libreoffice icons (dangling symlinks).
  19. rm matefaenza/apps/16/*libreoffice* || die
  20. mate_src_prepare
  21. }