diff options
Diffstat (limited to 'meta-demoapps/recipes-connectivity/telepathy/empathy_2.26.1.bb')
-rw-r--r-- | meta-demoapps/recipes-connectivity/telepathy/empathy_2.26.1.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-demoapps/recipes-connectivity/telepathy/empathy_2.26.1.bb b/meta-demoapps/recipes-connectivity/telepathy/empathy_2.26.1.bb new file mode 100644 index 0000000000..2e07b19c16 --- /dev/null +++ b/meta-demoapps/recipes-connectivity/telepathy/empathy_2.26.1.bb | |||
@@ -0,0 +1,29 @@ | |||
1 | SUMMARY = "a Telepathy based IM client" | ||
2 | DESCRIPTION = "Instant messaging program supporting text, voice, video, file \ | ||
3 | transfers and interapplication communication over many different protocols, \ | ||
4 | include: AIM, MSN, Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut, \ | ||
5 | Gadu-Gadu, Groupwise, ICQ and QQ." | ||
6 | HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0" | ||
7 | LICENSE = "GPL" | ||
8 | DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus" | ||
9 | RDEPENDS = "telepathy-mission-control" | ||
10 | RRECOMMENDS = "telepathy-gabble" | ||
11 | PR = "r2" | ||
12 | |||
13 | inherit gnome | ||
14 | |||
15 | PARALLEL_MAKE = "" | ||
16 | |||
17 | EXTRA_OECONF += "--disable-scrollkeeper" | ||
18 | |||
19 | PACKAGES =+ "empathy-scrollkeeper-junk" | ||
20 | FILES_empathy-scrollkeeper-junk = "/var/lib/scrollkeeper" | ||
21 | |||
22 | FILES_${PN} += "${datadir}/mission-control/profiles/*.profile \ | ||
23 | ${datadir}/dbus-1/services/*.service \ | ||
24 | ${datadir}/telepathy/managers/*.chandler \ | ||
25 | ${datadir}/icons \ | ||
26 | ${libdir}/python*" | ||
27 | |||
28 | FILES_${PN}-dbg += "${libdir}/python*/*/.debug" | ||
29 | |||