summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-09-30 12:24:09 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-09-30 12:24:09 +0000
commit7217ce1bb10864e06fa55d3b50c0d26be70f1759 (patch)
treef18e7306253ced83efcd783e205ce8a2757c1c3b /x11-wm
parentUpdated older abiword to add gnome menu entries (diff)
downloadgentoo-2-7217ce1bb10864e06fa55d3b50c0d26be70f1759.tar.gz
gentoo-2-7217ce1bb10864e06fa55d3b50c0d26be70f1759.tar.bz2
gentoo-2-7217ce1bb10864e06fa55d3b50c0d26be70f1759.zip
updated sawfish-0.38.ebuild to add itself to gnomecc window manager list
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/sawfish/sawfish-0.38.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-wm/sawfish/sawfish-0.38.ebuild b/x11-wm/sawfish/sawfish-0.38.ebuild
index dc602cce2b19..062b2b31ed2e 100644
--- a/x11-wm/sawfish/sawfish-0.38.ebuild
+++ b/x11-wm/sawfish/sawfish-0.38.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-0.38.ebuild,v 1.5 2001/07/29 10:59:16 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-0.38.ebuild,v 1.6 2001/09/30 12:24:09 azarah Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -63,6 +63,10 @@ src_install() {
try make DESTDIR=${D} install
dodoc AUTHORS BUGS COPYING ChangeLog DOC FAQ NEWS README THANKS TODO
+ # Add to Gnome CC's Window Manager list
+ insinto ${GNOME_PATH}/share/gnome/wm-properties
+ doins ${FILESDIR}/Sawfish.desktop
+
}