From eadcf0a48ce00fb17b3c15906ceb1507a00a9a9f Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 25 Aug 2024 07:58:10 +0200 Subject: [PATCH] wayfire: update --- recipes-wlroots/wayfire/wayfire_git.bb | 5 +++-- recipes-wlroots/wayfire/wcm_git.bb | 4 ++-- recipes-wlroots/wayfire/wf-config_git.bb | 4 ++-- recipes-wlroots/wayfire/wf-shell_git.bb | 6 +++--- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/recipes-wlroots/wayfire/wayfire_git.bb b/recipes-wlroots/wayfire/wayfire_git.bb index de83e5c..ccf3413 100644 --- a/recipes-wlroots/wayfire/wayfire_git.bb +++ b/recipes-wlroots/wayfire/wayfire_git.bb @@ -46,12 +46,13 @@ 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 = "44e1fa9c62e1f8c9f35cedbf3e86c6a0247e0b79" -PV = "0.8.1" +SRCREV = "15065ca1a2e3a596db3dbcba64823c5dee90f191" +PV = "0.9.0" S = "${WORKDIR}/git" inherit meson pkgconfig features_check diff --git a/recipes-wlroots/wayfire/wcm_git.bb b/recipes-wlroots/wayfire/wcm_git.bb index 898ff63..9a9a89e 100644 --- a/recipes-wlroots/wayfire/wcm_git.bb +++ b/recipes-wlroots/wayfire/wcm_git.bb @@ -17,9 +17,9 @@ DEPENDS = " \ REQUIRED_DISTRO_FEATURES = "wayland" SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;nobranch=1" -SRCREV = "fb9dd5746c077f60a34ff1f70d7ef3f70e5a59b5" +SRCREV = "74a16f5ca6aaff9f17e8a38976968b3007c74e87" S = "${WORKDIR}/git" -PV = "0.8.0" +PV = "0.9.0" inherit meson pkgconfig features_check diff --git a/recipes-wlroots/wayfire/wf-config_git.bb b/recipes-wlroots/wayfire/wf-config_git.bb index 2dabab9..52a0084 100644 --- a/recipes-wlroots/wayfire/wf-config_git.bb +++ b/recipes-wlroots/wayfire/wf-config_git.bb @@ -15,8 +15,8 @@ DEPENDS = " \ REQUIRED_DISTRO_FEATURES = "wayland" SRC_URI = "git://github.com/WayfireWM/wf-config.git;protocol=https;branch=master" -SRCREV = "aba330e7e22bbbeb5147af6e2cb0f30fb840cdd8" -PV = "0.8.1" +SRCREV = "fd420e8ae6bfda7fb0c4979c198dd82db6c3bd72" +PV = "0.9.0" S = "${WORKDIR}/git" diff --git a/recipes-wlroots/wayfire/wf-shell_git.bb b/recipes-wlroots/wayfire/wf-shell_git.bb index dd748dd..004ec79 100644 --- a/recipes-wlroots/wayfire/wf-shell_git.bb +++ b/recipes-wlroots/wayfire/wf-shell_git.bb @@ -20,10 +20,10 @@ DEPENDS = " \ REQUIRED_DISTRO_FEATURES = "wayland" -SRC_URI = "gitsm://github.com/WayfireWM/wf-shell.git;protocol=https;branch=0.8.x" -SRCREV = "973569f24359ee3af6b2426a3e55330fce2e4494" +SRC_URI = "gitsm://github.com/WayfireWM/wf-shell.git;protocol=https;branch=0.9.x" +SRCREV = "9cac0ac6301803188ff0c4f4d5cdbf762fd3e911" S = "${WORKDIR}/git" -PV = "0.8.1" +PV = "0.9.0" inherit meson pkgconfig features_check