compiz-fusion-0.8.8-r1.ebuild 802 B

1234567891011121314151617181920212223242526272829
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Compiz Fusion (meta)"
  5. HOMEPAGE="http://www.compiz.org/"
  6. SRC_URI=""
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
  10. IUSE="emerald gnome kde unsupported"
  11. RDEPEND="
  12. >=x11-wm/compiz-${PV}
  13. >=x11-plugins/compiz-plugins-main-${PV}
  14. >=x11-plugins/compiz-plugins-extra-${PV}
  15. >=x11-misc/ccsm-0.8.4
  16. emerald? ( >=x11-wm/emerald-${PV} )
  17. gnome? ( >=x11-libs/compizconfig-backend-gconf-${PV} )
  18. kde? ( >=x11-libs/compizconfig-backend-kconfig4-${PV} )
  19. unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${PV} )"
  20. pkg_postinst() {
  21. ewarn "If you want to try out simple-ccsm, you'll need to emerge it"
  22. ewarn "If you want to use emerald, set the emerald use flag"
  23. }