[packages/gnome-todo] New meson macros.

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


commit f90c0c19410024b629dacd6df28070c3648effe3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 15:14:10 2025 +0200

    New meson macros.

 gnome-todo.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-todo.spec b/gnome-todo.spec
index 59e9bbb..99c42f5 100644
--- a/gnome-todo.spec
+++ b/gnome-todo.spec
@@ -93,15 +93,15 @@ Dokumentacja API GNOME To Do.
 %patch -P1 -p1
 
 %build
-%meson build \
+%meson \
 	%{?with_apidocs:-Ddocumentation=true}
 
-%ninja_build -C build
+%meson_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%ninja_install -C build
+%meson_install
 
 %find_lang %{name} --with-gnome
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-todo.git/commitdiff/f90c0c19410024b629dacd6df28070c3648effe3



More information about the pld-cvs-commit mailing list