| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4-r1.ebuild,v 1.3 2011/03/21 19:51:02 nirbheek Exp $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
|
| 7 |
DESCRIPTION="Compiz Fusion Window Decorator Unsupported Plugins"
|
| 8 |
HOMEPAGE="http://www.compiz.org/"
|
| 9 |
SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
|
| 10 |
|
| 11 |
LICENSE="GPL-2"
|
| 12 |
SLOT="0"
|
| 13 |
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
RDEPEND="
|
| 17 |
>=gnome-base/librsvg-2.14.0:2
|
| 18 |
virtual/jpeg:0
|
| 19 |
>=x11-libs/compiz-bcop-${PV}
|
| 20 |
>=x11-plugins/compiz-plugins-main-${PV}
|
| 21 |
>=x11-wm/compiz-${PV}
|
| 22 |
"
|
| 23 |
|
| 24 |
DEPEND="${RDEPEND}
|
| 25 |
>=dev-util/intltool-0.35
|
| 26 |
virtual/pkgconfig
|
| 27 |
>=sys-devel/gettext-0.15
|
| 28 |
x11-libs/cairo
|
| 29 |
"
|
| 30 |
|
| 31 |
RESTRICT="mirror"
|
| 32 |
|
| 33 |
DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
|