meta-wayland/recipes-support/hyprland/hyprpaper_git.bb
2024-12-16 00:28:26 +01:00

36 lines
723 B
BlitzBasic

SUMMARY = "Hyprpaper is a blazing fast wallpaper utility for Hyprland."
HOMEPAGE = "https://hyprland.org/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
SRC_URI = "git://github.com/hyprwm/hyprpaper.git;protocol=https;branch=main"
PV = "0.7.3"
SRCREV = "eb9db3b815b09e8dcc5ae92b1bd03f9c8e63eeea"
S = "${WORKDIR}/git"
DEPENDS += " \
cairo \
file \
fribidi \
hyprlang \
hyprgraphics \
hyprwayland-scanner-native \
jpeg \
libjxl \
libglvnd \
libwebp \
pango \
wayland \
wayland-native \
wayland-protocols \
"
RDEPENDS:${PN} = "hyprlang"
REQUIRED_DISTRO_FEATURES = "wayland"
inherit cmake pkgconfig features_check
FILES:${PN} += "${systemd_user_unitdir}"