diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-09-30 12:20:39 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-09-30 12:20:39 +0000 |
commit | 0880059bfabd48fa104edc387f69c621b4949867 (patch) | |
tree | 41a864aff366af5cecb7b7b1d0dc335a78c83fe0 /app-office | |
parent | Notify the user to manually remove /etc/X11/gtk/gtkrc (diff) | |
download | historical-0880059bfabd48fa104edc387f69c621b4949867.tar.gz historical-0880059bfabd48fa104edc387f69c621b4949867.tar.bz2 historical-0880059bfabd48fa104edc387f69c621b4949867.zip |
Updated older abiword to add gnome menu entries
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword/abiword-0.7.14.ebuild | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/app-office/abiword/abiword-0.7.14.ebuild b/app-office/abiword/abiword-0.7.14.ebuild index 66662bc99cac..f6710eba5294 100644 --- a/app-office/abiword/abiword-0.7.14.ebuild +++ b/app-office/abiword/abiword-0.7.14.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-0.7.14.ebuild,v 1.4 2001/08/11 04:34:35 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-0.7.14.ebuild,v 1.5 2001/09/30 12:20:39 azarah Exp $ A="abi-${PV}.tar.gz abidistfiles-${PV}.tar.gz expat-${PV}.tar.gz psiconv-${PV}.tar.gz unixfonts-${PV}.tar.gz wv-${PV}.tar.gz" @@ -58,6 +58,16 @@ src_install() { rm -f AbiWord ln -s ../AbiSuite/bin/AbiWord AbiWord ln -s ../AbiSuite/bin/AbiWord abiword + + # Install icon and .desktop for menu entry (hopefully this works for this version, + # as I have only tested it for 0.9.3 + if [ "`use gnome`" ] ; then + insinto ${GNOME_PATH}/share/pixmaps + newins ${WORKDIR}/${P}/abidistfiles/icons/abiword_48.png AbiWord.png + insinto ${GNOME_PATH}/share/gnome/apps/Applications + doins ${FILESDIR}/AbiWord.desktop + fi + } |