summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/bittorrent/ChangeLog5
-rw-r--r--net-p2p/bittorrent/bittorrent-5.0.9-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog
index 8afdc22ecc69..9366e71cc672 100644
--- a/net-p2p/bittorrent/ChangeLog
+++ b/net-p2p/bittorrent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/bittorrent
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.128 2008/01/17 14:15:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.129 2008/02/29 20:28:34 carlo Exp $
+
+ 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> bittorrent-5.0.9-r1.ebuild:
+ Remove icon extension from desktop entry to match Icon Theme Specification.
17 Jan 2008; Raúl Porcel <armin76@gentoo.org> bittorrent-4.4.0-r1.ebuild,
bittorrent-5.0.9-r1.ebuild:
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