From 42993c8c9b10ed81b0c427229f751fdbfe08c4f7 Mon Sep 17 00:00:00 2001 From: deepend Date: Mon, 23 Feb 2026 11:50:54 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20the=20Manjaro=20PKGBUILD=20build=20co?= =?UTF-8?q?nfiguration=20to=20explicitly=20enable=20all=20bundled,=20Linux?= =?UTF-8?q?-applicable=20ZoiteChat=20plugins=20during=20Meson=20setup:=20c?= =?UTF-8?q?hecksum,=20fishlim,=20lua,=20perl,=20python,=20and=20sysinfo.?= =?UTF-8?q?=20This=20ensures=20the=20package=20build=20doesn=E2=80=99t=20r?= =?UTF-8?q?ely=20on=20implicit=20defaults=20for=20plugin=20inclusion.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packaging/manjaro/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/manjaro/PKGBUILD b/packaging/manjaro/PKGBUILD index 43720a45..c6d43ceb 100644 --- a/packaging/manjaro/PKGBUILD +++ b/packaging/manjaro/PKGBUILD @@ -54,6 +54,12 @@ pkgver() { build() { arch-meson zoitechat build \ -Dtext-frontend=false \ + -Dwith-checksum=true \ + -Dwith-fishlim=true \ + -Dwith-lua=lua \ + -Dwith-perl=perl \ + -Dwith-python=python3 \ + -Dwith-sysinfo=true \ -Dinstall-plugin-metainfo=true meson compile -C build