From 9438baf14f34e2b004b4ca3d57001b575d319476 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 20 Dec 2023 19:33:57 +0100 Subject: [PATCH] hyprland-welcome: add recipe --- .../hyprland-welcome/hyprland-welcome_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dynamic-layers/meta-qt6/recipes-qt/hyprland-welcome/hyprland-welcome_git.bb diff --git a/dynamic-layers/meta-qt6/recipes-qt/hyprland-welcome/hyprland-welcome_git.bb b/dynamic-layers/meta-qt6/recipes-qt/hyprland-welcome/hyprland-welcome_git.bb new file mode 100644 index 0000000..0888381 --- /dev/null +++ b/dynamic-layers/meta-qt6/recipes-qt/hyprland-welcome/hyprland-welcome_git.bb @@ -0,0 +1,15 @@ +SUMMARY = "Hyprland's cute welcome app, written in qt6." +HOMEPAGE = "https://hyprland.org/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" + +SRC_URI = "git://github.com/hyprwm/hyprland-welcome.git;protocol=https;branch=main" + +PV = "0.0.1" +SRCREV = "51561c00288775ad7afc20f47783bb068093ca5a" +S = "${WORKDIR}/git" + +DEPENDS = "qtbase" +RDEPENDS:${PN} = "qtwayland" + +inherit qt6-cmake