[packages/wf-shell] New meson macros.
arekm
arekm at pld-linux.org
Tue Jul 15 15:24:27 CEST 2025
commit 192fad42008043bc70109bf644163f4667d28415
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 15:24:10 2025 +0200
New meson macros.
wf-shell.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/wf-shell.spec b/wf-shell.spec
index 0352227..5a53eb5 100644
--- a/wf-shell.spec
+++ b/wf-shell.spec
@@ -46,13 +46,13 @@ Development files for wf-shell.
%setup -q
%build
-%meson build
-%ninja_build -C build
+%meson
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wf-shell.git/commitdiff/192fad42008043bc70109bf644163f4667d28415
More information about the pld-cvs-commit
mailing list