From ee7dea88e1f7154f7392e2414dfddd8343777804 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 9 Oct 2025 07:58:07 +0200 Subject: [PATCH] hyprlauncher: add recipe --- .../hyprlauncher/hyprlauncher_0.0.1.bb | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes-support/hyprland/hyprlauncher/hyprlauncher_0.0.1.bb diff --git a/recipes-support/hyprland/hyprlauncher/hyprlauncher_0.0.1.bb b/recipes-support/hyprland/hyprlauncher/hyprlauncher_0.0.1.bb new file mode 100644 index 0000000..f7c60b4 --- /dev/null +++ b/recipes-support/hyprland/hyprlauncher/hyprlauncher_0.0.1.bb @@ -0,0 +1,23 @@ +SUMMARY = "A multipurpose and versatile launcher / picker for Hyprland" +HOMEPAGE = "https:/github.com/hyprwm/hyprlauncher" +LICENSE = "BSD-3-Clause" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=a0bf31bc487405beb07b19459ea85114" + +DEPENDS = " \ + hyprtoolkit \ + pixman \ + libdrm \ + hyprutils \ + hyprwire \ + icu \ + hyprlang \ +" + +SRC_URI = "git://github.com/hyprwm/hyprlauncher.git;protocol=https;branch=main" + +SRCREV = "43d2b694186fe5bb0547a81a7f7a2ca3f9cbac24" + +inherit cmake pkgconfig + +RDEPENDS:${PN} = "wl-clipboard"