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 | |
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')
-rw-r--r-- | app-text/omegat/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/omegat/omegat-1.7.1.ebuild | 6 | ||||
-rw-r--r-- | app-text/omegat/omegat-1.7.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-text/omegat/ChangeLog b/app-text/omegat/ChangeLog index b8b62aa663aa..c24c75cef6d2 100644 --- a/app-text/omegat/ChangeLog +++ b/app-text/omegat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/omegat -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/omegat/ChangeLog,v 1.5 2007/09/24 02:20:17 matsuu Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/omegat/ChangeLog,v 1.6 2008/02/29 17:51:58 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> omegat-1.7.1.ebuild, + omegat-1.7.2.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *omegat-1.7.2 (24 Sep 2007) 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" } diff --git a/app-text/omegat/omegat-1.7.2.ebuild b/app-text/omegat/omegat-1.7.2.ebuild index 04ff033c664a..82139fe22edb 100644 --- a/app-text/omegat/omegat-1.7.2.ebuild +++ b/app-text/omegat/omegat-1.7.2.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.2.ebuild,v 1.1 2007/09/24 02:20:17 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/omegat/omegat-1.7.2.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" } |