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 | a2681d9 | 2020-10-16 10:17:07 -0500 | [diff] [blame] | 17 | SRC_URI[sha256sum] = "19ab84c6665c7819998f2269322d53f462c30963ce26042df23ae525e7d16545" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 18 | |
| 19 | # Avoid trouble with other desktops e.g KDE which also ships dbus service named |
| 20 | # org.freedesktop.Notifications |
| 21 | EXTRA_OECONF = "--disable-dbus-start-daemon" |
| 22 | |
| 23 | do_compile_prepend() { |
| 24 | mkdir -p xfce4-notifyd xfce4-notifyd-config |
| 25 | } |
| 26 | |
| 27 | FILES_${PN} += " \ |
| 28 | ${systemd_user_unitdir} \ |
| 29 | ${datadir}/xfce4 \ |
| 30 | ${datadir}/themes \ |
| 31 | ${datadir}/dbus-1 \ |
| 32 | ${libdir}/xfce4 \ |
| 33 | " |