diff options
author | Ross Burton <ross@openedhand.com> | 2007-05-29 13:25:58 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-05-29 13:25:58 +0000 |
commit | d2f5510b56e7f94be951a0f46e81b372e3214ed7 (patch) | |
tree | 3908cba2a557b5c1a8ecaeecd62f8c60043111b2 /meta/packages/telepathy/empathy_0.5.bb | |
parent | 4df31383fccb716d14c94054502d72ba121e9738 (diff) | |
download | poky-d2f5510b56e7f94be951a0f46e81b372e3214ed7.tar.gz |
Upgrade Empathy, with hot no-libgnomeui patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1805 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/telepathy/empathy_0.5.bb')
-rw-r--r-- | meta/packages/telepathy/empathy_0.5.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/telepathy/empathy_0.5.bb b/meta/packages/telepathy/empathy_0.5.bb new file mode 100644 index 0000000000..99a7873185 --- /dev/null +++ b/meta/packages/telepathy/empathy_0.5.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "Empathy: a Telepathy based IM client" | ||
2 | HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0" | ||
3 | LICENSE = "GPL" | ||
4 | DEPENDS = "telepathy-mission-control libtelepathy gtk+ gconf libglade" | ||
5 | RDEPENDS = "telepathy-mission-control" | ||
6 | RRECOMMENDS = "telepathy-gabble" | ||
7 | |||
8 | PR="r0" | ||
9 | |||
10 | inherit gnome | ||
11 | |||
12 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/empathy/0.5/empathy-${PV}.tar.bz2 \ | ||
13 | file://no-gnome.diff;patch=1;pnum=0" | ||
14 | |||
15 | FILES_${PN} += "${datadir}/mission-control/profiles/*.profile \ | ||
16 | ${datadir}/dbus-1/services/*.service \ | ||
17 | ${datadir}/telepathy/managers/*.chandler \ | ||
18 | ${datadir}/icons" | ||