mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-02-13 15:32:54 +01:00
wayfire: Update
This commit is contained in:
parent
693894776d
commit
2c51c89cfe
@ -45,19 +45,24 @@ PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang-native"
|
||||
PACKAGECONFIG ?= " \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan x11', d)} \
|
||||
gles32 \
|
||||
use_system_wlroots \
|
||||
use_system_wfconfig \
|
||||
"
|
||||
|
||||
SRC_URI = "gitsm://github.com/WayfireWM/wayfire.git;protocol=https;nobranch=1"
|
||||
|
||||
SRCREV = "e33bf48eca87fbcf24081d2ca2494fadc80ac3de"
|
||||
PV = "0.7.5"
|
||||
SRCREV = "1d209ce356b449f16d93a77ebad87f4c3b9e7423"
|
||||
PV = "0.8.0"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
do_install:append() {
|
||||
rm -rf ${D}${prefix}/man
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
FILES:${PN} += "${datadir} ${libdir}"
|
||||
FILES:${PN}-dev = "${includedir} ${libdir}/pkgconfig ${libdir}/libwlroots.so ${libdir}/libwf-utils.so ${libdir}/libwf-config.so"
|
||||
|
||||
|
@ -4,7 +4,7 @@ BUGTRACKER = "https://github.com/WayfireWM/wcm/issues"
|
||||
SECTION = "graphics"
|
||||
LICENSE = "MIT"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=ccb736ab917abd09ce6915fbf9a0f887"
|
||||
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=553c79c4d7ca30085e1d7bfea724a8aa"
|
||||
DEPENDS = " \
|
||||
wayfire \
|
||||
wayland \
|
||||
@ -17,9 +17,9 @@ DEPENDS = " \
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;nobranch=1"
|
||||
SRCREV = "4dff0dfdd840429054b3c1cc10fbf6702227dea9"
|
||||
SRCREV = "8b4386ce872023e95b2b6493edb8bb314d2d4747"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.7.5"
|
||||
PV = "0.8.0"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
|
@ -15,8 +15,8 @@ DEPENDS = " \
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
SRC_URI = "git://github.com/WayfireWM/wf-config.git;protocol=https;branch=master"
|
||||
SRCREV = "999653b2fedb7a969b2ebfd748747e4806afe1cb"
|
||||
PV = "0.7.1"
|
||||
SRCREV = "8d96a30a4def766ddb45c5620234ebf76788ccd4"
|
||||
PV = "0.8.0"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
@ -15,14 +15,15 @@ DEPENDS = " \
|
||||
gtk-layer-shell \
|
||||
pulseaudio \
|
||||
libnotify3 \
|
||||
libdbusmenu-gtk \
|
||||
"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
SRC_URI = "gitsm://github.com/WayfireWM/wf-shell.git;protocol=https;branch=master"
|
||||
SRCREV = "c9639087aca3ad69bbd8f56f4213768639b4c8d0"
|
||||
SRC_URI = "gitsm://github.com/WayfireWM/wf-shell.git;protocol=https;branch=0.8.x"
|
||||
SRCREV = "65ae2efc5eb27b9b2edb750b676c9ea53cdfeb8a"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.7.0"
|
||||
PV = "0.8.0"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user