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 | e781239b3cc946be9c0484842871bb5a4ce0e2ae (patch) | |
tree | 9ca336e026720db29c6401e497f62aa972f2413f /net-p2p/linuxdcpp | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-e781239b3cc946be9c0484842871bb5a4ce0e2ae.tar.gz gentoo-2-e781239b3cc946be9c0484842871bb5a4ce0e2ae.tar.bz2 gentoo-2-e781239b3cc946be9c0484842871bb5a4ce0e2ae.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/linuxdcpp')
-rw-r--r-- | net-p2p/linuxdcpp/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/linuxdcpp-9999.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-p2p/linuxdcpp/ChangeLog b/net-p2p/linuxdcpp/ChangeLog index e5c02fc32d9b..d0be678155b9 100644 --- a/net-p2p/linuxdcpp/ChangeLog +++ b/net-p2p/linuxdcpp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/linuxdcpp # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.23 2008/02/27 01:35:17 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.24 2008/02/29 20:29:56 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> linuxdcpp-1.0.1.ebuild, + linuxdcpp-9999.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 27 Feb 2008; Robert Buchholz <rbu@gentoo.org> linuxdcpp-1.0.1.ebuild: amd64 stable (bug #209758) diff --git a/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild b/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild index 205491f77b4c..23058dcd6b63 100644 --- a/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild +++ b/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild @@ -1,6 +1,6 @@ # 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-1.0.1.ebuild,v 1.3 2008/02/27 01:35:17 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild,v 1.4 2008/02/29 20:29:56 carlo Exp $ inherit eutils @@ -40,7 +40,7 @@ src_install() { doicon pixmaps/${PN}.png - make_desktop_entry ${PN} "${PN}" ${PN}.png + make_desktop_entry ${PN} "${PN}" ${PN} } pkg_postinst() { 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() { |