From 8ccbc4416f7ef6588a89bcfe702ce297ea0f633c Mon Sep 17 00:00:00 2001 From: Shivang <75626127+IceShuttle@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:37:09 +0530 Subject: [PATCH 1/2] Add xwayland dependency to pacscript xwayland-satellite requires xwayland to work --- packages/xwayland-satellite/xwayland-satellite.pacscript | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/xwayland-satellite/xwayland-satellite.pacscript b/packages/xwayland-satellite/xwayland-satellite.pacscript index afeeb291c0..a5c7021e95 100644 --- a/packages/xwayland-satellite/xwayland-satellite.pacscript +++ b/packages/xwayland-satellite/xwayland-satellite.pacscript @@ -7,6 +7,7 @@ license=('GPL-3.0-or-later') source=("${url}.git#tag=v${pkgver}") external_connection=true makedepends=("clang" "xwayland" "libwayland-dev" "libclang-dev" "pkg-config" "cargo>=1.83.0" "libxcb-cursor-dev" "libxkbcommon-dev") +depends=("xwayland") maintainer=("Alxhr0 ") build() { From 62d71730de20af36dc4e15d5281ed25f8d29146f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:11:35 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- packages/xwayland-satellite/.SRCINFO | 1 + srclist | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/xwayland-satellite/.SRCINFO b/packages/xwayland-satellite/.SRCINFO index 3767e3db2b..69a4e0da0d 100644 --- a/packages/xwayland-satellite/.SRCINFO +++ b/packages/xwayland-satellite/.SRCINFO @@ -4,6 +4,7 @@ pkgbase = xwayland-satellite url = https://github.com/Supreeeme/xwayland-satellite arch = amd64 arch = arm64 + depends = xwayland makedepends = clang makedepends = xwayland makedepends = libwayland-dev diff --git a/srclist b/srclist index bc376284bc..5c9054c5f7 100644 --- a/srclist +++ b/srclist @@ -18250,6 +18250,7 @@ pkgbase = xwayland-satellite url = https://github.com/Supreeeme/xwayland-satellite arch = amd64 arch = arm64 + depends = xwayland makedepends = clang makedepends = xwayland makedepends = libwayland-dev