notification-daemon: add 0.3.5
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sun, 23 Jul 2006 13:09:57 +0000 (13:09 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Sun, 23 Jul 2006 13:09:57 +0000 (13:09 +0000)
packages/notification-daemon/notification-daemon_0.3.5.bb [new file with mode: 0644]

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 (file)
index 0000000..8acabfa
--- /dev/null
@@ -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