summaryrefslogtreecommitdiffstats
path: root/recipes/notification-daemon/notification-daemon_0.3.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/notification-daemon/notification-daemon_0.3.6.bb')
-rw-r--r--recipes/notification-daemon/notification-daemon_0.3.6.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/notification-daemon/notification-daemon_0.3.6.bb b/recipes/notification-daemon/notification-daemon_0.3.6.bb
new file mode 100644
index 0000000000..5a76d10b31
--- /dev/null
+++ b/recipes/notification-daemon/notification-daemon_0.3.6.bb
@@ -0,0 +1,20 @@
+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"
+PR = "r1"
+
+SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
+ file://dbus-glib-tool-prefix.patch;patch=1"
+
+EXTRA_OECONF = "--disable-binreloc"
+
+inherit autotools pkgconfig
+
+FILES_${PN} = "\
+ ${libexecdir}/notification-daemon \
+ ${datadir}/dbus-1/services \
+ ${libdir}/notification-daemon-1.0/engines/libstandard.so \
+ ${sysconfdir}/gconf/schemas/notification-daemon.schemas \
+"