Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / notification-daemon / notification-daemon_0.3.6.bb
1 DESCRIPTION = "A dbus service that listens to desktop notification requests and displays them"
2 HOMEPAGE = "http://www.galago-project.org/"
3 SECTION = "x11"
4 LICENSE = "GPL"
5 DEPENDS = "gettext dbus gtk+ libsexy gconf libwnck"
6 PR = "r1"
7
8 SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
9            file://dbus-glib-tool-prefix.patch;patch=1"
10
11 EXTRA_OECONF = "--disable-binreloc"
12
13 inherit autotools pkgconfig
14
15 FILES_${PN} = "\
16   ${libexecdir}/notification-daemon \
17   ${datadir}/dbus-1/services \
18   ${libdir}/notification-daemon-1.0/engines/libstandard.so \
19   ${sysconfdir}/gconf/schemas/notification-daemon.schemas \
20 "