From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-357671-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QanhA-0001cF-2W
	for garchives@archives.gentoo.org; Sun, 26 Jun 2011 11:40:08 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 55D551C167;
	Sun, 26 Jun 2011 11:39:36 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id D66061C167
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Jun 2011 11:39:25 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E29291B402E
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Jun 2011 11:39:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 5362F8003C
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Jun 2011 11:39:14 +0000 (UTC)
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" <alexxy@gentoo.org>
Message-ID: <5f604390819b770c1f3f66d70a6bee88bb6af928.alexxy@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: net-im/telepathy-contact-list/
X-VCS-Repository: proj/kde
X-VCS-Files: net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
X-VCS-Directories: net-im/telepathy-contact-list/
X-VCS-Committer: alexxy
X-VCS-Committer-Name: Alexey Shvetsov
X-VCS-Revision: 5f604390819b770c1f3f66d70a6bee88bb6af928
Date: Sun, 26 Jun 2011 11:39:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 99c48a69b1eb50ef899198d6aab8d65f

commit:     5f604390819b770c1f3f66d70a6bee88bb6af928
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 11:24:16 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 11:24:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc=
ommit;h=3D5f604390

Fix colliding icons

---
 .../telepathy-contact-list-9999.ebuild             |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/net-im/telepathy-contact-list/telepathy-contact-list-9999.eb=
uild b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
index c1a913e..bf77bf0 100644
--- a/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
+++ b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
@@ -24,9 +24,13 @@ RDEPEND=3D"${DEPEND}"
=20
 src_install() {
 	kde4-base_src_install
-	# Now we will drop icons colliding with 4.6.80
+	# Now we will drop icons colliding with 4.6.80-90
 	for x in aim facebook google-talk icq jabber msn skype yahoo
 	do
 		rm "${ED}/usr/share/icons/oxygen/48x48/actions/im-${x}.png" || die
 	done
+	for x in 16 22 32 48 64 128
+	do
+		rm "${ED}/usr/share/icons/oxygen/${x}x${x}/apps/kde-telepathy.png"
+	done
 }