From d0e1f58647e48f34bc6fae7f751e5d4814d7b5ee Mon Sep 17 00:00:00 2001
From: Kevin Daudt <kdaudt@alpinelinux.org>
Date: Fri, 21 May 2021 22:25:06 +0000
Subject: [PATCH] community/gtkspell3: add missing gtk-doc makedepends

> Can't exec "gtkdocize": No such file or directory at
> /usr/share/autoconf/Autom4te/FileUtils.pm line 293.
---
 community/gtkspell3/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/gtkspell3/APKBUILD b/community/gtkspell3/APKBUILD
index 09a85a0a60d3..24f8dd831f9b 100644
--- a/community/gtkspell3/APKBUILD
+++ b/community/gtkspell3/APKBUILD
@@ -8,7 +8,7 @@ url="http://gtkspell.sourceforge.net/"
 arch="all"
 license="GPL-2.0-or-later"
 makedepends="enchant2-dev gtk+3.0-dev vala gobject-introspection-dev
-	automake autoconf libtool intltool"
+	automake autoconf libtool intltool gtk-doc"
 options="!check" # no tests
 subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-lang"
 source="https://downloads.sourceforge.net/gtkspell/gtkspell3-$pkgver.tar.xz"
-- 
GitLab