404bdeba9c
The Telepathy project aims to provide a unified framework for all forms of real time conversations, including instant messaging, IRC, voice calls and video calls. It uses the D-Bus messaging system to provide a simple interface for client applications, allowing them to quickly benefit from Telepathy's functionality. feedback from steven@ and simon@
12 lines
485 B
Plaintext
12 lines
485 B
Plaintext
$OpenBSD: patch-setup_py,v 1.1.1.1 2007/10/27 16:18:54 jasper Exp $
|
|
--- setup.py.orig Fri Oct 12 18:38:54 2007
|
|
+++ setup.py Fri Oct 12 18:39:00 2007
|
|
@@ -44,7 +44,6 @@ setup(name=NAME,
|
|
packages=['TelepathyButterfly'],
|
|
scripts=['telepathy-butterfly'],
|
|
data_files=[
|
|
- (dbus_service_dir, ['data/org.freedesktop.Telepathy.ConnectionManager.butterfly.service']),
|
|
(telepathy_manager_dir, ['data/butterfly.manager'])
|
|
],
|
|
classifiers=[
|