summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/lyx/lyx-1.3.2.ebuild')
-rw-r--r--app-office/lyx/lyx-1.3.2.ebuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/app-office/lyx/lyx-1.3.2.ebuild b/app-office/lyx/lyx-1.3.2.ebuild
index e0174b50645c..de3fef845010 100644
--- a/app-office/lyx/lyx-1.3.2.ebuild
+++ b/app-office/lyx/lyx-1.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2.ebuild,v 1.10 2003/10/06 15:38:43 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2.ebuild,v 1.11 2003/10/08 08:25:50 obz Exp $
DESCRIPTION="WYSIWYM frontend for LaTeX"
HOMEPAGE="http://www.lyx.org/"
@@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~alpha"
-IUSE="nls cups qt debug"
+IUSE="nls cups qt debug gnome"
DEPEND="virtual/x11
virtual/tetex
@@ -72,6 +72,13 @@ src_compile() {
src_install() {
einstall
dodoc README* UPGRADING INSTALL* ChangeLog NEWS COPYING ANNOUNCE
+
+ # gnome menu entry
+ if use gnome; then
+ insinto /usr/share/applications
+ doins ${FILESDIR}/lyx.desktop
+ fi
+
}
pkg_postinst() {