summaryrefslogtreecommitdiff
blob: e65d7f5ac8df540716bd90f9ca8b6312a89697fe (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
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/engage/engage-9999.ebuild,v 1.5 2005/04/10 21:02:56 vapier Exp $

ESVN_SUB_PROJECT="MISC"
inherit enlightenment

DESCRIPTION="nice bar thingy"

IUSE="xinerama"

DEPEND=">=media-libs/imlib2-1.2.0
	>=media-libs/edje-0.5.0
	>=x11-libs/ecore-0.9.9
	>=x11-libs/evas-0.9.9
	>=x11-libs/etk-0.0.4
	dev-libs/embryo
	x11-libs/esmart"

src_compile() {
	export MY_ECONF="$(use_enable xinerama)"
	enlightenment_src_compile
}

src_install() {
	enlightenment_src_install
	exeinto /usr/share/engage
	doexe build_icon.sh
}