blob: 8acabfae738d2720bfb79fb323d135366306fca9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|