From 810513e4efcde4ad3e0af1b616f37b33c85a28ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Lopez?= Date: Fri, 6 Mar 2026 13:29:10 +0100 Subject: [PATCH] gnu: desktop-file-utils: Update to 0.28. * gnu/packages/freedesktop.scm (desktop-file-utils): Update to 0.28. [build-system]: Switch to meson-build-system. Change-Id: Id32870f4ed1d01728c44386ff796469f3b27c2bf Signed-off-by: Liliana Marie Prikler --- gnu/packages/freedesktop.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 7f07d5175f..a134898085 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -2604,7 +2604,7 @@ to applications simultaneously competing for fingerprint readers.") (define-public desktop-file-utils (package (name "desktop-file-utils") - (version "0.26") + (version "0.28") (source (origin (method url-fetch) (uri (string-append "https://www.freedesktop.org/software/" @@ -2612,10 +2612,10 @@ to applications simultaneously competing for fingerprint readers.") "desktop-file-utils-" version ".tar.xz")) (sha256 (base32 - "02bkfi6fyk4c0gh2avd897882ww5zl7qg7bzzf28qb57kvkvsvdj")))) - (build-system gnu-build-system) + "0w4ai6a3bwrdh86n2pvgv664djlmlds5lfa2hbgc4hnq67id80a4")))) + (build-system meson-build-system) (native-inputs - (list autoconf automake pkg-config)) + (list pkg-config)) (inputs (list glib)) (home-page "https://www.freedesktop.org/wiki/Software/desktop-file-utils/")