diff options
Diffstat (limited to 'lxde-base/lxde-meta/lxde-meta-0.5.5.ebuild')
-rw-r--r-- | lxde-base/lxde-meta/lxde-meta-0.5.5.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/lxde-base/lxde-meta/lxde-meta-0.5.5.ebuild b/lxde-base/lxde-meta/lxde-meta-0.5.5.ebuild new file mode 100644 index 000000000000..85a6515be217 --- /dev/null +++ b/lxde-base/lxde-meta/lxde-meta-0.5.5.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2011 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.5.5.ebuild,v 1.1 2011/08/04 05:32:28 vostorga Exp $ + +EAPI="2" + +DESCRIPTION="Meta ebuild for LXDE, the Lightweight X11 Desktop Environment" +HOMEPAGE="http://lxde.sf.net/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86" +IUSE="" + +RDEPEND="=lxde-base/lxappearance-0.5* + =lxde-base/lxde-icon-theme-0.0* + =lxde-base/lxde-common-0.5.5* + =lxde-base/lxmenu-data-0.1* + =lxde-base/lxinput-0.3* + =lxde-base/lxpanel-0.5.8* + =lxde-base/lxrandr-0.1* + >=lxde-base/lxsession-0.4.6.1 + =lxde-base/lxsession-edit-0.2* + =lxde-base/lxshortcut-0.1* + =lxde-base/lxtask-0.1* + =lxde-base/lxterminal-0.1.11* + media-gfx/gpicview + x11-misc/pcmanfm + x11-wm/openbox + || ( <=x11-misc/obconf-2.0.3-r1 >x11-misc/obconf-2.0.3-r1[lxde] )" + +pkg_postinst() { + elog "For your convenience you can review the LXDE Configuration HOWTO at" + elog "http://www.gentoo.org/proj/en/desktop/lxde/lxde-howto.xml" +} |