summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-04-21 13:55:50 +0000
committerMarinus Schraal <foser@gentoo.org>2004-04-21 13:55:50 +0000
commit8a2ba3860b80f1a605bace67034dc3f2596cb779 (patch)
tree38753e70aada8956731148d9dafef5a7c01c9db9 /gnome-base/gnome
parentnew release (Manifest recommit) (diff)
downloadgentoo-2-8a2ba3860b80f1a605bace67034dc3f2596cb779.tar.gz
gentoo-2-8a2ba3860b80f1a605bace67034dc3f2596cb779.tar.bz2
gentoo-2-8a2ba3860b80f1a605bace67034dc3f2596cb779.zip
a few more updates
Diffstat (limited to 'gnome-base/gnome')
-rw-r--r--gnome-base/gnome/gnome-2.6_p1.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/gnome-base/gnome/gnome-2.6_p1.ebuild b/gnome-base/gnome/gnome-2.6_p1.ebuild
index bb91a9cbbe9e..d3ee7582ff80 100644
--- a/gnome-base/gnome/gnome-2.6_p1.ebuild
+++ b/gnome-base/gnome/gnome-2.6_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.6_p1.ebuild,v 1.2 2004/04/20 23:14:41 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.6_p1.ebuild,v 1.3 2004/04/21 13:55:50 foser Exp $
# UPDATE TRACKER : GNOME TEAM ONLY
@@ -74,10 +74,10 @@ RDEPEND="!gnome-base/gnome-core
>=app-text/ggv-2.6
>=app-text/gpdf-0.131
- >=gnome-base/gnome-session-2.6
- >=gnome-base/gnome-desktop-2.6.0.1
+ >=gnome-base/gnome-session-2.6.1
+ >=gnome-base/gnome-desktop-2.6.1
>=gnome-base/gnome-applets-2.6
- >=gnome-base/gnome-panel-2.6
+ >=gnome-base/gnome-panel-2.6.1
>=x11-themes/gnome-icon-theme-1.2
>=x11-themes/gnome-themes-2.6
@@ -135,11 +135,10 @@ pkg_postinst () {
einfo " export WINDOW_MANAGER=\"/usr/bin/metacity\""
einfo "of course this works for all other window managers as well"
echo
- echo
einfo "To have nautilus and gnome-vfs monitor file changes, you should"
einfo "start the FAM daemon. You can do this to by issueing the"
einfo "'/etc/init.d/famd start' command."
- einfo "'rc-update add fam default' will make FAM start on every boot."
+ einfo "'rc-update add famd default' will make FAM start on every boot."
echo
}