From 8fe0779f1157dce061e0511d1fffba2cbf6e4f78 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 6 Dec 2025 10:08:23 +0100 Subject: [PATCH] hyprshutdown: add recipe --- .../hyprshutdown/hyprshutdown_0.0.1.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-support/hyprland/hyprshutdown/hyprshutdown_0.0.1.bb diff --git a/recipes-support/hyprland/hyprshutdown/hyprshutdown_0.0.1.bb b/recipes-support/hyprland/hyprshutdown/hyprshutdown_0.0.1.bb new file mode 100644 index 0000000..4eb1d42 --- /dev/null +++ b/recipes-support/hyprland/hyprshutdown/hyprshutdown_0.0.1.bb @@ -0,0 +1,19 @@ +SUMMARY = "A graceful shutdown/logout utility for Hyprland" +HOMEPAGE = "https:/github.com/hyprwm/hyprshutdown" +LICENSE = "BSD-3-Clause" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=a0bf31bc487405beb07b19459ea85114" + +DEPENDS = " \ + glaze \ + hyprtoolkit \ + hyprutils \ + pixman \ + libdrm \ + " + +SRC_URI = "git://github.com/hyprwm/hyprshutdown.git;protocol=https;branch=main" + +SRCREV = "e013cf2130be8969eb407fd054163d87867f5d07" + +inherit cmake pkgconfig