meta-wayland/recipes-wlroots/wayfire/wcm_git.bb
2023-10-26 18:16:49 +02:00

32 lines
680 B
BlitzBasic

SUMMARY = "Wayfire Config Manager"
HOMEPAGE = "https://github.com/WayfireWM/wcm"
BUGTRACKER = "https://github.com/WayfireWM/wcm/issues"
SECTION = "graphics"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=553c79c4d7ca30085e1d7bfea724a8aa"
DEPENDS = " \
wayfire \
wayland \
wayland-native \
wayland-protocols \
gtkmm3 \
wf-shell \
"
REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;nobranch=1"
SRCREV = "8b4386ce872023e95b2b6493edb8bb314d2d4747"
S = "${WORKDIR}/git"
PV = "0.8.0"
inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
FILES:${PN} += "${prefix}"
BBCLASSEXTEND = ""