# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit autotools git EGIT_REPO_URI="git://anongit.compiz-fusion.org/fusion/decorators/${PN}" DESCRIPTION="Emerald Window Decorator (git)" HOMEPAGE="http://compiz-fusion.org" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" PDEPEND="~x11-themes/emerald-themes-${PV}" RDEPEND=">=x11-libs/gtk+-2.8.0 >=x11-libs/libwnck-2.14.2 ~x11-wm/compiz-${PV}" DEPEND="${RDEPEND} >=dev-util/intltool-0.35 >=dev-util/pkgconfig-0.19 >=sys-devel/gettext-0.15" S="${WORKDIR}/${PN}" src_prepare() { intltoolize --automake --copy --force || die eautoreconf || die "eautoreconf failed" } src_configure() { econf --disable-mime-update || die "econf failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" } pkg_postinst() { ewarn "DO NOT report bugs to Gentoo's bugzilla" einfo "Please report all bugs to #gentoo-desktop-effects" einfo "Thank you on behalf of the Gentoo Desktop-Effects team" }