mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-08-02 06:00:52 +02:00
wayfire: add devel version
This commit is contained in:
29
recipes-wlroots/wayfire/wcm/wcm-0.9_0.9.0.bb
Normal file
29
recipes-wlroots/wayfire/wcm/wcm-0.9_0.9.0.bb
Normal file
@ -0,0 +1,29 @@
|
||||
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-0.9 \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
gtkmm3 \
|
||||
wf-shell-0.9 \
|
||||
"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;nobranch=1"
|
||||
SRCREV = "74a16f5ca6aaff9f17e8a38976968b3007c74e87"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release -Denable_wdisplays=false"
|
||||
|
||||
FILES:${PN} += "${prefix}"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
29
recipes-wlroots/wayfire/wcm/wcm_0.10-devel.bb
Normal file
29
recipes-wlroots/wayfire/wcm/wcm_0.10-devel.bb
Normal file
@ -0,0 +1,29 @@
|
||||
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 = "b5b5aefc321b2030d365dd6711ead043639625b9"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
FILES:${PN} += "${prefix}"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
Reference in New Issue
Block a user