From 27f936e608a2a6144ce955c58666e6f905915cfe Mon Sep 17 00:00:00 2001 From: oreo639 Date: Wed, 17 Apr 2024 21:51:02 -0700 Subject: [PATCH] glib: fix dependency conflict when using ./xbps-src check glib Add glib-bootstrap since it both conflicts with glib and provides glib. --- srcpkgs/glib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template index f7f4acbe63e..82e4998e946 100644 --- a/srcpkgs/glib/template +++ b/srcpkgs/glib/template @@ -12,7 +12,7 @@ configure_args="-Dman=true -Dselinux=disabled -Dintrospection=enabled hostmakedepends="gettext pkg-config gobject-introspection-bootstrap libxslt docbook-xsl $(vopt_if gtk_doc gi-docgen) python3-packaging python3-docutils" makedepends="zlib-devel pcre2-devel libffi-devel dbus-devel elfutils-devel libmount-devel" -checkdepends="desktop-file-utils shared-mime-info dbus python3-pytest" +checkdepends="glib-bootstrap desktop-file-utils shared-mime-info dbus python3-pytest" short_desc="GNU library of C routines" maintainer="Orphaned " license="LGPL-2.1-or-later"