x11-plugins/compiz-plugins-unsupported: change SRC_URI
[gentoo.git] / x11-plugins / compiz-plugins-unsupported / compiz-plugins-unsupported-0.8.8.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=6
6
7 DESCRIPTION="Compiz Fusion Window Decorator Unsupported Plugins"
8 HOMEPAGE="http://www.compiz.org/"
9 SRC_URI="http://dev.gentoo.org/~pinkbyte/distfiles/${P}.tar.bz2"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
14
15 RDEPEND="
16         >=gnome-base/librsvg-2.14.0:2
17         virtual/jpeg:0
18         >=x11-libs/compiz-bcop-${PV}
19         >=x11-plugins/compiz-plugins-main-${PV}
20         >=x11-wm/compiz-${PV}
21 "
22
23 DEPEND="${RDEPEND}
24         >=dev-util/intltool-0.35
25         virtual/pkgconfig
26         >=sys-devel/gettext-0.15
27         x11-libs/cairo
28 "
29
30 DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )