increase dvbapp PR
[vuplus_openembedded] / recipes / notification-daemon / notification-daemon_0.3.7.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://notification-daemon-fix-text-color.diff;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 "