telepathy salut: add 0.3.4
authorKoen Kooi <koen@openembedded.org>
Sun, 31 Aug 2008 13:42:37 +0000 (13:42 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 31 Aug 2008 13:42:37 +0000 (13:42 +0000)
packages/telepathy/telepathy-salut-0.3.4/.mtn2git_empty [new file with mode: 0644]
packages/telepathy/telepathy-salut-0.3.4/keep-manager-file.diff [new file with mode: 0644]
packages/telepathy/telepathy-salut-0.3.4/salut.manager [new file with mode: 0644]
packages/telepathy/telepathy-salut_0.3.4.bb [new file with mode: 0644]

diff --git a/packages/telepathy/telepathy-salut-0.3.4/.mtn2git_empty b/packages/telepathy/telepathy-salut-0.3.4/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/telepathy/telepathy-salut-0.3.4/keep-manager-file.diff b/packages/telepathy/telepathy-salut-0.3.4/keep-manager-file.diff
new file mode 100644 (file)
index 0000000..4c335e0
--- /dev/null
@@ -0,0 +1,11 @@
+--- /tmp/Makefile.am   2008-08-31 15:37:45.000000000 +0200
++++ telepathy-salut-0.3.4/data/Makefile.am     2008-08-31 15:38:09.163198000 +0200
+@@ -15,8 +15,4 @@
+ CLEANFILES = $(service_DATA) $(manager_DATA)
+-$(manager_DATA): always-build
+-      $(MAKE) -C ../src write-mgr-file
+-      ../src/write-mgr-file > $@
+-
+ .PHONY: always-build
diff --git a/packages/telepathy/telepathy-salut-0.3.4/salut.manager b/packages/telepathy/telepathy-salut-0.3.4/salut.manager
new file mode 100644 (file)
index 0000000..8fd84d5
--- /dev/null
@@ -0,0 +1,13 @@
+
+[ConnectionManager]
+Name=Salut
+BusName=org.freedesktop.Telepathy.ConnectionManager.salut
+ObjectPath=/org/freedesktop/Telepathy/ConnectionManager/salut
+
+[Protocol local-xmpp]
+param-nickname=s
+param-first-name=s required
+param-last-name=s required
+param-jid=s
+param-email=s
+param-published-name=s
diff --git a/packages/telepathy/telepathy-salut_0.3.4.bb b/packages/telepathy/telepathy-salut_0.3.4.bb
new file mode 100644 (file)
index 0000000..c8b9eda
--- /dev/null
@@ -0,0 +1,18 @@
+DESCRIPTION = "Salut: Link-local XMPP connection manager for the Telepathy framework"
+HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
+DEPENDS = "telepathy-glib avahi telepathy-gabble"
+LICENSE = "LGPL"
+
+#salut.manager changes every release, don't copy it over blindly!
+SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz \
+           file://keep-manager-file.diff;patch=1 \
+          file://salut.manager"
+
+inherit autotools pkgconfig
+
+do_compile_prepend() {
+      cp ${WORKDIR}/salut.manager ${S}/data/
+}
+
+FILES_${PN} += "${datadir}/telepathy \
+               ${datadir}/dbus-1"