diff options
Diffstat (limited to 'app-text/omegat/omegat-1.7.1.ebuild')
-rw-r--r-- | app-text/omegat/omegat-1.7.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/omegat/omegat-1.7.1.ebuild b/app-text/omegat/omegat-1.7.1.ebuild index 7bd18a5bd467..0e11e8a197ad 100644 --- a/app-text/omegat/omegat-1.7.1.ebuild +++ b/app-text/omegat/omegat-1.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/omegat/omegat-1.7.1.ebuild,v 1.1 2007/07/22 16:35:17 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/omegat/omegat-1.7.1.ebuild,v 1.2 2008/02/29 17:51:58 carlo Exp $ JAVA_PKG_BSFIX_NAME="build.xml build-impl.xml profiler-build-impl.xml" inherit eutils java-pkg-2 java-ant-2 @@ -35,5 +35,5 @@ src_install() { docinto lib; dodoc lib/*.txt doicon images/OmegaT.png - make_desktop_entry ${PN} "OmegaT" "OmegaT.png" "Application;Office" + make_desktop_entry ${PN} "OmegaT" "OmegaT" "Application;Office" } |