mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
|
||||||
|
DEPENDS = "glib-2.0 dbus"
|
||||||
|
LICENSE = "lgpl"
|
||||||
|
|
||||||
|
SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
|
||||||
|
FILES_${PN} += "${datadir}/telepathy \
|
||||||
|
${datadir}/dbus-1"
|
||||||
@@ -0,0 +1,33 @@
|
|||||||
|
|
||||||
|
[ConnectionManager]
|
||||||
|
BusName=org.freedesktop.Telepathy.ConnectionManager.gabble
|
||||||
|
ObjectPath=/org/freedesktop/Telepathy/ConnectionManager/gabble
|
||||||
|
|
||||||
|
[Protocol jabber]
|
||||||
|
param-account=s required register
|
||||||
|
param-password=s required register
|
||||||
|
param-server=s
|
||||||
|
param-resource=s
|
||||||
|
param-priority=n
|
||||||
|
param-port=q
|
||||||
|
param-old-ssl=b
|
||||||
|
param-register=b
|
||||||
|
param-low-bandwidth=b
|
||||||
|
param-https-proxy-server=s
|
||||||
|
param-https-proxy-port=q
|
||||||
|
param-fallback-conference-server=s
|
||||||
|
param-stun-server=s
|
||||||
|
param-stun-port=q
|
||||||
|
param-ignore-ssl-errors=b
|
||||||
|
param-alias=s
|
||||||
|
param-mac=s
|
||||||
|
param-btid=s
|
||||||
|
default-resource=Telepathy
|
||||||
|
default-priority=0
|
||||||
|
default-port=5222
|
||||||
|
default-old-ssl=false
|
||||||
|
default-register=false
|
||||||
|
default-low-bandwidth=false
|
||||||
|
default-https-proxy-port=443
|
||||||
|
default-stun-port=3478
|
||||||
|
default-ignore-ssl-errors=false
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
DESCRIPTION = "Gabble: a Jabber/XMPP connection manager"
|
||||||
|
HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
|
||||||
|
DEPENDS = "glib-2.0 dbus loudmouth"
|
||||||
|
LICENSE = "lgpl"
|
||||||
|
|
||||||
|
# gabble.manager needs to get regenerated every release, so please don't copy it over blindly
|
||||||
|
SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-gabble/${P}.tar.gz \
|
||||||
|
file://gabble.manager"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
do_compile_prepend() {
|
||||||
|
cp ${WORKDIR}/gabble.manager ${S}/data/
|
||||||
|
}
|
||||||
|
|
||||||
|
FILES_${PN} += "${datadir}/telepathy \
|
||||||
|
${datadir}/dbus-1"
|
||||||
Reference in New Issue
Block a user