telepathy-inspector: add 0.5.0, a debugging tool for Telepathy developers
authorPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 31 Oct 2007 09:56:24 +0000 (09:56 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 31 Oct 2007 09:56:24 +0000 (09:56 +0000)
packages/telepathy/telepathy-inspector/.mtn2git_empty [new file with mode: 0644]
packages/telepathy/telepathy-inspector/scons-workaround.patch [new file with mode: 0644]
packages/telepathy/telepathy-inspector_0.5.0.bb [new file with mode: 0644]

diff --git a/packages/telepathy/telepathy-inspector/.mtn2git_empty b/packages/telepathy/telepathy-inspector/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/telepathy/telepathy-inspector/scons-workaround.patch b/packages/telepathy/telepathy-inspector/scons-workaround.patch
new file mode 100644 (file)
index 0000000..ac3c37c
--- /dev/null
@@ -0,0 +1,12 @@
+Index: telepathy-inspector-0.5.0/SConstruct
+===================================================================
+--- telepathy-inspector-0.5.0.orig/SConstruct  2007-10-31 10:49:00.000000000 +0100
++++ telepathy-inspector-0.5.0/SConstruct       2007-10-31 10:49:10.000000000 +0100
+@@ -4,6 +4,7 @@
+ SConsignFile()
+ env = Environment(ENV = os.environ)
++env['CC'] = os.environ['CC']
+ # Variables
diff --git a/packages/telepathy/telepathy-inspector_0.5.0.bb b/packages/telepathy/telepathy-inspector_0.5.0.bb
new file mode 100644 (file)
index 0000000..0694307
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "debugging tool for Telepathy developers"
+DEPENDS = "glib-2.0 gtk+ libglade dbus-glib"
+LICENSE = "LGPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/tapioca-voip/telepathy-inspector-0.5.0.tar.gz \
+           file://scons-workaround.patch;patch=1"
+
+inherit scons
+
+FILES_${PN} += "${datadir}/telepathy \
+                ${datadir}/dbus-1"