diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-24 10:39:59 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-24 10:39:59 +0000 |
commit | 59a3ba404f64893f35f17e8a0ac182fc49ccbdb3 (patch) | |
tree | 4b31ceadd475a6b8f472e957ec1107de9669648a /meta/packages | |
parent | 76921580538ab7cc9829c1e7ed78420c7e85d6ac (diff) | |
download | poky-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/packages')
-rw-r--r-- | meta/packages/telepathy/libtelepathy_0.0.53.bb | 11 | ||||
-rw-r--r-- | meta/packages/telepathy/telepathy-gabble-0.5.7/gabble.manager | 33 | ||||
-rw-r--r-- | meta/packages/telepathy/telepathy-gabble_0.5.7.bb | 17 |
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 @@ | |||
1 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
2 | DEPENDS = "glib-2.0 dbus" | ||
3 | LICENSE = "lgpl" | ||
4 | |||
5 | SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz" | ||
6 | |||
7 | inherit autotools pkgconfig | ||
8 | |||
9 | |||
10 | FILES_${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] | ||
3 | BusName=org.freedesktop.Telepathy.ConnectionManager.gabble | ||
4 | ObjectPath=/org/freedesktop/Telepathy/ConnectionManager/gabble | ||
5 | |||
6 | [Protocol jabber] | ||
7 | param-account=s required register | ||
8 | param-password=s required register | ||
9 | param-server=s | ||
10 | param-resource=s | ||
11 | param-priority=n | ||
12 | param-port=q | ||
13 | param-old-ssl=b | ||
14 | param-register=b | ||
15 | param-low-bandwidth=b | ||
16 | param-https-proxy-server=s | ||
17 | param-https-proxy-port=q | ||
18 | param-fallback-conference-server=s | ||
19 | param-stun-server=s | ||
20 | param-stun-port=q | ||
21 | param-ignore-ssl-errors=b | ||
22 | param-alias=s | ||
23 | param-mac=s | ||
24 | param-btid=s | ||
25 | default-resource=Telepathy | ||
26 | default-priority=0 | ||
27 | default-port=5222 | ||
28 | default-old-ssl=false | ||
29 | default-register=false | ||
30 | default-low-bandwidth=false | ||
31 | default-https-proxy-port=443 | ||
32 | default-stun-port=3478 | ||
33 | default-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 @@ | |||
1 | DESCRIPTION = "Gabble: a Jabber/XMPP connection manager" | ||
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
3 | DEPENDS = "glib-2.0 dbus loudmouth" | ||
4 | LICENSE = "lgpl" | ||
5 | |||
6 | # gabble.manager needs to get regenerated every release, so please don't copy it over blindly | ||
7 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-gabble/${P}.tar.gz \ | ||
8 | file://gabble.manager" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | do_compile_prepend() { | ||
13 | cp ${WORKDIR}/gabble.manager ${S}/data/ | ||
14 | } | ||
15 | |||
16 | FILES_${PN} += "${datadir}/telepathy \ | ||
17 | ${datadir}/dbus-1" | ||