aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/notification-daemon/notification-daemon_0.3.7.bb
blob: e6b6e0a4ed16acd03fb7b7f405c08cb4871e80ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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://notification-daemon-fix-text-color.diff;apply=yes"

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 \
"

SRC_URI[md5sum] = "7fa369bff1031acbe4ca41f03bee7d02"
SRC_URI[sha256sum] = "53d2f92c3d14423b49c2ff077855cf3987d38def963c82fd26fba5de379ca540"