blob: d34e9d9f52ebf852a86d3ea23212948dccbab53f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
COMPIZ_RELEASE=0.6.2
DESCRIPTION="Compiz Fusion (meta)"
HOMEPAGE="http://compiz-fusion.org"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gnome kde unsupported"
# emerald-0.6.0 is broken so we use 0.5.2 until it's fixed.
RDEPEND="~x11-wm/compiz-${COMPIZ_RELEASE}
~x11-plugins/compiz-fusion-plugins-main-${PV}
~x11-plugins/compiz-fusion-plugins-extra-${PV}
unsupported? ( ~x11-plugins/compiz-fusion-plugins-unsupported-${PV} )
~x11-wm/emerald-0.5.2
~x11-apps/ccsm-${PV}
gnome? ( ~x11-libs/compizconfig-backend-gconf-${PV} )
kde? ( ~x11-libs/compizconfig-backend-kconfig-${PV} )"
pkg_postinst() {
ewarn "DO NOT report bugs to Gentoo's bugzilla"
einfo "Please report all bugs at http://bugs.gentoo-xeffects.org/"
einfo "Thank you on behalf of the Gentoo Xeffects team"
}
|