2023-06-16 23:40:37 +02:00
|
|
|
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"
|
|
|
|
|
2024-10-01 19:39:08 +02:00
|
|
|
PV = "0.4.1"
|
2023-06-16 23:40:37 +02:00
|
|
|
S = "${WORKDIR}/git"
|
2024-10-01 19:39:08 +02:00
|
|
|
SRCREV = "116cec14a552191a9ad69ca96252ca12ecfa9826"
|
2023-06-16 23:40:37 +02:00
|
|
|
|
|
|
|
DEPENDS = " \
|
|
|
|
cairo \
|
|
|
|
fribidi \
|
2024-08-06 22:03:25 +02:00
|
|
|
hyprutils \
|
2024-09-29 16:41:51 +02:00
|
|
|
hyprwayland-scanner \
|
|
|
|
hyprwayland-scanner-native \
|
2023-06-16 23:40:37 +02:00
|
|
|
jpeg \
|
2023-10-29 07:33:00 +01:00
|
|
|
libxkbcommon \
|
2023-06-16 23:40:37 +02:00
|
|
|
pango \
|
|
|
|
pcre \
|
|
|
|
util-linux \
|
|
|
|
wayland \
|
|
|
|
wayland-protocols \
|
|
|
|
"
|
|
|
|
|
|
|
|
RDEPENDS:${PN} = "wl-clipboard"
|
|
|
|
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
|
2024-04-05 17:30:42 +02:00
|
|
|
EXTRA_OEMAKE = "-DCMAKE_BUILD_TYPE:STRING=Release"
|
2023-06-16 23:40:37 +02:00
|
|
|
|
|
|
|
inherit cmake pkgconfig features_check
|