mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
29
recipes-wlroots/wayfire/wcm_0.9.0.bb
Normal file
29
recipes-wlroots/wayfire/wcm_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 \
|
||||
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 = "74a16f5ca6aaff9f17e8a38976968b3007c74e87"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
FILES:${PN} += "${prefix}"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
Reference in New Issue
Block a user