diff --git a/recipes-lxqt/lxqt-notificationd/lxqt-notificationd_git.bb b/recipes-lxqt/lxqt-notificationd/lxqt-notificationd_git.bb new file mode 100644 index 00000000..12848a33 --- /dev/null +++ b/recipes-lxqt/lxqt-notificationd/lxqt-notificationd_git.bb @@ -0,0 +1,10 @@ +SUMMARY = "The LXQt notification daemon" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6" + +inherit lxqt + +DEPENDS += "liblxqt libqtxdg kwindowsystem" + +SRCREV = "edf887014a1312aec61a345c298da447c4970d33" +PV = "0.9.0"