diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:28:34 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:28:34 +0000 |
commit | 8a819f7181259fb64d638c4861dd362f36036f2e (patch) | |
tree | e5876832b34f3dc067fe82af3e751792ce392bf4 /net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-8a819f7181259fb64d638c4861dd362f36036f2e.tar.gz gentoo-2-8a819f7181259fb64d638c4861dd362f36036f2e.tar.bz2 gentoo-2-8a819f7181259fb64d638c4861dd362f36036f2e.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild')
-rw-r--r-- | net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild b/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild index c9203fde6621..c88f726d23f0 100644 --- a/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild +++ b/net-p2p/bittorrent/bittorrent-5.0.9-r1.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/bittorrent/bittorrent-5.0.9-r1.ebuild,v 1.2 2008/01/17 14:15:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild,v 1.3 2008/02/29 20:28:34 carlo Exp $ WX_GTK_VER="2.6" inherit distutils fdo-mime eutils wxwidgets @@ -57,7 +57,7 @@ src_install() { if use gtk ; then doicon images/logo/bittorrent.ico newicon images/logo/bittorrent_icon_32.png bittorrent.png - make_desktop_entry "bittorrent" "BitTorrent" bittorrent.png "Network" + make_desktop_entry "bittorrent" "BitTorrent" bittorrent "Network" echo "MimeType=application/x-bittorrent" \ >> "${D}"/usr/share/applications/bittorrent-${PN}.desktop fi |