mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
hyprland: cleanup
This commit is contained in:
33
recipes-support/hyprland/hyprpicker/hyprpicker_git.bb
Normal file
33
recipes-support/hyprland/hyprpicker/hyprpicker_git.bb
Normal file
@ -0,0 +1,33 @@
|
||||
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"
|
||||
SRC_URI += "file://0001-hyprpicker.cpp-drop-wl_ressource.patch"
|
||||
PV = "0.4.1"
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "46d2f5a817a89405cef941d8beb4551425acf3da"
|
||||
|
||||
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
|
Reference in New Issue
Block a user