blob: fd12d2f778f2b618b186ae0b40c1ce38a9bf05dc (
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
39
40
41
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header:
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=">=x11-libs/gtk+-2.0.6
dev-util/pkgconfig
dev-libs/libxml2
=x11-libs/libxfce4util-3.90.0
=x11-libs/libxfcegui4-3.90.0
=x11-libs/libxfce4mcs-3.90.0
=x11-misc/xfce-mcs-manager-3.90.0
=x11-misc/xfce-mcs-plugins-3.90.0
=x11-wm/xfwm4-3.90.0
=x11-misc/xfce-utils-3.90.0
=app-misc/xffm-3.90.381
=x11-misc/xfdesktop-3.90.0
=x11-misc/xfprint-3.90.0
=x11-misc/xfce4-iconbox-3.90.0
=x11-themes/gtk-engines-xfce-2.1.1
=x11-misc/xfce4-panel-3.90.0"
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."
}
|