From 15e135cd87d16d47c31f5779a992c383786aa62b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 18 Jun 2025 20:05:23 +0200 Subject: [PATCH] wob: update --- recipes-support/wob/wob_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-support/wob/wob_git.bb b/recipes-support/wob/wob_git.bb index 5fa92c1..165f94a 100644 --- a/recipes-support/wob/wob_git.bb +++ b/recipes-support/wob/wob_git.bb @@ -26,15 +26,14 @@ PACKAGECONFIG[manpages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native PACKAGECONFIG ??= "" S = "${WORKDIR}/git" -PV = "0.15.1" -SRCREV = "f8053b7686f191e971e8a48384442d60a724ba66" +PV = "0.16" +SRCREV = "f7668d9715256a9d0dd05bc9eba7799d5ab2ce2d" EXTRA_OEMESON += "--buildtype release" do_install:append() { if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then install -d ${D}${systemd_user_unitdir}/sockets.target.wants ${D}${systemd_user_unitdir}/graphical-session.target.wants - install -m 0644 ${S}/contrib/systemd/* ${D}${systemd_user_unitdir} ln -fs ${systemd_user_unitdir}/wob.socket ${D}${systemd_user_unitdir}/sockets.target.wants ln -fs ${systemd_user_unitdir}/wob.service ${D}${systemd_user_unitdir}/graphical-session.target.wants fi