[packages/seahorse] New meson macros.

arekm arekm at pld-linux.org
Tue Jul 15 15:22:22 CEST 2025


commit 3aa1d6468f573e3ac733e65c5551a1b90b5d0ba0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 15:22:06 2025 +0200

    New meson macros.

 seahorse.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/seahorse.spec b/seahorse.spec
index f243b38..47d86d2 100644
--- a/seahorse.spec
+++ b/seahorse.spec
@@ -104,17 +104,17 @@ Ten pakiet integruje Seahorse z wyszukiwarką gnome shell
 %patch -P0 -p1
 
 %build
-%meson build \
+%meson \
 	-Dkey-sharing=true \
 	-Dpgp-support=true \
 	-Dmanpage=true
 
-%ninja_build -C build
+%meson_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%ninja_install -C build
+%meson_install
 
 # not supported by glibc (as of 2.40)
 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ie
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/seahorse.git/commitdiff/3aa1d6468f573e3ac733e65c5551a1b90b5d0ba0



More information about the pld-cvs-commit mailing list