From c96c7992fb2e77536ab0622588e14b289fa11670 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Tue, 18 Mar 2025 18:03:24 -0700 Subject: [PATCH] zeitgeist: fix build with gcc14 --- srcpkgs/zeitgeist/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/zeitgeist/template b/srcpkgs/zeitgeist/template index 0612ba596ce..f4ae3986f12 100644 --- a/srcpkgs/zeitgeist/template +++ b/srcpkgs/zeitgeist/template @@ -26,6 +26,9 @@ build_options_default="gir vala" pre_configure() { NOCONFIGURE=1 autoreconf -fi + + # Regenerate sources with new vala + find -name '*.vala' -exec touch {} \; } post_install() {