[packages/libgnomekbd] New meson macros.

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


commit 481d19817d40253df64daabfd6d760e78cabde78
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 15:17:03 2025 +0200

    New meson macros.

 libgnomekbd.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgnomekbd.spec b/libgnomekbd.spec
index 18fa2af..90f0617 100644
--- a/libgnomekbd.spec
+++ b/libgnomekbd.spec
@@ -83,9 +83,9 @@ Statyczna biblioteka libgnomekbd.
 	--enable-static
 %{__make}
 %else
-%meson build
+%meson
 
-%ninja_build -C build
+%meson_build
 %endif
 
 %install
@@ -97,7 +97,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
 %else
-%ninja_install -C build
+%meson_install
 %endif
 
 %find_lang %{name}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgnomekbd.git/commitdiff/481d19817d40253df64daabfd6d760e78cabde78



More information about the pld-cvs-commit mailing list