From e0410420a968a1bfbc009124f02c9db205072bf0 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 9 Jan 2025 17:51:55 +0100 Subject: [PATCH] hyprland-qt-support: add recipe --- .../hyprland-qt-support_git.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dynamic-layers/meta-qt6/recipes-qt/hyprland-qt-support/hyprland-qt-support_git.bb diff --git a/dynamic-layers/meta-qt6/recipes-qt/hyprland-qt-support/hyprland-qt-support_git.bb b/dynamic-layers/meta-qt6/recipes-qt/hyprland-qt-support/hyprland-qt-support_git.bb new file mode 100644 index 0000000..35e55cf --- /dev/null +++ b/dynamic-layers/meta-qt6/recipes-qt/hyprland-qt-support/hyprland-qt-support_git.bb @@ -0,0 +1,17 @@ +SUMMARY = "A qt6 qml style provider for hypr* apps" +HOMEPAGE = "https://hyprland.org/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983" + +SRC_URI = "git://github.com/hyprwm/hyprland-qt-support.git;protocol=https;branch=main" + +SRCREV = "b4e829d8bfd1a2e766f01fc361392572c20a14b7" +S = "${WORKDIR}/git" +PV = "0.1.0" + +DEPENDS = "qtbase qtquick3d qttools-native qtwayland qtwayland-native hyprlang" + +inherit qt6-cmake pkgconfig + +FILES:${PN} += "${libdir}/qml/org/hyprland/style ${libdir}/libhyprland-quick-style.so ${libdir}/libhyprland-quick-style-impl.so" +FILES:${PN}-dev = ""