blob: 882d2814da71297c0d1c7ea12ec47d70b2710405 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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_${PN} = "telepathy-mission-control"
RRECOMMENDS_${PN} = "telepathy-gabble"
PR = "r2"
SRC_URI = "http://projects.collabora.co.uk/~xclaesse/empathy-0.1.tar.gz \
file://no-gnome.diff"
inherit autotools pkgconfig
FILES_${PN} += "/usr/share/mission-control/profiles/*.profile \
/usr/share/dbus-1/services/*.service \
/usr/share/telepathy/managers/*.chandler"
SRC_URI[md5sum] = "46ebd3c4bc873add9dedea15b0a69a8f"
SRC_URI[sha256sum] = "d54b101f29b6a3e36a5f905d5b95d1d7515fa888683e891f975de2702b510045"
|