xfce4-notifyd_0.6.0.bb 901 B

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