blob: d76f17051c68d7f85d5ff2c25d9bb7392cadde5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Empathy: a Telepathy based IM client"
HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0"
LICENSE = "GPL"
DEPENDS = "telepathy-mission-control libtelepathy gtk+ gconf libglade"
RDEPENDS = "telepathy-mission-control"
RRECOMMENDS = "telepathy-gabble"
PR ="r1"
SRC_URI = "http://projects.collabora.co.uk/~xclaesse/empathy-0.1.tar.gz \
file://no-gnome.diff;patch=1"
inherit autotools pkgconfig
FILES_${PN} += "/usr/share/mission-control/profiles/*.profile \
/usr/share/dbus-1/services/*.service \
/usr/share/telepathy/managers/*.chandler"
|