mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1578 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
588 B
BlitzBasic
18 lines
588 B
BlitzBasic
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"
|