xfce4-notifyd_0.6.2.bb 848 B

123456789101112131415161718192021222324252627282930313233
  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. inherit xfce-app
  15. SRC_URI[sha256sum] = "19ab84c6665c7819998f2269322d53f462c30963ce26042df23ae525e7d16545"
  16. # Avoid trouble with other desktops e.g KDE which also ships dbus service named
  17. # org.freedesktop.Notifications
  18. EXTRA_OECONF = "--disable-dbus-start-daemon"
  19. do_compile_prepend() {
  20. mkdir -p xfce4-notifyd xfce4-notifyd-config
  21. }
  22. FILES_${PN} += " \
  23. ${systemd_user_unitdir} \
  24. ${datadir}/xfce4 \
  25. ${datadir}/themes \
  26. ${datadir}/dbus-1 \
  27. ${libdir}/xfce4 \
  28. "