diff options
-rw-r--r-- | app-office/lyx/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/lyx/Manifest | 9 | ||||
-rw-r--r-- | app-office/lyx/files/lyx.desktop | 9 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.3.2-r1.ebuild | 11 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.3.2.ebuild | 11 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.3.3.ebuild | 11 |
6 files changed, 46 insertions, 11 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog index 316be429a9db..b7e7b79075f5 100644 --- a/app-office/lyx/ChangeLog +++ b/app-office/lyx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/lyx # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.33 2003/10/07 09:14:30 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.34 2003/10/08 08:25:50 obz Exp $ + + 08 Oct 2003; Mike Gardiner <obz@gentoo.org> lyx-1.3.2-r1.ebuild, + lyx-1.3.2.ebuild, lyx-1.3.3.ebuild, files/lyx.desktop: + Added lyx.desktop menu entry for gnome if USE='gnome is set *lyx-1.3.3 (07 Oct 2003) diff --git a/app-office/lyx/Manifest b/app-office/lyx/Manifest index 0c814d830366..b8384883f0df 100644 --- a/app-office/lyx/Manifest +++ b/app-office/lyx/Manifest @@ -1,9 +1,10 @@ -MD5 5297d40a92f07e3a32df9b7560362ea9 lyx-1.3.2.ebuild 2683 +MD5 b8df116b4f3ee5f625cc07c3bd695635 lyx-1.3.2.ebuild 2799 MD5 0dc965c019b1fe6239c7a0ad516a6e36 lyx-1.2.1.ebuild 1563 -MD5 273768b5379388e632963b32358bf180 lyx-1.3.3.ebuild 3365 -MD5 2f6d3f1c1146f3c00e3b45769ec37c09 lyx-1.3.2-r1.ebuild 3398 -MD5 c233e01c33124157975f51926cdbda8e ChangeLog 5897 +MD5 9cc2ab3823ba6e30e562ec6848a9ec12 lyx-1.3.3.ebuild 3483 +MD5 d24d0a4ea23a9b47098f597af3e0e05e lyx-1.3.2-r1.ebuild 3515 +MD5 42f94361b25bcea880f803b0bb524947 ChangeLog 6084 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 +MD5 4fc3c7fe273b718d54448f9608916da8 files/lyx.desktop 151 MD5 363bfca924cf46b61d21faa4dbfcd43f files/lyx-1.3.3-configure-diff 1953 MD5 935b222f056a26177177f1b7790bc318 files/lyx-1.3.2-configure.diff 439 MD5 f6bf30211847fb321f0000cd415d9e5b files/lyx-1.3.2-nomktex.patch 449 diff --git a/app-office/lyx/files/lyx.desktop b/app-office/lyx/files/lyx.desktop new file mode 100644 index 000000000000..278f8baf1e3d --- /dev/null +++ b/app-office/lyx/files/lyx.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Lyx +Comment=Latex WYSIWYG Editor +Icon=/usr/share/lyx/images/lyx.xpm +Exec=lyx +Terminal=false +Type=Application +StartupNotify=false + diff --git a/app-office/lyx/lyx-1.3.2-r1.ebuild b/app-office/lyx/lyx-1.3.2-r1.ebuild index a6f2614b0af4..96f53f775c7e 100644 --- a/app-office/lyx/lyx-1.3.2-r1.ebuild +++ b/app-office/lyx/lyx-1.3.2-r1.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-r1.ebuild,v 1.9 2003/10/06 15:38:43 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2-r1.ebuild,v 1.10 2003/10/08 08:25:50 obz Exp $ DESCRIPTION="WYSIWYM frontend for LaTeX" HOMEPAGE="http://www.lyx.org/" @@ -11,7 +11,7 @@ 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 @@ -77,6 +77,13 @@ src_install() { dodoc README* UPGRADING INSTALL* ChangeLog NEWS COPYING ANNOUNCE ABOUT-NLS $DISTDIR/preferences insinto /usr/share/lyx/bind doins $DISTDIR/hebrew.bind + + # gnome menu entry + if use gnome; then + insinto /usr/share/applications + doins ${FILESDIR}/lyx.desktop + fi + } pkg_postinst() { 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() { diff --git a/app-office/lyx/lyx-1.3.3.ebuild b/app-office/lyx/lyx-1.3.3.ebuild index 8e03e568bb0c..d86e5b4730a6 100644 --- a/app-office/lyx/lyx-1.3.3.ebuild +++ b/app-office/lyx/lyx-1.3.3.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.3.ebuild,v 1.1 2003/10/07 09:14:30 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.3.ebuild,v 1.2 2003/10/08 08:25:50 obz Exp $ DESCRIPTION="WYSIWYM frontend for LaTeX" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~alpha" -IUSE="nls cups qt debug" +IUSE="nls cups qt debug gnome" # these dependencies need looking at. # does lyx only need qt to compile but not run ? @@ -77,6 +77,13 @@ src_install() { dodoc README* UPGRADING INSTALL* ChangeLog NEWS COPYING ANNOUNCE ABOUT-NLS $DISTDIR/preferences insinto /usr/share/lyx/bind doins $DISTDIR/hebrew.bind + + # gnome menu entry + if use gnome; then + insinto /usr/share/applications + doins ${FILESDIR}/lyx.desktop + fi + } pkg_postinst() { |