From a1a0aa10b461ceabd9e7452712b2b6f1076a1b7c Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 6 Dec 2024 18:22:25 +0100 Subject: [PATCH] hyprland-qtutils: update --- .../recipes-qt/hyprland-qtutils/hyprland-qtutils_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 index a8aa2e2..77b97fc 100644 --- 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 @@ -1,12 +1,13 @@ -SUMMARY = "This houses some qt/qml utilities that might be used by various hypr* apps." +SUMMARY = "This repo 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" +SRCREV = "969427419276c7ee170301ef1ebe0f68eb6eb2e2" S = "${WORKDIR}/git" +PV = "0.1.0" DEPENDS = "qtbase qtquick3d qttools-native qtwayland qtwayland-native hyprutils"