mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
32 lines
655 B
BlitzBasic
32 lines
655 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.1"
|
|
SRCREV = "91e17e12ff7e862214197cc75cd7d9821eb7d0f7"
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS += " \
|
|
cairo \
|
|
file \
|
|
fribidi \
|
|
hyprlang \
|
|
hyprwayland-scanner-native \
|
|
jpeg \
|
|
libglvnd \
|
|
libwebp \
|
|
pango \
|
|
wayland \
|
|
wayland-native \
|
|
wayland-protocols \
|
|
"
|
|
|
|
RDEPENDS:${PN} = "hyprlang"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
inherit cmake pkgconfig features_check
|