meta-wayland/recipes-wlroots/wayfire/wf-shell_git.bb

36 lines
761 B
BlitzBasic
Raw Normal View History

2021-06-04 10:26:46 +02:00
SUMMARY = "A GTK3-based panel for wayfire"
2021-06-02 16:13:46 +02:00
HOMEPAGE = "https://github.com/WayfireWM/wf-shell"
BUGTRACKER = "https://github.com/WayfireWM/wf-shell/issues"
SECTION = "graphics"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=36b5a4f8bf9f782fbab2099fdeb44369"
DEPENDS = " \
wayland \
wayland-native \
wayland-protocols \
wayfire \
gtkmm3 \
2022-02-15 02:30:36 +01:00
gtk-layer-shell \
2021-06-02 16:13:46 +02:00
pulseaudio \
libnotify3 \
2023-10-26 18:16:49 +02:00
libdbusmenu-gtk \
2021-06-02 16:13:46 +02:00
"
2022-02-15 02:30:36 +01:00
REQUIRED_DISTRO_FEATURES = "wayland"
2021-06-02 16:13:46 +02:00
2023-10-26 18:16:49 +02:00
SRC_URI = "gitsm://github.com/WayfireWM/wf-shell.git;protocol=https;branch=0.8.x"
SRCREV = "65ae2efc5eb27b9b2edb750b676c9ea53cdfeb8a"
2022-10-15 15:34:04 +02:00
S = "${WORKDIR}/git"
2023-10-26 18:16:49 +02:00
PV = "0.8.0"
2021-06-02 16:13:46 +02:00
inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
2022-02-15 02:30:36 +01:00
FILES:${PN} += "${datadir}"
2021-06-02 16:13:46 +02:00
BBCLASSEXTEND = ""