blob: 70d24b56fea6c18fdb729ef5823309bdc868825f (
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
30
31
32
33
34
35
36
37
38
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4/xfce4-3.99.1.ebuild,v 1.1 2003/07/15 03:50:39 bcowan Exp $
IUSE=""
S=${WORKDIR}/${P}
DESCRIPTION="XFCE4, a lightweight Desktop Environment"
HOMEPAGE="http://www.xfce.org/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~alpha ~sparc"
DEPEND="=xfce-base/libxfce4util-${PV}
=xfce-base/libxfcegui4-${PV}
=xfce-base/libxfce4mcs-${PV}
=xfce-base/xfce-mcs-manager-${PV}
=xfce-base/xfce-mcs-plugins-${PV}
=xfce-base/xfwm4-${PV}
=xfce-base/xfce-utils-${PV}
=xfce-base/xffm-${PV}
=xfce-base/xfdesktop-${PV}
=xfce-base/xfprint-${PV}
>=x11-themes/gtk-engines-xfce-2.1.1
=xfce-base/xfce4-panel-${PV}"
#=xfce-extra/xfce4-systray-${PV}
#=xfce-extra/xfce4-iconbox-${PV}
src_install() {
dodir /etc/X11/Sessions
echo startxfce4 > ${D}/etc/X11/Sessions/XFCE-4
fperms 755 /etc/X11/Sessions/XFCE-4
einfo "This is just a wrapper script to install all the components of Xfce4"
einfo "Use startxfce4 to initialize. You also might want to emerge the extras"
einfo "like xffm-icons, xfwm4-themes,xfce4-mixer, and xfce4-toys."
}
|