[packages/gnome-photos] New meson macros.

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


commit c46e262e231f9792ea406e12e38b31829cf3bf3b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 15:13:46 2025 +0200

    New meson macros.

 gnome-photos.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-photos.spec b/gnome-photos.spec
index 7f91fe8..fc41acd 100644
--- a/gnome-photos.spec
+++ b/gnome-photos.spec
@@ -70,16 +70,16 @@ organizowanie i współdzielenie ich przy użyciu środowiska GNOME 3.
 
 %build
 # flatpak option just enables tracker support(?)
-%meson build \
+%meson \
 	%{?with_tracker:-Dflatpak=true} \
 	-Dmanuals=true
 
-%ninja_build -C build
+%meson_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%ninja_install -C build
+%meson_install
 
 # packaged as %doc
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-photos.git/commitdiff/c46e262e231f9792ea406e12e38b31829cf3bf3b



More information about the pld-cvs-commit mailing list