diff options
author | 2010-03-09 13:03:59 +0000 | |
---|---|---|
committer | 2010-03-09 13:03:59 +0000 | |
commit | 193f34f3d224d4b3c9bfd10c83505790b6160fcc (patch) | |
tree | d00c67b050b6feb0180db411d7895744639757ea /net-im | |
parent | QA: Do not use absolute path to icon when in standard dirs (in make_desktop_e... (diff) | |
download | gentoo-2-193f34f3d224d4b3c9bfd10c83505790b6160fcc.tar.gz gentoo-2-193f34f3d224d4b3c9bfd10c83505790b6160fcc.tar.bz2 gentoo-2-193f34f3d224d4b3c9bfd10c83505790b6160fcc.zip |
QA: Do not use absolute path to icon when in standard dirs (in make_desktop_entry()); remove categories (eclass provides a better default)
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/coccinella/ChangeLog | 9 | ||||
-rw-r--r-- | net-im/coccinella/coccinella-0.96.14.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-im/coccinella/ChangeLog b/net-im/coccinella/ChangeLog index c97b917780d8..6cf671311632 100644 --- a/net-im/coccinella/ChangeLog +++ b/net-im/coccinella/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/coccinella -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/ChangeLog,v 1.11 2009/11/24 11:15:41 bass Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/ChangeLog,v 1.12 2010/03/09 13:03:59 abcd Exp $ + + 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> coccinella-0.96.14.ebuild: + QA: Do not use absolute path to icon when in standard dirs (in + make_desktop_entry()); remove categories (eclass provides a better + default) *coccinella-0.96.14 (24 Nov 2009) diff --git a/net-im/coccinella/coccinella-0.96.14.ebuild b/net-im/coccinella/coccinella-0.96.14.ebuild index 2f780e5463a3..f2fc242d10ac 100644 --- a/net-im/coccinella/coccinella-0.96.14.ebuild +++ b/net-im/coccinella/coccinella-0.96.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.96.14.ebuild,v 1.1 2009/11/24 11:15:41 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.96.14.ebuild,v 1.2 2010/03/09 13:03:59 abcd Exp $ inherit eutils fdo-mime @@ -51,7 +51,7 @@ src_install () { unset dir done - make_desktop_entry "coccinella" "Coccinella IM Client" "coccinella2-shadow.png" "Network" "/usr/share/icons/hicolor/128x128/apps/coccinella2-shadow.png" + make_desktop_entry coccinella "Coccinella IM Client" coccinella2-shadow } pkg_postinst() { |