summaryrefslogtreecommitdiffstats
path: root/meta-extras/packages/notification-daemon/notification-daemon_0.3.7.bb
blob: f443e307c99556b98fba90daf2ffddf30dc94c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "A dbus service that listens to desktop notification requests and displays them"
HOMEPAGE = "http://www.galago-project.org/"
SECTION = "x11"
LICENSE = "GPL"
DEPENDS = "dbus gtk+ gconf"

SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
        file://no-wnck-sexy.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/*.so \
  ${sysconfdir}/gconf/schemas/notification-daemon.schemas \
"

FILES_${PN}-dbg += "${libexecdir}/.debug ${libdir}/notification-daemon-1.0/engines/.debug"