diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-07-12 17:09:33 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-07-12 17:09:33 +0000 |
commit | 6e4e489774a27e6f2ff15420eab07e70d00c206e (patch) | |
tree | 42c280504c71a10aec0ac09edbe737e3379093a6 /xfce-base/xfce4-base | |
parent | x86 and sparc update (diff) | |
download | historical-6e4e489774a27e6f2ff15420eab07e70d00c206e.tar.gz historical-6e4e489774a27e6f2ff15420eab07e70d00c206e.tar.bz2 historical-6e4e489774a27e6f2ff15420eab07e70d00c206e.zip |
Version bump. Bugfix release on stable branch that fixes cropped icons with gtk-2.4 along with many others.
Diffstat (limited to 'xfce-base/xfce4-base')
-rw-r--r-- | xfce-base/xfce4-base/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-base/xfce4-base/files/digest-xfce4-base-4.0.6 | 0 | ||||
-rw-r--r-- | xfce-base/xfce4-base/xfce4-base-4.0.6.ebuild | 41 |
3 files changed, 48 insertions, 1 deletions
diff --git a/xfce-base/xfce4-base/ChangeLog b/xfce-base/xfce4-base/ChangeLog index 742d97fe03be..83b16e4d0abb 100644 --- a/xfce-base/xfce4-base/ChangeLog +++ b/xfce-base/xfce4-base/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xfce4-base # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-base/ChangeLog,v 1.25 2004/06/24 21:57:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-base/ChangeLog,v 1.26 2004/07/12 17:03:01 bcowan Exp $ + +*xfce4-base-4.0.6 (12 Jul 2004) + + 12 Jul 2004; Brad Cowan <bcowan@gentoo.org> +xfce4-base-4.0.6.ebuild: + Version bump. Bugfix release on stable branch that fixes cropped icons with + gtk-2.4 along with many others. 23 Jun 2004; <malc@gentoo.org> xfce4-base-4.0.5.ebuild: Mark stable on amd64 diff --git a/xfce-base/xfce4-base/files/digest-xfce4-base-4.0.6 b/xfce-base/xfce4-base/files/digest-xfce4-base-4.0.6 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/xfce-base/xfce4-base/files/digest-xfce4-base-4.0.6 diff --git a/xfce-base/xfce4-base/xfce4-base-4.0.6.ebuild b/xfce-base/xfce4-base/xfce4-base-4.0.6.ebuild new file mode 100644 index 000000000000..4550d923dc28 --- /dev/null +++ b/xfce-base/xfce4-base/xfce4-base-4.0.6.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-base/xfce4-base-4.0.6.ebuild,v 1.1 2004/07/12 17:03:01 bcowan Exp $ + +IUSE="" + +DESCRIPTION="XFCE4, a lightweight Desktop Environment" +HOMEPAGE="http://www.xfce.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" + +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() { + #the session scripts now come with the xfce source 04/25/04 + #dodir /etc/X11/Sessions + #echo startxfce4 > ${D}/etc/X11/Sessions/XFCE-4 + #fperms 755 /etc/X11/Sessions/XFCE-4 + + #dodir /usr/share/xsessions + #exeinto /usr/share/xsessions + #doexe ${FILESDIR}/XFCE4.desktop + + 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." +} |