wayfire: add devel version

This commit is contained in:
Markus Volk
2025-07-29 05:13:00 +02:00
parent f366867393
commit 67796a4715
8 changed files with 160 additions and 5 deletions

View File

@ -0,0 +1,33 @@
SUMMARY = "A GTK3-based panel for wayfire"
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-0.9 \
gtkmm3 \
gtk-layer-shell \
pulseaudio \
libnotify3 \
libdbusmenu-gtk \
"
REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = "gitsm://github.com/WayfireWM/wf-shell.git;protocol=https;branch=0.9.x"
SRCREV = "9cac0ac6301803188ff0c4f4d5cdbf762fd3e911"
inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
FILES:${PN} += "${datadir}"
BBCLASSEXTEND = ""