1SUMMARY = "Easily themable notification daemon with transparency effects"
2HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-notifyd"
3LICENSE = "GPL-2.0-only"
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
17SRC_URI[sha256sum] = "56a9f895aed460042f2abe09bb1a899e29b7c7d5a76ecac63dead3ced990859f"
18
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
23do_compile:prepend() {
24    mkdir -p xfce4-notifyd xfce4-notifyd-config
25}
26
27FILES:${PN} += " \
28    ${systemd_user_unitdir} \
29    ${datadir}/xfce4 \
30    ${datadir}/themes \
31    ${datadir}/dbus-1 \
32    ${libdir}/xfce4 \
33"
34