From 49b3396cc94a1278054d45f0621dc1a7c61ba1f2 Mon Sep 17 00:00:00 2001
From: mio <miyopan@e.email>
Date: Fri, 1 Nov 2024 22:26:18 +0000
Subject: [PATCH] community/glade: add docbook-xsl-nons to makedepends

Fix rebuild failure due to missing non-namepsaced version of `docbook-xsl`
for xsl parsing by explicitly including the `-nons` subpackage.

Ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/16579
---
 community/glade/APKBUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/community/glade/APKBUILD b/community/glade/APKBUILD
index 654988f9e2a9..f3b93423c32e 100644
--- a/community/glade/APKBUILD
+++ b/community/glade/APKBUILD
@@ -8,6 +8,7 @@ url="https://glade.gnome.org/"
 arch="all"
 license="GPL-2.0-or-later"
 makedepends="
+	docbook-xsl-nons
 	gobject-introspection-dev
 	gtk+3.0-dev
 	gtk-doc
-- 
GitLab