diff options
author | 2003-09-12 05:13:34 +0000 | |
---|---|---|
committer | 2003-09-12 05:13:34 +0000 | |
commit | 9e93a3dd59f2c55a6e1b3e5d6761853cdd2571ab (patch) | |
tree | 89565eaa4675ac5be08ec2cd815c606f5ec8182e /xfce-base/xfce4-base/xfce4-base-3.99.4.ebuild | |
parent | Fixed bug #26617 (bumped X509_patch to 0.9.34) (diff) | |
download | gentoo-2-9e93a3dd59f2c55a6e1b3e5d6761853cdd2571ab.tar.gz gentoo-2-9e93a3dd59f2c55a6e1b3e5d6761853cdd2571ab.tar.bz2 gentoo-2-9e93a3dd59f2c55a6e1b3e5d6761853cdd2571ab.zip |
version bump.
Diffstat (limited to 'xfce-base/xfce4-base/xfce4-base-3.99.4.ebuild')
-rw-r--r-- | xfce-base/xfce4-base/xfce4-base-3.99.4.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/xfce-base/xfce4-base/xfce4-base-3.99.4.ebuild b/xfce-base/xfce4-base/xfce4-base-3.99.4.ebuild new file mode 100644 index 000000000000..24a983d9581b --- /dev/null +++ b/xfce-base/xfce4-base/xfce4-base-3.99.4.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-3.99.4.ebuild,v 1.1 2003/09/12 05:13:24 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}" + +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." +} |