diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-01-09 05:39:04 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-01-09 05:39:04 +0000 |
commit | ecd13c624b8b1404615663a68b6d119e53d9b67c (patch) | |
tree | 0f8a782472840ec0004453509be51e9f7bc85686 /xfce-base/xfce4-base/xfce4-base-4.0.3.ebuild | |
parent | Bugfix release of xfce4. Fixes memory leak and adds kde systray support. (diff) | |
download | gentoo-2-ecd13c624b8b1404615663a68b6d119e53d9b67c.tar.gz gentoo-2-ecd13c624b8b1404615663a68b6d119e53d9b67c.tar.bz2 gentoo-2-ecd13c624b8b1404615663a68b6d119e53d9b67c.zip |
Bugfix release of xfce4. Fixes memory leak and adds kde systray support.
Diffstat (limited to 'xfce-base/xfce4-base/xfce4-base-4.0.3.ebuild')
-rw-r--r-- | xfce-base/xfce4-base/xfce4-base-4.0.3.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/xfce-base/xfce4-base/xfce4-base-4.0.3.ebuild b/xfce-base/xfce4-base/xfce4-base-4.0.3.ebuild new file mode 100644 index 000000000000..3f257e55863f --- /dev/null +++ b/xfce-base/xfce4-base/xfce4-base-4.0.3.ebuild @@ -0,0 +1,37 @@ +# 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-base/xfce4-base-4.0.3.ebuild,v 1.1 2004/01/09 05:35:53 bcowan Exp $ + +IUSE="" +S=${WORKDIR}/${P} + +DESCRIPTION="XFCE4, a lightweight Desktop Environment" +HOMEPAGE="http://www.xfce.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa" + +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}" + +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 base 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 or" + einfo "emerge xfce4 to merge all the base and extras." +} |