Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Easily themable notification daemon with transparency effects" |
| 2 | HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-notifyd" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 5 | DEPENDS = " \ |
| 6 | dbus \ |
| 7 | dbus-glib \ |
| 8 | libnotify \ |
| 9 | libxfce4util \ |
| 10 | libxfce4ui \ |
| 11 | xfconf \ |
| 12 | xfce4-panel \ |
| 13 | " |
| 14 | |
| 15 | inherit xfce-app |
| 16 | |
Andrew Geissler | 7f40b71 | 2020-05-15 14:09:53 -0500 | [diff] [blame^] | 17 | SRC_URI[md5sum] = "58e70621d6b9e0e66399ed41ab402a47" |
| 18 | SRC_URI[sha256sum] = "9b5274999c89bf296a7de03b375e8233eef37940b7444502130b92dfb6a089b4" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 19 | |
| 20 | # Avoid trouble with other desktops e.g KDE which also ships dbus service named |
| 21 | # org.freedesktop.Notifications |
| 22 | EXTRA_OECONF = "--disable-dbus-start-daemon" |
| 23 | |
| 24 | do_compile_prepend() { |
| 25 | mkdir -p xfce4-notifyd xfce4-notifyd-config |
| 26 | } |
| 27 | |
| 28 | FILES_${PN} += " \ |
| 29 | ${systemd_user_unitdir} \ |
| 30 | ${datadir}/xfce4 \ |
| 31 | ${datadir}/themes \ |
| 32 | ${datadir}/dbus-1 \ |
| 33 | ${libdir}/xfce4 \ |
| 34 | " |