blob: 60866081102cfcdb8df28df382e0e2da47e0d945 [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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only"
Andrew Geissler82c905d2020-04-13 13:39:40 -05004LIC_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
Patrick Williamsde0582f2022-04-08 10:23:27 -050017SRC_URI[sha256sum] = "56a9f895aed460042f2abe09bb1a899e29b7c7d5a76ecac63dead3ced990859f"
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"