From: Philipp Zabel Date: Sun, 5 Feb 2006 17:27:22 +0000 (+0000) Subject: notification-daemon: add 0.3.4, a service that listens to desktop notification reques... X-Git-Tag: Release-2010-05/1~9453^2~2440 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51d9083c54c7f7b308624ba36b0e72dd0b55cfc5;p=openembedded.git notification-daemon: add 0.3.4, a service that listens to desktop notification requests and displays them --- diff --git a/packages/notification-daemon/.mtn2git_empty b/packages/notification-daemon/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/notification-daemon/notification-daemon_0.3.4.bb b/packages/notification-daemon/notification-daemon_0.3.4.bb new file mode 100644 index 0000000000..8acabfae73 --- /dev/null +++ b/packages/notification-daemon/notification-daemon_0.3.4.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