summaryrefslogtreecommitdiff
blob: c838625d5602ff4d22d09a72489aee4fd3a6239e (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/engage/engage-0.0.9.20041031.ebuild,v 1.1 2004/11/02 04:55:19 vapier Exp $

ECVS_MODULE="misc/engage"
inherit enlightenment

DESCRIPTION="nice bar thingy"

IUSE="xinerama"

DEPEND=">=x11-libs/esmart-0.9.0.20041009
	>=media-libs/imlib2-1.1.2
	>=media-libs/edje-0.5.0.20041009
	>=x11-libs/ecore-1.0.0.20041009_pre7
	>=x11-libs/evas-1.0.0.20041009_pre13
	>=x11-libs/ewl-0.0.4.20041009"

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

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