From 5e8672b902de7355bfe35ca4bd70fe407ee7c522 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Tue, 16 Apr 2024 01:57:07 -0700 Subject: [PATCH] valadoc: fix girdir when cross compiling We edit girdir to use pc_sysroot, which is not what we want here. This value gets overriden using --girdir when cross compiling. --- srcpkgs/valadoc/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/valadoc/template b/srcpkgs/valadoc/template index f8958302491..fcad4327110 100644 --- a/srcpkgs/valadoc/template +++ b/srcpkgs/valadoc/template @@ -2,11 +2,11 @@ pkgname=valadoc # Should be kept in sync with 'vala' (shared distfiles) version=0.56.16 -revision=1 +revision=2 build_style=gnu-configure -configure_args="--with-cgraph=yes" +configure_args="--with-cgraph=yes GI_GIRDIR=/usr/share/gir-1.0" hostmakedepends="flex libxslt pkg-config automake libtool vala" -makedepends="libfl-devel libglib-devel gobject-introspection +makedepends="libfl-devel libglib-devel graphviz-devel vala-devel" checkdepends="dbus libgirepository-devel" short_desc="Vala Documentation Tool"