diff options
| author | Ross Burton <ross@openedhand.com> | 2008-01-18 14:58:24 +0000 |
|---|---|---|
| committer | Ross Burton <ross@openedhand.com> | 2008-01-18 14:58:24 +0000 |
| commit | 979d581764369a0bd618a6445a43c068a3ed3aaa (patch) | |
| tree | b31e3e67a85dedb875de2fdbf57c0c48660afe5c /meta-extras/packages/notification-daemon/notification-daemon_0.3.7.bb | |
| parent | 38fb1d45b9a0462a2187e7af67cf5e7b56deb08a (diff) | |
| download | poky-979d581764369a0bd618a6445a43c068a3ed3aaa.tar.gz | |
Add notifation-daemon and libnotify
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3542 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/notification-daemon/notification-daemon_0.3.7.bb')
| -rw-r--r-- | meta-extras/packages/notification-daemon/notification-daemon_0.3.7.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-extras/packages/notification-daemon/notification-daemon_0.3.7.bb b/meta-extras/packages/notification-daemon/notification-daemon_0.3.7.bb new file mode 100644 index 0000000000..f443e307c9 --- /dev/null +++ b/meta-extras/packages/notification-daemon/notification-daemon_0.3.7.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 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 = "dbus gtk+ gconf" | ||
| 6 | |||
| 7 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ | ||
| 8 | file://no-wnck-sexy.patch;patch=1" | ||
| 9 | |||
| 10 | EXTRA_OECONF = "--disable-binreloc" | ||
| 11 | |||
| 12 | inherit autotools pkgconfig | ||
| 13 | |||
| 14 | FILES_${PN} = "\ | ||
| 15 | ${libexecdir}/notification-daemon \ | ||
| 16 | ${datadir}/dbus-1/services/ \ | ||
| 17 | ${libdir}/notification-daemon-1.0/engines/*.so \ | ||
| 18 | ${sysconfdir}/gconf/schemas/notification-daemon.schemas \ | ||
| 19 | " | ||
| 20 | |||
| 21 | FILES_${PN}-dbg += "${libexecdir}/.debug ${libdir}/notification-daemon-1.0/engines/.debug" | ||
