diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-07-23 13:09:57 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-07-23 13:09:57 +0000 |
commit | 68b5df2b8115eee9576ea414d2663a9000f54ee8 (patch) | |
tree | 035faa4f8cb7c4153c01808d73b8ec2036f96c77 /packages/notification-daemon/notification-daemon_0.3.5.bb | |
parent | 952e474370b89565795d44e866b1dc3c72f1c172 (diff) |
notification-daemon: add 0.3.5
Diffstat (limited to 'packages/notification-daemon/notification-daemon_0.3.5.bb')
-rw-r--r-- | packages/notification-daemon/notification-daemon_0.3.5.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/notification-daemon/notification-daemon_0.3.5.bb b/packages/notification-daemon/notification-daemon_0.3.5.bb new file mode 100644 index 0000000000..8acabfae73 --- /dev/null +++ b/packages/notification-daemon/notification-daemon_0.3.5.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "a dbus service that listens to desktop notification requests and displays them" +HOMEPAGE = "http://www.galago-project.org/" +LICENSE = "GPL" +DEPENDS = "gettext dbus gtk+ libsexy gconf libwnck" + +PACKAGES = "${PN}" +FILES_${PN} = "${libexecdir}/notification-daemon \ + ${datadir}/dbus-1/services/notification-daemon.service \ + ${libdir}/notification-daemon-1.0/engines/libstandard.so \ + ${sysconfdir}/gconf/schemas/notification-daemon.schemas" + +SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" +EXTRA_OECONF = "--disable-binreloc" + +inherit autotools pkgconfig |