From 722b10ba597732a073447865c8a13f83caf05aa3 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Fri, 17 Apr 2026 13:35:00 +0100 Subject: [PATCH] Update apply-patches script for new base patches Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- local/scripts/apply-patches.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/local/scripts/apply-patches.sh b/local/scripts/apply-patches.sh index 331d1acd..18970e0b 100755 --- a/local/scripts/apply-patches.sh +++ b/local/scripts/apply-patches.sh @@ -97,6 +97,7 @@ symlink "../../local/recipes/libs/libudev-stub" "recipes/libs/libudev-stu symlink "../../local/recipes/libs/lcms2-stub" "recipes/libs/lcms2-stub" symlink "../../local/recipes/libs/libdisplay-info-stub" "recipes/libs/libdisplay-info-stub" symlink "../../local/recipes/libs/libxcvt-stub" "recipes/libs/libxcvt-stub" +symlink "../../local/recipes/libs/zbus" "recipes/libs/zbus" # System mkdir -p recipes/system @@ -117,6 +118,12 @@ symlink "../../local/recipes/system/redbear-mtr" "recipes/system/redbear-mt symlink "../../local/recipes/system/redbear-nmap" "recipes/system/redbear-nmap" symlink "../../local/recipes/system/redbear-meta" "recipes/system/redbear-meta" symlink "../../local/recipes/system/udev-shim" "recipes/system/udev-shim" +symlink "../../local/recipes/system/redbear-sessiond" "recipes/system/redbear-sessiond" +symlink "../../local/recipes/system/redbear-dbus-services" "recipes/system/redbear-dbus-services" +symlink "../../local/recipes/system/redbear-notifications" "recipes/system/redbear-notifications" +symlink "../../local/recipes/system/redbear-upower" "recipes/system/redbear-upower" +symlink "../../local/recipes/system/redbear-udisks" "recipes/system/redbear-udisks" +symlink "../../local/recipes/system/redbear-polkit" "recipes/system/redbear-polkit" # Core additions mkdir -p recipes/core