From 7fcfeca10a1097790fa07d72b26c7efbe3f25d08 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 25 Nov 2024 19:11:45 +0100 Subject: [PATCH] hyprgraphics: add recipe --- recipes-support/hyprland/hyprgraphics_git.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-support/hyprland/hyprgraphics_git.bb diff --git a/recipes-support/hyprland/hyprgraphics_git.bb b/recipes-support/hyprland/hyprgraphics_git.bb new file mode 100644 index 0000000..f5befdf --- /dev/null +++ b/recipes-support/hyprland/hyprgraphics_git.bb @@ -0,0 +1,14 @@ +SUMMARY = "Hyprgraphics is a small C++ library with graphics / resource related utilities used across the hypr* ecosystem" +HOMEPAGE = "https:/github.com/hyprwm/hypgraphics" +LICENSE = "BSD-3-Clause" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983" + +DEPENDS = "pixman cairo jpeg hyprutils libwebp libjxl file" + +SRC_URI = "git://github.com/hyprwm/hyprgraphics.git;protocol=https;branch=main" + +S = "${WORKDIR}/git" +SRCREV = "704fca7b1799c3faf783a67107c8eb562ea638f7" + +inherit cmake pkgconfig