2025-01-07 14:23:24 +01:00

33 lines
725 B
BlitzBasic

SUMMARY = "A wlroots-compatible Wayland color picker that does not suck."
HOMEPAGE = "https://hyprland.org/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=936078e4e67b0e1e1bd1e862d4ffbc25"
SRC_URI = "git://github.com/hyprwm/hyprpicker.git;protocol=https;branch=main"
PV = "0.4.1"
S = "${WORKDIR}/git"
SRCREV = "444c40e5e3dc4058a6a762ba5e73ada6d6469055"
DEPENDS = " \
cairo \
fribidi \
hyprutils \
hyprwayland-scanner \
hyprwayland-scanner-native \
jpeg \
libxkbcommon \
pango \
pcre \
util-linux \
wayland \
wayland-protocols \
"
RDEPENDS:${PN} = "wl-clipboard"
REQUIRED_DISTRO_FEATURES = "wayland"
EXTRA_OEMAKE = "-DCMAKE_BUILD_TYPE:STRING=Release"
inherit cmake pkgconfig features_check