From eb75299b1372a27d6dc3a9bcf7ab85b37744858c Mon Sep 17 00:00:00 2001 From: Fabien Proriol Date: Sun, 25 May 2025 18:06:26 +0200 Subject: Add few KaZoe projects --- recipes-core/kzxdg/kzxdg.inc | 12 ++++++++++++ recipes-core/kzxdg/kzxdg_git.bb | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 recipes-core/kzxdg/kzxdg.inc create mode 100644 recipes-core/kzxdg/kzxdg_git.bb (limited to 'recipes-core/kzxdg') diff --git a/recipes-core/kzxdg/kzxdg.inc b/recipes-core/kzxdg/kzxdg.inc new file mode 100644 index 0000000..7af1de8 --- /dev/null +++ b/recipes-core/kzxdg/kzxdg.inc @@ -0,0 +1,12 @@ +DESCRIPTION = "KaZoe Desktop Wayland server based on Qt Wayland Compositor" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=84657d0be71d6615481bbbde593d3c88" + +inherit kazoe-project qt6-cmake + +DEPENDS = " qtbase qtdeclarative qtdeclarative-native " +RDEPENDS:${PN} += " qtbase " + +FILES:${PN} += " ${QT6_INSTALL_QMLDIR}/org/kazoe/xdg " + +EXTRA_OECMAKE += " -DQML_MODULE_INSTALL_PATH=${QT6_INSTALL_QMLDIR} " diff --git a/recipes-core/kzxdg/kzxdg_git.bb b/recipes-core/kzxdg/kzxdg_git.bb new file mode 100644 index 0000000..f00c306 --- /dev/null +++ b/recipes-core/kzxdg/kzxdg_git.bb @@ -0,0 +1,3 @@ +require ${PN}.inc + +inherit kazoe-project-git -- cgit v1.2.3