diff options
author | 2003-06-13 18:31:03 +0000 | |
---|---|---|
committer | 2003-06-13 18:31:03 +0000 | |
commit | 0011d630d67c8e02902b835d1f7ba1af5a352d6c (patch) | |
tree | b685cbc433174f942c5a90ccf03924542adc8a12 /x11-wm | |
parent | Initial import (diff) | |
download | historical-0011d630d67c8e02902b835d1f7ba1af5a352d6c.tar.gz historical-0011d630d67c8e02902b835d1f7ba1af5a352d6c.tar.bz2 historical-0011d630d67c8e02902b835d1f7ba1af5a352d6c.zip |
Initial import
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4/Manifest | 3 | ||||
-rw-r--r-- | x11-wm/xfce4/files/digest-xfce4-3.90.0 | 0 | ||||
-rw-r--r-- | x11-wm/xfce4/xfce4-3.90.0.ebuild | 37 | ||||
-rw-r--r-- | x11-wm/xfwm4/ChangeLog | 9 | ||||
-rw-r--r-- | x11-wm/xfwm4/Manifest | 2 |
5 files changed, 50 insertions, 1 deletions
diff --git a/x11-wm/xfce4/Manifest b/x11-wm/xfce4/Manifest index 1f5864edd971..4c64053741f8 100644 --- a/x11-wm/xfce4/Manifest +++ b/x11-wm/xfce4/Manifest @@ -1,2 +1,3 @@ -MD5 9dd6c9f41687620bff8fdd96f4559584 xfce4-3.90.0.ebuild 920 +MD5 07ba2a36ba1392b9611e53135d51a78b xfce4-3.90.0.ebuild 1029 +MD5 b84f7352a8dac1d43b683aa84658ff73 ChangeLog 320 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-xfce4-3.90.0 0 diff --git a/x11-wm/xfce4/files/digest-xfce4-3.90.0 b/x11-wm/xfce4/files/digest-xfce4-3.90.0 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/x11-wm/xfce4/files/digest-xfce4-3.90.0 diff --git a/x11-wm/xfce4/xfce4-3.90.0.ebuild b/x11-wm/xfce4/xfce4-3.90.0.ebuild new file mode 100644 index 000000000000..214da5d4e666 --- /dev/null +++ b/x11-wm/xfce4/xfce4-3.90.0.ebuild @@ -0,0 +1,37 @@ +# 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-xfce-engine-2.1.1 + =x11-misc/xfce4-panel-3.90.0" + +src_install() { + 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." +} + diff --git a/x11-wm/xfwm4/ChangeLog b/x11-wm/xfwm4/ChangeLog new file mode 100644 index 000000000000..4eaeca4f9f8f --- /dev/null +++ b/x11-wm/xfwm4/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-wm/xfwm4 +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/xfwm4/ChangeLog,v 1.1 2003/06/13 18:31:03 bcowan Exp $ + +*xfwm4-3.90.0 (13 Jun 2003) + + 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfwm4-3.90.0.ebuild: + Initial import. + diff --git a/x11-wm/xfwm4/Manifest b/x11-wm/xfwm4/Manifest new file mode 100644 index 000000000000..c978ef37e43d --- /dev/null +++ b/x11-wm/xfwm4/Manifest @@ -0,0 +1,2 @@ +MD5 8bdf4a5767f7f4b8257b755925c558b0 xfwm4-3.90.0.ebuild 901 +MD5 014760f0755d89d608a75af0d78d8d2d files/digest-xfwm4-3.90.0 64 |