mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
wayfire: update
This commit is contained in:
35
recipes-wlroots/wayfire/wf-shell_git.bb
Normal file
35
recipes-wlroots/wayfire/wf-shell_git.bb
Normal file
@ -0,0 +1,35 @@
|
||||
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 \
|
||||
gtkmm3 \
|
||||
gtk-layer-shell \
|
||||
wf-config \
|
||||
pulseaudio \
|
||||
libnotify3 \
|
||||
"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
SRC_URI = "gitsm://github.com/WayfireWM/wf-shell.git;protocol=https;branch=master"
|
||||
SRCREV = "bad121a4d7b8a7bca8513e8cb62e6be951aacfc4"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.8.0"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
Reference in New Issue
Block a user