From 195c338af9ee41e2fbaccfc49e65f0676e00d9d5 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 28 Oct 2024 19:54:51 +0100 Subject: [PATCH] hyprland-qtutils: add recipe --- .../hyprland-qtutils/hyprland-qtutils_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dynamic-layers/meta-qt6/recipes-qt/hyprland-qtutils/hyprland-qtutils_git.bb diff --git a/dynamic-layers/meta-qt6/recipes-qt/hyprland-qtutils/hyprland-qtutils_git.bb b/dynamic-layers/meta-qt6/recipes-qt/hyprland-qtutils/hyprland-qtutils_git.bb new file mode 100644 index 0000000..a8aa2e2 --- /dev/null +++ b/dynamic-layers/meta-qt6/recipes-qt/hyprland-qtutils/hyprland-qtutils_git.bb @@ -0,0 +1,13 @@ +SUMMARY = "This houses some qt/qml utilities that might be used by various hypr* apps." +HOMEPAGE = "https://hyprland.org/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983" + +SRC_URI = "git://github.com/hyprwm/hyprland-qtutils.git;protocol=https;branch=main" + +SRCREV = "a5b4f1e8b34f659a5da992983cc1bd57825f25f7" +S = "${WORKDIR}/git" + +DEPENDS = "qtbase qtquick3d qttools-native qtwayland qtwayland-native hyprutils" + +inherit qt6-cmake pkgconfig