blob: a145295b6adaf50158edfa6e7d11f9d64e480598 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Easily themable notification daemon with transparency effects"
2HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-notifyd"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = " \
6 dbus \
7 dbus-glib \
8 libnotify \
9 libxfce4util \
10 libxfce4ui \
11 xfconf \
12 xfce4-panel \
13"
14
15inherit xfce-app
16
Andrew Geisslera2681d92020-10-16 10:17:07 -050017SRC_URI[sha256sum] = "19ab84c6665c7819998f2269322d53f462c30963ce26042df23ae525e7d16545"
Andrew Geissler82c905d2020-04-13 13:39:40 -050018
19# Avoid trouble with other desktops e.g KDE which also ships dbus service named
20# org.freedesktop.Notifications
21EXTRA_OECONF = "--disable-dbus-start-daemon"
22
Patrick Williams213cb262021-08-07 19:21:33 -050023do_compile:prepend() {
Andrew Geissler82c905d2020-04-13 13:39:40 -050024 mkdir -p xfce4-notifyd xfce4-notifyd-config
25}
26
Patrick Williams213cb262021-08-07 19:21:33 -050027FILES:${PN} += " \
Andrew Geissler82c905d2020-04-13 13:39:40 -050028 ${systemd_user_unitdir} \
29 ${datadir}/xfce4 \
30 ${datadir}/themes \
31 ${datadir}/dbus-1 \
32 ${libdir}/xfce4 \
33"