summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-24 10:39:59 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-24 10:39:59 +0000
commit59a3ba404f64893f35f17e8a0ac182fc49ccbdb3 (patch)
tree4b31ceadd475a6b8f472e957ec1107de9669648a /meta
parent76921580538ab7cc9829c1e7ed78420c7e85d6ac (diff)
downloadpoky-59a3ba404f64893f35f17e8a0ac182fc49ccbdb3.tar.gz
telepathy: added libtelepathy 0.0.53 and telepathy-gabble 0.5.7 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1538 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/telepathy/libtelepathy_0.0.53.bb11
-rw-r--r--meta/packages/telepathy/telepathy-gabble-0.5.7/gabble.manager33
-rw-r--r--meta/packages/telepathy/telepathy-gabble_0.5.7.bb17
3 files changed, 61 insertions, 0 deletions
diff --git a/meta/packages/telepathy/libtelepathy_0.0.53.bb b/meta/packages/telepathy/libtelepathy_0.0.53.bb
new file mode 100644
index 0000000000..fe409d39b9
--- /dev/null
+++ b/meta/packages/telepathy/libtelepathy_0.0.53.bb
@@ -0,0 +1,11 @@
1HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
2DEPENDS = "glib-2.0 dbus"
3LICENSE = "lgpl"
4
5SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz"
6
7inherit autotools pkgconfig
8
9
10FILES_${PN} += "${datadir}/telepathy \
11 ${datadir}/dbus-1"
diff --git a/meta/packages/telepathy/telepathy-gabble-0.5.7/gabble.manager b/meta/packages/telepathy/telepathy-gabble-0.5.7/gabble.manager
new file mode 100644
index 0000000000..9000cd41cc
--- /dev/null
+++ b/meta/packages/telepathy/telepathy-gabble-0.5.7/gabble.manager
@@ -0,0 +1,33 @@
1
2[ConnectionManager]
3BusName=org.freedesktop.Telepathy.ConnectionManager.gabble
4ObjectPath=/org/freedesktop/Telepathy/ConnectionManager/gabble
5
6[Protocol jabber]
7param-account=s required register
8param-password=s required register
9param-server=s
10param-resource=s
11param-priority=n
12param-port=q
13param-old-ssl=b
14param-register=b
15param-low-bandwidth=b
16param-https-proxy-server=s
17param-https-proxy-port=q
18param-fallback-conference-server=s
19param-stun-server=s
20param-stun-port=q
21param-ignore-ssl-errors=b
22param-alias=s
23param-mac=s
24param-btid=s
25default-resource=Telepathy
26default-priority=0
27default-port=5222
28default-old-ssl=false
29default-register=false
30default-low-bandwidth=false
31default-https-proxy-port=443
32default-stun-port=3478
33default-ignore-ssl-errors=false
diff --git a/meta/packages/telepathy/telepathy-gabble_0.5.7.bb b/meta/packages/telepathy/telepathy-gabble_0.5.7.bb
new file mode 100644
index 0000000000..31ce247513
--- /dev/null
+++ b/meta/packages/telepathy/telepathy-gabble_0.5.7.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Gabble: a Jabber/XMPP connection manager"
2HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
3DEPENDS = "glib-2.0 dbus loudmouth"
4LICENSE = "lgpl"
5
6# gabble.manager needs to get regenerated every release, so please don't copy it over blindly
7SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-gabble/${P}.tar.gz \
8 file://gabble.manager"
9
10inherit autotools pkgconfig
11
12do_compile_prepend() {
13 cp ${WORKDIR}/gabble.manager ${S}/data/
14}
15
16FILES_${PN} += "${datadir}/telepathy \
17 ${datadir}/dbus-1"