blob: 8029d7dc949ccbfae97e1b4a3abf4e7de3f09765 (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-meta/lxde-meta-0.3.2.1-r1.ebuild,v 1.3 2009/05/24 21:28:02 yngwin Exp $
DESCRIPTION="Meta ebuild for LXDE, the Lightweight X11 Desktop Environment"
HOMEPAGE="http://lxde.sf.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="~lxde-base/lxappearance-0.2
~lxde-base/lxde-common-0.3.2.1
~lxde-base/lxlauncher-0.2
~lxde-base/lxpanel-0.3.8.1
~lxde-base/lxrandr-0.1
~lxde-base/lxsession-0.3.6
~lxde-base/lxtask-0.1
~lxde-base/lxterminal-0.1.4
media-gfx/gpicview
x11-misc/pcmanfm
x11-wm/openbox
x11-misc/obconf"
|