2023-06-16 23:40:07 +02:00
|
|
|
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"
|
|
|
|
|
2024-08-17 23:00:30 +02:00
|
|
|
SRC_URI = "git://github.com/hyprwm/hyprpaper.git;protocol=https;branch=main"
|
2023-06-16 23:40:07 +02:00
|
|
|
|
2024-12-16 00:26:38 +01:00
|
|
|
PV = "0.7.3"
|
|
|
|
SRCREV = "eb9db3b815b09e8dcc5ae92b1bd03f9c8e63eeea"
|
2023-06-16 23:40:07 +02:00
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
|
|
|
DEPENDS += " \
|
|
|
|
cairo \
|
2023-09-10 23:27:27 +02:00
|
|
|
file \
|
2023-06-16 23:40:07 +02:00
|
|
|
fribidi \
|
2024-01-04 09:53:30 +01:00
|
|
|
hyprlang \
|
2024-12-14 16:53:25 +01:00
|
|
|
hyprgraphics \
|
2024-08-17 08:44:31 +02:00
|
|
|
hyprwayland-scanner-native \
|
2023-06-16 23:40:07 +02:00
|
|
|
jpeg \
|
2024-12-14 16:53:25 +01:00
|
|
|
libjxl \
|
2024-06-25 07:01:38 +02:00
|
|
|
libglvnd \
|
2023-12-22 18:46:39 +01:00
|
|
|
libwebp \
|
2023-06-16 23:40:07 +02:00
|
|
|
pango \
|
|
|
|
wayland \
|
|
|
|
wayland-native \
|
|
|
|
wayland-protocols \
|
|
|
|
"
|
|
|
|
|
2024-01-04 09:53:30 +01:00
|
|
|
RDEPENDS:${PN} = "hyprlang"
|
|
|
|
|
2023-06-16 23:40:07 +02:00
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
|
|
|
|
inherit cmake pkgconfig features_check
|
2024-12-14 16:53:25 +01:00
|
|
|
|
|
|
|
FILES:${PN} += "${systemd_user_unitdir}"
|