From 830abea898eb8f3652ec400071099478cea4ebd5 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Sat, 20 Jun 2026 14:57:36 +0800 Subject: updated man/apkg.8 regarding muon build default changes --- man/apkg.8 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man/apkg.8 b/man/apkg.8 index 4eae6b6..a8659b0 100644 --- a/man/apkg.8 +++ b/man/apkg.8 @@ -141,8 +141,8 @@ Runit service files to install into \fI/etc/sv\fR. Accepts names like \fIrun\fR, .TP \fBbuild_type\fR Force a specific build system. Normally auto-detected; set to one of: -\fImeson_build\fR, \fIconfigure_build\fR, \fIcmake_build\fR, \fIpython_build\fR, -\fIperlmodule_build\fR, \fImakefile_build\fR. +\fImuon_build\fR, \fImeson_build\fR, \fIconfigure_build\fR, \fIcmake_build\fR, +\fIpython_build\fR, \fIperlmodule_build\fR, \fImakefile_build\fR. .TP \fBbuild_dir\fR Subdirectory within the extracted source to enter before building. @@ -205,7 +205,8 @@ Auto-generated sorted file list from the package contents. Regenerate with When no \fBbuild()\fR function is defined, the build type is auto-detected by checking for these files in order: .IP 1. 3 -\fBmeson.build\fR \-- \fBmeson setup\fR with LTO and PIE enabled, +\fBmeson.build\fR \-- \fBmuon setup\fR (or \fBmeson setup\fR if +\fBbuild_type=meson_build\fR) with LTO and PIE enabled, \fBwrap_mode=nodownload\fR, \fBbuildtype=plain\fR .IP 2. 3 \fBconfigure\fR \-- \fB./configure --prefix=/usr --sysconfdir=/etc ...\fR -- cgit v1.2.3