[packages/eog] New meson macros.

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


commit e261b6998067b0a32d8a334a7a8d6e27c996c9c8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 15:11:43 2025 +0200

    New meson macros.

 eog.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/eog.spec b/eog.spec
index 66c8a89..802a786 100644
--- a/eog.spec
+++ b/eog.spec
@@ -102,17 +102,17 @@ Dokumentacja API Eye of GNOME.
 %patch -P0 -p1
 
 %build
-%meson build \
+%meson \
 	-Dgtk_doc=%{?with_apidocs:true}%{!?with_apidocs:false} \
 	%{!?with_librsvg:-Dlibrsvg=false}
 
-%ninja_build -C build
+%meson_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/eog/plugins
 
-%ninja_install -C build
+%meson_install
 
 # not supported by glibc (as of 2.37)
 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ie
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/eog.git/commitdiff/e261b6998067b0a32d8a334a7a8d6e27c996c9c8



More information about the pld-cvs-commit mailing list