[packages/colord-gtk] New meson macros.

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


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

    New meson macros.

 colord-gtk.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/colord-gtk.spec b/colord-gtk.spec
index ec8970b..ad16df9 100644
--- a/colord-gtk.spec
+++ b/colord-gtk.spec
@@ -203,17 +203,17 @@ Statyczna biblioteka colord-gtk4.
 %endif
 
 %build
-%meson build \
+%meson \
 	-Dgtk2=true \
 	%{!?with_gtk4:-Dgtk4=false} \
 	-Dvapi=true
 
-%ninja_build -C build
+%meson_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%ninja_install -C build
+%meson_install
 
 %find_lang %{name}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/colord-gtk.git/commitdiff/33a33bd472d872f2b10534db6aca6516b65fd25d



More information about the pld-cvs-commit mailing list