diff --git a/recipes-lxqt/lxqt-about/lxqt-about_git.bb b/recipes-lxqt/lxqt-about/lxqt-about_git.bb new file mode 100644 index 00000000..233a71c0 --- /dev/null +++ b/recipes-lxqt/lxqt-about/lxqt-about_git.bb @@ -0,0 +1,17 @@ +SUMMARY = "The standalone LXQt "About" dialog" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6" + +REQUIRED_DISTRO_FEATURES = "x11" + +inherit lxqt + +DEPENDS += " \ + liblxqt \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \ +" + +SRCREV = "dd55813a86080341b6068d788b5efb19c869e8af" +PV = "0.9.0" + +FILES_${PN}-dev += "${datadir}/lxqt/lxqt-about/KF5WindowSystemTargets-noconfig.cmake" diff --git a/recipes-lxqt/packagegroups/lxqt-world.bb b/recipes-lxqt/packagegroups/lxqt-world.bb index ffff8c91..f407b682 100644 --- a/recipes-lxqt/packagegroups/lxqt-world.bb +++ b/recipes-lxqt/packagegroups/lxqt-world.bb @@ -12,6 +12,7 @@ RDEPENDS_${PN} = " \ libsysstat \ lximage-qt \ lxmenu-data \ + lxqt-about \ lxqt-common \ lxqt-config \ lxqt-globalkeys \