diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:29:56 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:29:56 +0000 |
commit | dbf1f42be6821dc5d7bccd3e8218b92d7cae5d3c (patch) | |
tree | ee9fb48ce2d7c965675438ba65747b4622051fc3 /net-p2p/linuxdcpp/linuxdcpp-9999.ebuild | |
parent | *** empty log message *** (diff) | |
download | historical-dbf1f42be6821dc5d7bccd3e8218b92d7cae5d3c.tar.gz historical-dbf1f42be6821dc5d7bccd3e8218b92d7cae5d3c.tar.bz2 historical-dbf1f42be6821dc5d7bccd3e8218b92d7cae5d3c.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-p2p/linuxdcpp/linuxdcpp-9999.ebuild')
-rw-r--r-- | net-p2p/linuxdcpp/linuxdcpp-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild b/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild index 66960e0c1721..4c93da8b84c2 100644 --- a/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild +++ b/net-p2p/linuxdcpp/linuxdcpp-9999.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/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.8 2007/12/07 15:06:30 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.9 2008/02/29 20:29:56 carlo Exp $ inherit cvs eutils @@ -46,7 +46,7 @@ src_install() { doicon pixmaps/${PN}.png - make_desktop_entry ${PN} "${PN}" ${PN}.png + make_desktop_entry ${PN} "${PN}" ${PN} } pkg_postinst() { |