[packages/granite] New meson macros.

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


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

    New meson macros.

 granite.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/granite.spec b/granite.spec
index 3d2bdae..d014a74 100644
--- a/granite.spec
+++ b/granite.spec
@@ -73,16 +73,16 @@ API języka Vala do biblioteki libgranite.
 %setup -q
 
 %build
-%meson build \
+%meson \
 	--default-library=shared \
 	-Ddocumentation=true
 
-%ninja_build -C build
+%meson_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%ninja_install -C build
+%meson_install
 
 # not supported by glibc (as of 2.37)
 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{ie,rue,sma}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/granite.git/commitdiff/fba8fc0e6599bd350c956d9f4b95bb8500df18b8



More information about the pld-cvs-commit mailing list