diff options
Diffstat (limited to 'packages/notification-daemon/notification-daemon_0.3.7.bb')
-rw-r--r-- | packages/notification-daemon/notification-daemon_0.3.7.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/notification-daemon/notification-daemon_0.3.7.bb b/packages/notification-daemon/notification-daemon_0.3.7.bb new file mode 100644 index 0000000000..43721f5e28 --- /dev/null +++ b/packages/notification-daemon/notification-daemon_0.3.7.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "A dbus service that listens to desktop notification requests and displays them" +HOMEPAGE = "http://www.galago-project.org/" +SECTION = "x11" +LICENSE = "GPL" +DEPENDS = "gettext dbus gtk+ libsexy gconf libwnck" + +SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" + +EXTRA_OECONF = "--disable-binreloc" + +inherit autotools pkgconfig + +PACKAGES = "${PN}" +FILES_${PN} = "\ + ${libexecdir}/notification-daemon \ + ${datadir}/dbus-1/services/ \ + ${libdir}/notification-daemon-1.0/engines/libstandard.so \ + ${sysconfdir}/gconf/schemas/notification-daemon.schemas \ +" |