diff options
-rw-r--r-- | app-office/texmacs/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/texmacs/files/TeXmacs.desktop | 10 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.3.3.ebuild | 5 | ||||
-rw-r--r-- | app-office/texmacs/texmacs-1.0.3.ebuild | 5 |
4 files changed, 24 insertions, 3 deletions
diff --git a/app-office/texmacs/ChangeLog b/app-office/texmacs/ChangeLog index 2d2c60691676..988bd3ab9a1a 100644 --- a/app-office/texmacs/ChangeLog +++ b/app-office/texmacs/ChangeLog @@ -1,10 +1,15 @@ # ChangeLog for app-office/texmacs # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.17 2004/03/02 08:27:16 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.18 2004/03/11 15:56:12 usata Exp $ *texmacs-1.0.3.3 (21 Feb 2004) *texmacs-1.0.3 (21 Feb 2004) + 12 Mar 2004; Mamoru KOMACHI <usata@gentoo.org> texmacs-1.0.3.3.ebuild, + texmacs-1.0.3.ebuild, files/TeXmacs.desktop: + Added TeXmacs appliations menu entry, contributed by Keith Lea + <keith@cs.oswego.edu>. Closing bug #43545 + 21 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> texmacs-1.0.1-r1.ebuild, texmacs-1.0.1.23.ebuild, texmacs-1.0.1.ebuild, texmacs-1.0.2.4.ebuild, texmacs-1.0.3.3.ebuild, texmacs-1.0.3.ebuild: diff --git a/app-office/texmacs/files/TeXmacs.desktop b/app-office/texmacs/files/TeXmacs.desktop new file mode 100644 index 000000000000..1f5e19d09531 --- /dev/null +++ b/app-office/texmacs/files/TeXmacs.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=1.0 +Type=Application +Exec=texmacs +Icon=/usr/share/TeXmacs/misc/images/tm_gnu1.png +Name=TeXmacs +GenericName=Scientific Word Processor +Comment=A scientific word processing application. +Categories=Application;Office;WordProcessor diff --git a/app-office/texmacs/texmacs-1.0.3.3.ebuild b/app-office/texmacs/texmacs-1.0.3.3.ebuild index 420e21dbf2e0..19892f8c461e 100644 --- a/app-office/texmacs/texmacs-1.0.3.3.ebuild +++ b/app-office/texmacs/texmacs-1.0.3.3.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/app-office/texmacs/texmacs-1.0.3.3.ebuild,v 1.1 2004/02/20 19:50:21 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.3.3.ebuild,v 1.2 2004/03/11 15:56:12 usata Exp $ # flag-o-matic functions now in portage, no need to inherit it @@ -49,6 +49,9 @@ src_install() { make DESTDIR=${D} install || die dodoc COMPILE COPYING LICENSE + insinto /usr/share/applications + doins ${FILESDIR}/TeXmacs.desktop + # now install the fonts cd ${WORKDIR} dodir /usr/share/texmf diff --git a/app-office/texmacs/texmacs-1.0.3.ebuild b/app-office/texmacs/texmacs-1.0.3.ebuild index 22184c875507..c82f0fd3feaf 100644 --- a/app-office/texmacs/texmacs-1.0.3.ebuild +++ b/app-office/texmacs/texmacs-1.0.3.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/app-office/texmacs/texmacs-1.0.3.ebuild,v 1.1 2004/02/20 19:50:21 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.3.ebuild,v 1.2 2004/03/11 15:56:12 usata Exp $ # flag-o-matic functions now in portage, no need to inherit it @@ -49,6 +49,9 @@ src_install() { make DESTDIR=${D} install || die dodoc COMPILE COPYING LICENSE + insinto /usr/share/applications + doins ${FILESDIR}/TeXmacs.desktop + # now install the fonts cd ${WORKDIR} dodir /usr/share/texmf |