diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 17:51:58 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 17:51:58 +0000 |
commit | d013848feca1f6d30753b32902c1fdebd5843462 (patch) | |
tree | d81d94519fa96905bd854d87efd49431db8013b5 /app-text/omegat/omegat-1.7.1.ebuild | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-d013848feca1f6d30753b32902c1fdebd5843462.tar.gz gentoo-2-d013848feca1f6d30753b32902c1fdebd5843462.tar.bz2 gentoo-2-d013848feca1f6d30753b32902c1fdebd5843462.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
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" } |