diff --git a/srcpkgs/telepathy-butterfly/patches/0001-bugfix-remove-bad-import-from-im-module.patch b/srcpkgs/telepathy-butterfly/patches/0001-bugfix-remove-bad-import-from-im-module.patch new file mode 100644 index 00000000000..62f7bd84774 --- /dev/null +++ b/srcpkgs/telepathy-butterfly/patches/0001-bugfix-remove-bad-import-from-im-module.patch @@ -0,0 +1,26 @@ +From 501b46c364c5608d1b3b84dd48fe57abcabd4aea Mon Sep 17 00:00:00 2001 +From: Ionut Biru +Date: Mon, 6 Dec 2010 04:22:45 -0800 +Subject: [PATCH] bugfix: remove bad import from im module + +Signed-off-by: Ionut Biru +--- + butterfly/channel/im.py | 2 -- + 1 files changed, 0 insertions(+), 2 deletions(-) + +diff --git a/butterfly/channel/im.py b/butterfly/channel/im.py +index 1781234..ac8dd44 100644 +--- butterfly/channel/im.py ++++ butterfly/channel/im.py +@@ -30,8 +30,6 @@ import papyon.event + + from butterfly.channel.text import ButterflyTextChannel + +-from butterfly.Channel_Interface_Conference import CHANNEL_INTERFACE_CONFERENCE +- + __all__ = ['ButterflyImChannel'] + + logger = logging.getLogger('Butterfly.ImChannel') +-- +1.7.3.2 + diff --git a/srcpkgs/telepathy-butterfly/template b/srcpkgs/telepathy-butterfly/template new file mode 100644 index 00000000000..14bb6441c3c --- /dev/null +++ b/srcpkgs/telepathy-butterfly/template @@ -0,0 +1,18 @@ +# Template file for 'telepathy-butterfly' +pkgname=telepathy-butterfly +version=0.5.15 +distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" +build_style=gnu_configure +short_desc="A MSN connection manager for Telepathy" +maintainer="Juan RP " +checksum=d48eef7f938c2b5bb805dd6bbbcde673b1c6526ca15af6b5f8fe03d926d35b90 +long_desc=" + Telepathy is a D-Bus framework for unifying real time communication, + including instant messaging, voice calls and video calls. It abstracts + differences between protocols to provide a unified interface for + applications." + +noarch=yes +Add_dependency full python +Add_dependency full papyon +Add_dependency full telepathy-python