summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/telepathy/empathy_2.26.1.bb
blob: 2e07b19c16f595bc8d229d5fde22b7df0ab141b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SUMMARY = "a Telepathy based IM client"
DESCRIPTION = "Instant messaging program supporting text, voice, video, file \
transfers and interapplication communication over many different protocols, \
include: AIM, MSN, Google Talk (Jabber/XMPP), Facebook, Yahoo!, Salut, \
Gadu-Gadu, Groupwise, ICQ and QQ."
HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0"
LICENSE = "GPL"
DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus"
RDEPENDS = "telepathy-mission-control"
RRECOMMENDS = "telepathy-gabble"
PR = "r2"

inherit gnome

PARALLEL_MAKE = ""

EXTRA_OECONF += "--disable-scrollkeeper"

PACKAGES =+ "empathy-scrollkeeper-junk"
FILES_empathy-scrollkeeper-junk = "/var/lib/scrollkeeper"

FILES_${PN} += "${datadir}/mission-control/profiles/*.profile \
        ${datadir}/dbus-1/services/*.service \
        ${datadir}/telepathy/managers/*.chandler \
	${datadir}/icons \
	${libdir}/python*"

FILES_${PN}-dbg += "${libdir}/python*/*/.debug"