2021-06-02 16:13:46 +02:00
|
|
|
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=ccb736ab917abd09ce6915fbf9a0f887"
|
|
|
|
DEPENDS = " \
|
|
|
|
wayfire \
|
|
|
|
wayland \
|
|
|
|
wayland-native \
|
|
|
|
wayland-protocols \
|
|
|
|
gtkmm3 \
|
|
|
|
wf-config \
|
|
|
|
"
|
|
|
|
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
|
|
|
|
SRC_URI = "https://github.com/WayfireWM/wcm/releases/download/v${PV}/wcm-${PV}.tar.xz"
|
|
|
|
SRC_URI[sha256sum] = "924a9682dc2f632bad8b6914a8927ad5dcee4b6698f75e89251f1647ad0beaa7"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/${PN}-${PV}"
|
|
|
|
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
|
|
|
|
EXTRA_OEMESON += "--buildtype release"
|
|
|
|
|
2021-08-07 06:23:26 +02:00
|
|
|
FILES:${PN} += "${prefix}"
|
2021-06-02 16:13:46 +02:00
|
|
|
|
|
|
|
BBCLASSEXTEND = ""
|
|
|
|
|