[packages/wl-clipboard] New meson macros.
arekm
arekm at pld-linux.org
Tue Jul 15 15:24:30 CEST 2025
commit 78e3aa9d97317b2c2559deb3e5b4e979241fe021
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 15:24:14 2025 +0200
New meson macros.
wl-clipboard.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/wl-clipboard.spec b/wl-clipboard.spec
index 2a1a29e..7110439 100644
--- a/wl-clipboard.spec
+++ b/wl-clipboard.spec
@@ -55,14 +55,14 @@ ZSH completion for wl-clipboard.
%setup -q
%build
-%meson build \
+%meson \
-Dzshcompletiondir=%{zsh_compdir}
-%ninja_build -C build
+%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/wl-clipboard.git/commitdiff/78e3aa9d97317b2c2559deb3e5b4e979241fe021
More information about the pld-cvs-commit
mailing list