diff options
Diffstat (limited to 'meta/recipes-connectivity/telepathy')
13 files changed, 268 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/telepathy/empathy/no-gnome-doc.patch b/meta/recipes-connectivity/telepathy/empathy/no-gnome-doc.patch new file mode 100644 index 0000000000..13e7943da5 --- /dev/null +++ b/meta/recipes-connectivity/telepathy/empathy/no-gnome-doc.patch | |||
@@ -0,0 +1,39 @@ | |||
1 | --- | ||
2 | Makefile.am | 2 +- | ||
3 | configure.ac | 1 - | ||
4 | help/Makefile.am | 1 - | ||
5 | 3 files changed, 1 insertion(+), 3 deletions(-) | ||
6 | |||
7 | --- empathy-0.23.4.orig/Makefile.am | ||
8 | +++ empathy-0.23.4/Makefile.am | ||
9 | @@ -1,6 +1,6 @@ | ||
10 | -SUBDIRS = tools extensions po data libempathy libempathy-gtk src docs help | ||
11 | +SUBDIRS = tools extensions po data libempathy libempathy-gtk src | ||
12 | |||
13 | if HAVE_MEGAPHONE | ||
14 | SUBDIRS += megaphone | ||
15 | endif | ||
16 | |||
17 | --- empathy-0.23.4.orig/configure.ac | ||
18 | +++ empathy-0.23.4/configure.ac | ||
19 | @@ -55,11 +55,10 @@ AM_PROG_LIBTOOL | ||
20 | AM_PROG_MKDIR_P | ||
21 | AM_PATH_GLIB_2_0 | ||
22 | AC_PATH_XTRA | ||
23 | IT_PROG_INTLTOOL([0.35.0]) | ||
24 | GTK_DOC_CHECK([1.3]) | ||
25 | -GNOME_DOC_INIT | ||
26 | IDT_COMPILE_WARNINGS | ||
27 | AC_PATH_PROG(DBUS_BINDING_TOOL, dbus-binding-tool) | ||
28 | AC_PATH_PROG(GCONFTOOL, gconftool-2) | ||
29 | AM_GCONF_SOURCE_2 | ||
30 | GLIB_GENMARSHAL=`$PKG_CONFIG glib-2.0 --variable=glib_genmarshal` | ||
31 | --- empathy-0.23.4.orig/help/Makefile.am | ||
32 | +++ empathy-0.23.4/help/Makefile.am | ||
33 | @@ -1,6 +1,5 @@ | ||
34 | -include $(top_srcdir)/gnome-doc-utils.make | ||
35 | |||
36 | DOC_MODULE = empathy | ||
37 | DOC_ENTITIES = legal.xml | ||
38 | DOC_FIGURES = \ | ||
39 | figures/empathy-main-window.png \ | ||
diff --git a/meta/recipes-connectivity/telepathy/empathy_2.26.1.bb b/meta/recipes-connectivity/telepathy/empathy_2.26.1.bb new file mode 100644 index 0000000000..fe506faf14 --- /dev/null +++ b/meta/recipes-connectivity/telepathy/empathy_2.26.1.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | DESCRIPTION = "Empathy: a Telepathy based IM client" | ||
2 | HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0" | ||
3 | LICENSE = "GPL" | ||
4 | DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus" | ||
5 | RDEPENDS = "telepathy-mission-control" | ||
6 | RRECOMMENDS = "telepathy-gabble" | ||
7 | PR = "r2" | ||
8 | |||
9 | inherit gnome | ||
10 | |||
11 | PARALLEL_MAKE = "" | ||
12 | |||
13 | EXTRA_OECONF += "--disable-scrollkeeper" | ||
14 | |||
15 | PACKAGES =+ "empathy-scrollkeeper-junk" | ||
16 | FILES_empathy-scrollkeeper-junk = "/var/lib/scrollkeeper" | ||
17 | |||
18 | FILES_${PN} += "${datadir}/mission-control/profiles/*.profile \ | ||
19 | ${datadir}/dbus-1/services/*.service \ | ||
20 | ${datadir}/telepathy/managers/*.chandler \ | ||
21 | ${datadir}/icons \ | ||
22 | ${libdir}/python*" | ||
23 | |||
24 | FILES_${PN}-dbg += "${libdir}/python*/*/.debug" | ||
25 | |||
diff --git a/meta/recipes-connectivity/telepathy/libtelepathy/doublefix.patch b/meta/recipes-connectivity/telepathy/libtelepathy/doublefix.patch new file mode 100644 index 0000000000..5ff1c436da --- /dev/null +++ b/meta/recipes-connectivity/telepathy/libtelepathy/doublefix.patch | |||
@@ -0,0 +1,16 @@ | |||
1 | Fix double reference to this file to work with recent autoconf+automake | ||
2 | |||
3 | RP 1/2/10 | ||
4 | |||
5 | Index: libtelepathy-0.3.3/src/Makefile.am | ||
6 | =================================================================== | ||
7 | --- libtelepathy-0.3.3.orig/src/Makefile.am 2010-02-01 13:13:50.869038984 +0000 | ||
8 | +++ libtelepathy-0.3.3/src/Makefile.am 2010-02-01 13:14:23.267789456 +0000 | ||
9 | @@ -27,7 +27,6 @@ | ||
10 | tp-chan-type-text-gen.h \ | ||
11 | tp-chan-type-tubes-gen.h \ | ||
12 | tp-conn-iface-aliasing-gen.h \ | ||
13 | - tp-conn-iface-avatars-gen.h \ | ||
14 | tp-conn-iface-capabilities-gen.h \ | ||
15 | tp-conn-iface-contact-info-gen.h \ | ||
16 | tp-conn-iface-forwarding-gen.h \ | ||
diff --git a/meta/recipes-connectivity/telepathy/libtelepathy/prefer_python_2.5.patch b/meta/recipes-connectivity/telepathy/libtelepathy/prefer_python_2.5.patch new file mode 100644 index 0000000000..ec01567581 --- /dev/null +++ b/meta/recipes-connectivity/telepathy/libtelepathy/prefer_python_2.5.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: libtelepathy-0.3.1/configure.ac | ||
2 | =================================================================== | ||
3 | --- libtelepathy-0.3.1.orig/configure.ac 2007-11-22 19:05:56.000000000 +0000 | ||
4 | +++ libtelepathy-0.3.1/configure.ac 2008-01-04 12:07:28.000000000 +0000 | ||
5 | @@ -51,7 +51,7 @@ | ||
6 | AC_MSG_ERROR([xsltproc (from the libxslt source package) is required]) | ||
7 | fi | ||
8 | |||
9 | -AC_CHECK_PROGS([PYTHON], [python2.3 python2.4 python2.5 python]) | ||
10 | +AC_CHECK_PROGS([PYTHON], [python2.5 python2.4 python2.3 python]) | ||
11 | if test -z "$PYTHON"; then | ||
12 | AC_MSG_ERROR([Python is required to compile this package]) | ||
13 | fi | ||
diff --git a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb new file mode 100644 index 0000000000..c1e0c76bdf --- /dev/null +++ b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Telepathy framework - GLib library" | ||
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
3 | DEPENDS = "glib-2.0 dbus dbus-glib telepathy-glib" | ||
4 | LICENSE = "LGPL" | ||
5 | PR = "r3" | ||
6 | |||
7 | SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz \ | ||
8 | file://prefer_python_2.5.patch;patch=1 \ | ||
9 | file://doublefix.patch;patch=1" | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | FILES_${PN} += "${datadir}/telepathy \ | ||
14 | ${datadir}/dbus-1" | ||
diff --git a/meta/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb b/meta/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb new file mode 100644 index 0000000000..dfb7e39b0a --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Telepathy fasrsight" | ||
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
3 | DEPENDS = "glib-2.0 dbus telepathy-glib farsight2" | ||
4 | LICENSE = "LGPLv2" | ||
5 | |||
6 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-farsight/${P}.tar.gz \ | ||
7 | " | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | EXTRA_OECONF = "--disable-python" | ||
12 | |||
13 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||
14 | |||
15 | FILES_${PN} += "${datadir}/telepathy \ | ||
16 | ${datadir}/dbus-1" | ||
diff --git a/meta/recipes-connectivity/telepathy/telepathy-gabble/gabble.manager b/meta/recipes-connectivity/telepathy/telepathy-gabble/gabble.manager new file mode 100644 index 0000000000..9000cd41cc --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-gabble/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/recipes-connectivity/telepathy/telepathy-gabble_0.7.8.bb b/meta/recipes-connectivity/telepathy/telepathy-gabble_0.7.8.bb new file mode 100644 index 0000000000..84eed373f7 --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-gabble_0.7.8.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Jabber/XMPP connection manager" | ||
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
3 | DEPENDS = "glib-2.0 dbus loudmouth telepathy-glib dbus-glib" | ||
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" | ||
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.9.2.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.9.2.bb new file mode 100644 index 0000000000..5c773bdb2d --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.9.2.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers" | ||
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
3 | DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib gettext" | ||
4 | LICENSE = "LGPL" | ||
5 | PR = "r1" | ||
6 | |||
7 | SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${P}.tar.gz" | ||
8 | |||
9 | inherit autotools pkgconfig | ||
10 | |||
11 | FILES_${PN} += "${datadir}/telepathy \ | ||
12 | ${datadir}/dbus-1" | ||
diff --git a/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.2.bb b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.2.bb new file mode 100644 index 0000000000..d152e31a21 --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-idle_0.1.2.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "IRC connection manager for Telepathy" | ||
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
3 | DEPENDS = "glib-2.0 dbus telepathy-glib openssl" | ||
4 | LICENSE = "LGPL" | ||
5 | |||
6 | SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" | ||
7 | |||
8 | inherit autotools pkgconfig | ||
9 | |||
10 | FILES_${PN} += "${datadir}/telepathy \ | ||
11 | ${datadir}/dbus-1" | ||
diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control/pkgconfig.patch b/meta/recipes-connectivity/telepathy/telepathy-mission-control/pkgconfig.patch new file mode 100644 index 0000000000..08a53d9e46 --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control/pkgconfig.patch | |||
@@ -0,0 +1,24 @@ | |||
1 | Index: telepathy-mission-control-4.67/libmissioncontrol.pc.in | ||
2 | =================================================================== | ||
3 | --- telepathy-mission-control-4.67.orig/libmissioncontrol.pc.in 2008-04-08 12:26:02.000000000 +0100 | ||
4 | +++ telepathy-mission-control-4.67/libmissioncontrol.pc.in 2009-08-19 15:55:57.000000000 +0100 | ||
5 | @@ -8,5 +8,5 @@ | ||
6 | Description: Mission Control Client Library | ||
7 | Requires: dbus-1 >= 0.50, libtelepathy >= 0.3.2, telepathy-glib >= 0.7.1 | ||
8 | Version: @VERSION@ | ||
9 | -Libs: -L${libdir} -lmissioncontrol-client @DBUS_LIBS@ | ||
10 | -Cflags: -I${includedir} @DBUS_CFLAGS@ | ||
11 | +Libs: -L${libdir} -lmissioncontrol-client | ||
12 | +Cflags: -I${includedir} | ||
13 | Index: telepathy-mission-control-4.67/libmcclient.pc.in | ||
14 | =================================================================== | ||
15 | --- telepathy-mission-control-4.67.orig/libmcclient.pc.in 2009-08-19 16:33:46.000000000 +0100 | ||
16 | +++ telepathy-mission-control-4.67/libmcclient.pc.in 2009-08-19 16:35:09.000000000 +0100 | ||
17 | @@ -8,5 +8,5 @@ | ||
18 | Description: Mission Control Client Library | ||
19 | Requires: dbus-1 >= 0.50, telepathy-glib >= 0.7.1 | ||
20 | Version: @VERSION@ | ||
21 | -Libs: -L${libdir} -lmcclient @DBUS_LIBS@ | ||
22 | -Cflags: -I${includedir} @DBUS_CFLAGS@ | ||
23 | +Libs: -L${libdir} -lmcclient | ||
24 | +Cflags: -I${includedir} | ||
diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_4.67.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_4.67.bb new file mode 100644 index 0000000000..3af177970e --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_4.67.bb | |||
@@ -0,0 +1,40 @@ | |||
1 | DESCRIPTION = "Central control for Telepathy connection managers" | ||
2 | HOMEPAGE = "http://mission-control.sourceforge.net/" | ||
3 | LICENSE = "LGPL" | ||
4 | SECTION = "libs" | ||
5 | DEPENDS = "libtelepathy dbus-glib gconf" | ||
6 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/mission-control/telepathy-mission-control-${PV}.tar.gz \ | ||
8 | file://pkgconfig.patch;patch=1" | ||
9 | |||
10 | PR = "r1" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | PACKAGES =+ " \ | ||
15 | libmissioncontrol \ | ||
16 | libmissioncontrol-config \ | ||
17 | libmissioncontrol-server \ | ||
18 | libmissioncontrol-dev \ | ||
19 | libmissioncontrol-config-dev \ | ||
20 | libmissioncontrol-server-dev \ | ||
21 | libmissioncontrol-dbg \ | ||
22 | libmissioncontrol-config-dbg \ | ||
23 | libmissioncontrol-server-dbg \ | ||
24 | " | ||
25 | |||
26 | FILES_${PN} += "${datadir}/dbus*" | ||
27 | |||
28 | FILES_libmissioncontrol = "${libdir}/libmissioncontrol.so.*" | ||
29 | FILES_libmissioncontrol-config = "${libdir}/libmissioncontrol-config.so.*" | ||
30 | FILES_libmissioncontrol-server = "${libdir}/libmissioncontrol-server.so.*" | ||
31 | |||
32 | FILES_libmissioncontrol-dev = "${libdir}/libmissioncontrol.* \ | ||
33 | ${includedir}/libmissioncontrol/ \ | ||
34 | ${libdir}/pkgconfig/libmissioncontrol.pc" | ||
35 | FILES_libmissioncontrol-config-dev = "${libdir}/libmissioncontrol-config.*" | ||
36 | FILES_libmissioncontrol-server-dev = "${libdir}/libmissioncontrol-server.*" | ||
37 | |||
38 | FILES_libmissioncontrol-dbg = "${libdir}/.debug/libmissioncontrol.so.*" | ||
39 | FILES_libmissioncontrol-config-dbg = "${libdir}/.debug/libmissioncontrol-config.so.*" | ||
40 | FILES_libmissioncontrol-server-dbg = "${libdir}/.debug/libmissioncontrol-server.so.*" | ||
diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb new file mode 100644 index 0000000000..0898b321eb --- /dev/null +++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | DESCRIPTION = "Telepathy framework - Python package" | ||
2 | HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" | ||
3 | LICENSE = "LGPL" | ||
4 | RDEPENDS_${PN} += "python-dbus" | ||
5 | |||
6 | SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz " | ||
7 | |||
8 | inherit distutils | ||